Comment 27 for bug 1792932

Revision history for this message
In , Michel Dänzer (michel-daenzer) wrote :

(In reply to jimijames.bove from comment #10)
> Section "Device"
> Identifier "Radeon"
> Driver "amdgpu"
> Option "DRI" "3"
> Option "Ignore" "true"
> EndSection

Option "Ignore" doesn't have any effect here, both according to the xorg.conf manpage and the xserver code.

I suspect the problem is that this Device section makes Xorg try to use the amdgpu driver for all GPUs, and not fall back to any other drivers. I'm not sure why this section would be necessary anyway; Xorg should automatically try to use the amdgpu driver (if it's installed correctly) for any GPUs controlled by the amdgpu kernel driver, and fall back to other drivers.

If the above doesn't help you overcome this issue, please attach the full Xorg log files from Arch and Debian.