Have WX 3200 Radeon graphics card -- cannot get X11 session to work
Deucher, Alexander
Alexander.Deucher at amd.com
Mon Jan 29 18:53:45 UTC 2024
[Public]
> -----Original Message-----
> From: William Bulley <web at umich.edu>
> Sent: Sunday, January 28, 2024 2:38 PM
> To: Deucher, Alexander <Alexander.Deucher at amd.com>
> Cc: amd-gfx at lists.freedesktop.org
> Subject: Re: Have WX 3200 Radeon graphics card -- cannot get X11 session to
> work
>
> 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.
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: web at umich.edu
> <web at umich.edu>
More information about the amd-gfx
mailing list