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: Sat, 27 Jan 2024 11:58:02 -0500 [thread overview]
Message-ID: <20240127165802.GA937@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?
Can you be more specific about this? I have tried (and failed) to bring up a working
x11 session that doesn't have my mouse pointer frozen two different ways.
1) I removed both my keyboard.conf and trackball.conf files from my xorg.conf.d directory.
After rebooting and issuing a startx command, same thing: beautiful x11 screen but frozen mouse.
2) I replaced both keyboard.conf and trackball.conf into my xorg.conf.d directory.
unix% cat keyboard.conf
Section "InputClass"
Identifier "KeyboardDefaults"
MatchIsKeyboard "on"
EndSection
unix% cat trackball.conf
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
# Option "Device" "/dev/sysmouse"
EndSection
I also tried variant of the keyboard.conf file using the Identifier "Keyboard0" and
again using a Section name "InputDevice" instead of "InputClass", still no change.
After rebooting and issuing a startx command, same thing: beautiful x11 screen but frozen mouse.
[ 58.131] (II) config/udev: Adding input device System keyboard multiplexer (/dev/input/event0)
[ 58.131] (II) No input driver specified, ignoring this device.
[ 58.131] (II) This device may have been added with another device file.
[ 58.131] (II) config/udev: Adding input device System mouse (/dev/input/event1)
[ 58.131] (II) No input driver specified, ignoring this device.
[ 58.131] (II) This device may have been added with another device file.
How am I supposed to specify an input driver for keyboard and mouse if not by
the use of those two files (or similar) in my xorg.conf.d directory?
--
William Bulley
E-MAIL: web@umich.edu
<web@umich.edu>
next reply other threads:[~2024-01-27 16:59 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-01-27 16:58 William Bulley [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-01-29 19:00 Have WX 3200 Radeon graphics card -- cannot get X11 session to work William Bulley
2024-01-28 19:37 William Bulley
2024-01-29 18:53 ` Deucher, Alexander
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=20240127165802.GA937@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.