TheDev schrieb:
Vom Random-Bug ist übrigens nur Matisse betroffen, und das auch nur mit veralteten BIOS-Versionen.
Yo stimmt, die Picassos sind ja noch 12 oder 14 und keine "echten" 3000er in 7nm die hier betroffen waren.
Ratz_Fatz schrieb:
Ich hatte das, mit Debian(Testing und Sid) lief es noch am besten. Bei aktivierten CSM tauchte das hier auf, mit UEFI only war es dann weg:
Code:
[ 2.231899] [drm] BIOS signature incorrect 0 0
Was zeigt dir ein "dmesg -x -l crit,warn,err" an?
Gab ne Error-msg, das keine amdgpu firmware geladen werden konnte.
Ich habe daraufhin das verbastelte System zurückgesetzt:
- Bios reset
- SSD einmal komplett alle Partitionen gelöscht
- Dann im default und toll modernem UEFI mit Uefi Partition neu installiert, alles im default.
Dort kann der Gerät die AMD-Firmware nicht laden (weil halt nicht da)
->
https://wiki.debian.org/AtiHowTo:
apt-get install firmware-linux-nonfree libgl1-mesa-dri xserver-xorg-video-ati (wobei die letzten beiden schon da sind)
-> reboot, Firmware-net-geladen Fehler ist denn wech, aber:
Bei gnome kommt denn im Log jedoch immer ein:
cannot run in framebuffer mode. Please specify busIDs for all framebuffer devices.
Bei einigen hilft es wohl das xserver-xorg-video-fbdev zu deinstallieren, das erledigt zwar den Fehler, aber auf dem Screen ist dann nur Pixelmüll und lustigerweise das MSI-BIOS-Bootsplash zu sehen, so als ob alter Müll vom Grafikspeicher ausgegeben wird.
-> Daraufhin habe ich nochmal neu installiert, ohne gnome, um die amd-gpu Firmware zu installieren, rebootet, gnome intalliert. Es bleibt dann beim cannot run in framebuffer mode. Please specify busIDs for all framebuffer devices.
Sieht mir so aus, als ob man dem xorg irgendwie nochmal mit der Nase auf des amdgpu treibers stossen muss.
Interessanterweise wird das auch beim Systemstart nicht geladen (obwohl da keine could no load amd gpu firmware kommt).
Wenn ich das mit modprobe amdgpu nachlade wird es geladen, starte ich dann fällt xorg auf die Nase
Versuch mit:
xorg.conf.d/10-amdgpu.conf
Code:
Section "Device"
Identifier "AMD"
Driver "amdgpu"
EndSection
Das erst lädt das gemodprobte Modul, Resultat: No Screens found.
schlechter Pimp:
Code:
Section "Device"
Identifier "AMD"
Driver "amdgpu"
EndSection
War aber ein schlechter Versuch:
[ 160.042] (EE) Screen 0 deleted because of no matching config section.
Code:
[ 160.037] (II) LoadModule: "glx"
[ 160.038] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 160.040] (II) Module glx: vendor="X.Org Foundation"
[ 160.040] compiled for 1.20.4, module version = 1.0.0
[ 160.040] ABI class: X.Org Server Extension, version 10.0
[ 160.040] (II) LoadModule: "amdgpu"
[ 160.040] (II) Loading /usr/lib/xorg/modules/drivers/amdgpu_drv.so
[ 160.041] (II) Module amdgpu: vendor="X.Org Foundation"
[ 160.041] compiled for 1.20.3, module version = 18.1.99
[ 160.041] Module class: X.Org Video Driver
[ 160.041] ABI class: X.Org Video Driver, version 24.0
[ 160.041] (II) AMDGPU: Driver for AMD Radeon:
All GPUs supported by the amdgpu kernel driver
[ 160.042] (II) AMDGPU(0): [KMS] drm report modesetting isn't supported.
[ 160.042] (EE) Screen 0 deleted because of no matching config section.
[ 160.042] (II) UnloadModule: "amdgpu"
[ 160.042] (EE) Device(s) detected, but none match those in the config file.
[ 160.042] (EE)
Fatal server error:
[ 160.042] (EE) no screens found(EE)
[ 160.042] (EE)
Please consult the The X.Org Foundation support
at http://wiki.x.org
for help.
[ 160.042] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[ 160.042] (EE)
[ 160.043] (EE) Server terminated with error (1). Closing log file.