I have amdgpu installed but it’s still using radeon
ecky@localhost:~> egrep "LoadModule|UnloadModule" /var/log/Xorg.0.log
42.567] (II) **LoadModule**: "glx"
42.579] (II) **LoadModule**: "radeon"
42.583] (II) **LoadModule**: "ati"
42.702] (II) **LoadModule**: "modesetting"
42.704] (II) **LoadModule**: "fbdev"
42.705] (II) **LoadModule**: "vesa"
42.713] (II) **LoadModule**: "fbdevhw"
42.714] (II) **LoadModule**: "fb"
42.715] (II) **LoadModule**: "dri2"
42.715] (II) **LoadModule**: "glamoregl"
43.316] (II) **LoadModule**: "ramdac"
43.316] (II) **UnloadModule**: "modesetting"
43.316] (II) **UnloadModule**: "fbdev"
43.316] (II) **UnloadModule**: "vesa"
43.464] (II) **LoadModule**: "libinput"
I tried adding to /etc/modprobe.d/50-blacklist.conf the following line:
blacklist radeon
Still loaded the radeon driver, kwrite had been suggesting ‘radeonfb’ when I added that so just in case I also tried:
blacklist radeonfb
Also had no effect, radeon driver still gets loaded
So, installing the amdgpu package didn’t automatically blacklist the radeon driver and ‘manually’ blacklisting it also didn’t seem to work
I also tried adding the following in /etc/X11/xorg.conf.d/50-device.conf:
Section "Device"
Identifier "Default Device"
driver "amdgpu"
EndSection
When I tried that the system booted to runlevel 3, if I then tried running sddm screen filled up with messages saying something like:
bad “remove” command line
bad “add” command line
bad “remove” command line
bad “add” command line
over and over until it finally stopped at a blank screen
I don’t really know what else I can try here
Incidentally, doubt it’s connected but since the update I did earlier today I"m also now seeing messages relating to what I suspect are usb 3 ports
dmesg | grep xhci
3.552791] **xhci**_hcd 0000:02:00.0: xHCI Host Controller
3.552801] **xhci**_hcd 0000:02:00.0: new USB bus registered, assigned bus number 1
21.235627] **xhci**_hcd 0000:02:00.0: can't setup: -110
21.235649] **xhci**_hcd 0000:02:00.0: USB bus 1 deregistered
21.235734] **xhci**_hcd 0000:02:00.0: init 0000:02:00.0 fail, -110
21.235756] **xhci**_hcd: probe of 0000:02:00.0 failed with error -110
Probably a seperate issue but I thought it worth mentioning