Gentoo Forums
Gentoo Forums
Quick Search: in
xorg-server-1.4.2 strange mouse behaviour [~solved]
View unanswered posts
View posts from last 24 hours

rackathon
 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
kries
n00b
n00b


Joined: 07 Jan 2007
Posts: 36

PostPosted: Fri Jun 13, 2008 1:07 pm    Post subject: xorg-server-1.4.2 strange mouse behaviour [~solved] Reply with quote

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
View user's profile Send private message
TheAl
Tux's lil' helper
Tux's lil' helper


Joined: 22 Jan 2004
Posts: 134

PostPosted: Tue Jun 24, 2008 7:05 am    Post subject: Reply with quote

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
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum