| View previous topic :: View next topic |
| Author |
Message |
kries n00b

Joined: 07 Jan 2007 Posts: 36
|
Posted: Fri Jun 13, 2008 1:07 pm Post subject: xorg-server-1.4.2 strange mouse behaviour [~solved] |
|
|
The update to xorg-server-1.4.2 made my usb mouse go crazy.
Single clicking was interpreted as double/multiple(?) clicks.
Disabling SendCoreEvents in xorg.conf fixed it. I don't understand this, but the problem is gone. [/code]
| Code: |
Identifier "USB Mouse"
Driver "mouse"
Option "Device" "/dev/input/mice"
Option "SendCoreEvents" "false"
Option "Protocol" "IMPS/2"
Option "ZAxisMapping" "4 5"
Option "Buttons" "3"
|
|
|
| Back to top |
|
 |
TheAl Tux's lil' helper

Joined: 22 Jan 2004 Posts: 134
|
Posted: Tue Jun 24, 2008 7:05 am Post subject: |
|
|
This is something in the evdev driver area.
I'm using x11-drivers/xf86-input-evdev-1.99.r2 and it solve my same issue. |
|
| Back to top |
|
 |
|