[Bug 1915] New: X -configure picks wrong mouse device trashes
console display and keyboard input
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Wed Nov 24 06:32:20 PST 2004
Please do not reply to this email: if you want to comment on the bug, go to
the URL shown below and enter yourcomments there.
https://bugs.freedesktop.org/show_bug.cgi?id=1915
Summary: X -configure picks wrong mouse device trashes console
display and keyboard input
Product: xorg
Version: 6.8.1
Platform: PC
OS/Version: Linux
Status: NEW
Severity: critical
Priority: P2
Component: Input/Mouse
AssignedTo: xorg-bugzilla-noise at freedesktop.org
ReportedBy: taj at www.linux.org.uk
CC: taj at www.linux.org.uk
I offer you this fine speciman of a bug. Some of the comments are fedora
related (I was recommended to this bug forum) but the fact remains that X
-configure fails to properly configure the mouse and running X after that
trashes the console and keyboard while the machine still accepts ssh connections.
Looks like the rodent moved but xorg didnt.
yum update fc-devel xorg-x11-6.8.1-12.FC3.1
fairly complete update save Xchat, ooffice.org and their missing deps. running
fc-devel kernel-2.6.9-1.650_devel. Thinkpad 600x neomagic, ps/2 pointer.
X -configure failes to detect mouse.
resulting in:
(**) Mouse0: Core Pointer
(**) Option "Device" "/dev/mouse"
(EE) xf86OpenSerial: Cannot open device /dev/mouse
No such file or directory.
(EE) Mouse0: cannot open input device
...
(II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD)
No core pointer
Fatal server error:
failed to initialize core devices
...
FatalError re-entered, aborting
Caught signal 11. Server aborting
xorg.conf from X -configure
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/mouse"
EndSection
This should be
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
EndSection
running mouseconfig makes no changes (even if the file
is corrected).
The incorrect config results in X trashing the display and keyboard input which
I see was reported upstream as instructed. The machine will appear dead to new
users on run level 5.
/etc/sysconfig/mouse
FULLNAME="Generic - 3 Button Mouse (PS/2)"
MOUSETYPE="imps2"
XEMU3="no"
XMOUSETYPE="IMPS/2"
DEVICE=/dev/input/mice
Expected results are working X11.
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the xorg-bugzilla-noise
mailing list