[Public]

> -----Original Message-----
> From: William Bulley <w...@umich.edu>
> Sent: Sunday, January 28, 2024 2:38 PM
> To: Deucher, Alexander <alexander.deuc...@amd.com>
> Cc: amd-gfx@lists.freedesktop.org
> Subject: Re: Have WX 3200 Radeon graphics card -- cannot get X11 session to
> work
>
> 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.


Glad to year you got it working!

Alex

>
> 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