AMD-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: William Bulley <web@umich.edu>
To: "Deucher, Alexander" <Alexander.Deucher@amd.com>
Cc: "amd-gfx@lists.freedesktop.org" <amd-gfx@lists.freedesktop.org>
Subject: Re: Have WX 3200 Radeon graphics card -- cannot get X11 session to work
Date: Sun, 28 Jan 2024 14:37:49 -0500	[thread overview]
Message-ID: <20240128193749.GB17405@dell4> (raw)

According to "Deucher, Alexander" <Alexander.Deucher@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@umich.edu
<web@umich.edu>

             reply	other threads:[~2024-01-28 19:38 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-01-28 19:37 William Bulley [this message]
2024-01-29 18:53 ` Have WX 3200 Radeon graphics card -- cannot get X11 session to work Deucher, Alexander
  -- strict thread matches above, loose matches on Subject: below --
2024-01-29 19:00 William Bulley
2024-01-27 16:58 William Bulley
2024-01-26 22:18 William Bulley
2024-01-26 21:19 William Bulley
2024-01-26 21:28 ` Deucher, Alexander
2024-01-26 18:44 William Bulley
2024-01-26 20:50 ` Deucher, Alexander

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240128193749.GB17405@dell4 \
    --to=web@umich.edu \
    --cc=Alexander.Deucher@amd.com \
    --cc=amd-gfx@lists.freedesktop.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox