Have WX 3200 Radeon graphics card -- cannot get X11 session to work

William Bulley web at umich.edu
Sun Jan 28 19:37:49 UTC 2024


According to "Deucher, Alexander" <Alexander.Deucher at amd.com> on Fri, 01/26/24 at 16:28:
> 
> [AMD Official Use Only - General]
> 
> Make sure you have OS mouse and keyboard drivers loaded
> and configured within your X config?

I got it to work!!!  Thanks to all who helped.

I got the clue I needed from this page this morning:

   https://fedoraproject.org/wiki/Input_device_configuration 

Here is the config that finally works:

unix% pwd
/usr/local/etc/X11/xorg.conf.d
unix% cat 10-driver.conf

Section "InputClass"
        Identifier      "Keyboard0"
        MatchIsKeyboard "on"
        Driver          "libinput"
EndSection

Section "InputClass"
        Identifier      "Mouse0"
        MatchIsPointer  "on"
        Driver          "libinput"
EndSection

Section "Device"
        Identifier      "Card0"
        Driver          "amdgpu"
        BusID           "PCI:41:0:0"
        Option          "DisplayPort-0" "Monitor0"
EndSection

-- 
William Bulley
E-MAIL: web at umich.edu
<web at umich.edu>


More information about the amd-gfx mailing list