According to "Deucher, Alexander" <alexander.deuc...@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: w...@umich.edu
<w...@umich.edu>

Reply via email to