Bugzilla – Bug 368589
sax2: duplicate mouse input sections
Last modified: 2008-04-25 09:36:34 UTC
Running Gnome, each mouse click I give appears to turn into a double-click :-) Quite extraordinary; amazingly the desktop still works semi-functionally, but only-just. There are lots of cases of bad behaviour. Simply running the gnome-mouse-properties capplet (checking double click timeout is sane), and clicking on the bulb immediately (double-click) lights it up.
This sounds crazy. Please attach /etc/X11/xorg.conf and /var/log/Xorg.0.log first. Do you see the same issue on the Linux console? Verify with evtest.
no doubt crazy ;-) it could be a ~0 double-click timeout - no idea how that would occur - evtest says: sudo evtest /dev/input/event3sudo evtest /dev/input/event3 Event: time 1205149686.297536, type 1 (Key), code 272 (LeftBtn), value 1 Event: time 1205149686.297548, -------------- Report Sync ------------ Event: time 1205149686.389687, type 1 (Key), code 272 (LeftBtn), value 0 Event: time 1205149686.389695, -------------- Report Sync ------------ ie. looks fine ( for a single click ). I attach the conf & logs.
Created attachment 199852 [details] xorg conf
Created attachment 199853 [details] x log
I had this once with Alpha1. I had the touchpad and trackpoint enabled on my T43P, installed openSUSE. Then I realized that the touchpad was enabled so I disabled it in BIOS and it started happening. After removing the mouse entry in xorg.conf for touchpad it worked again.
Thanks magnus - that fixed it. Turns out the problem was the (duplicate?) Mouse[3] and Mouse[5] entries in xorg.conf - removing one of them: InputDevice "Mouse[1]" "CorePointer" InputDevice "Mouse[3]" "SendCoreEvents" # InputDevice "Mouse[5]" "SendCoreEvents" Screen "Screen[0]" Lets me use both my touch-pad, and 'nipple' simultaneously without problems: neat. The real question is - why do I have 2 entries for the same mouse anyway ? The xorg.conf was generated on this T60p with a plain 'sax2 -r', having installed the new radeonhd drivers.
Reassigning to our mouse expert. ;-)
This looks like a bug in SaX2 to me.
could you send the information from hwinfo --mouse and sysp -q mouse thanks
sysp -q mouse Mouse0 => Protocol : explorerps/2 Mouse0 => Device : /dev/input/mice Mouse0 => Buttons : 5 Mouse0 => Wheel : 1 Mouse0 => Emulate : 0 Mouse0 => Name : SynPS/2 Synaptics TouchPad Mouse0 => VendorID : 0x0212 Mouse0 => DeviceID : 0x0001 Mouse0 => Profile : synaptics Mouse0 => RealDevice : <undefined> Mouse0 => NutShell : 0 Mouse1 => Protocol : explorerps/2 Mouse1 => Device : /dev/input/mice Mouse1 => Buttons : 5 Mouse1 => Wheel : 1 Mouse1 => Emulate : 0 Mouse1 => Name : TPPS/2 IBM TrackPoint Mouse1 => VendorID : 0x0210 Mouse1 => DeviceID : 0x0003 Mouse1 => Profile : ibm-trackpoint Mouse1 => RealDevice : <undefined> Mouse1 => NutShell : 0 hwinfo --mouse 42: PS/2 00.0: 10500 PS/2 Mouse [Created at input.183] UDI: /org/freedesktop/Hal/devices/platform_i8042_i8042_AUX_port_logicaldev_input Unique ID: AH6Q.aaw02jN0uv2 Hardware Class: mouse Model: "SynPS/2 Synaptics TouchPad" Vendor: 0x0002 Device: 0x0007 "SynPS/2 Synaptics TouchPad" Compatible to: int 0x0210 0x0003 Device File: /dev/input/mice (/dev/input/mouse0) Device Files: /dev/input/mice, /dev/input/mouse0, /dev/input/event2, /dev/input/by-path/platform-i8042-serio-1-event-mouse, /dev/input/by-path/platform-i8042-serio-1-mouse Device Number: char 13:63 (char 13:32) Driver Info #0: Buttons: 3 Wheels: 0 XFree86 Protocol: explorerps/2 GPM Protocol: exps2 Config Status: cfg=no, avail=yes, need=no, active=unknown 43: PS/2 00.0: 10500 PS/2 Mouse [Created at input.183] UDI: /org/freedesktop/Hal/devices/platform_i8042_i8042_AUX_port_Synaptics_pass_through_logicaldev_input Unique ID: AH6Q.7qlGUQk7T34 Hardware Class: mouse Model: "TPPS/2 IBM TrackPoint" Vendor: 0x0002 Device: 0x000a "TPPS/2 IBM TrackPoint" Compatible to: int 0x0210 0x0003 Device File: /dev/input/mice (/dev/input/mouse1) Device Files: /dev/input/mice, /dev/input/mouse1, /dev/input/event3, /dev/input/by-path/platform-i8042-serio-2-event-mouse, /dev/input/by-path/platform-i8042-serio-2-mouse Device Number: char 13:63 (char 13:33) Driver Info #0: Buttons: 3 Wheels: 0 XFree86 Protocol: explorerps/2 GPM Protocol: exps2 Config Status: cfg=no, avail=yes, need=no, active=unknown
thanks should be fixed now
Not fixed in factory from today, see #373176 for configs & logs.
*** This bug has been marked as a duplicate of bug 373176 ***