Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Setting USB mouse speed.
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

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


Joined: 30 Jul 2003
Posts: 57

PostPosted: Mon Nov 21, 2005 6:09 pm    Post subject: Setting USB mouse speed. Reply with quote

Hi

I've recently upgraded from kernel vanilla-sources 2.6.11.10 to 2.6.14.2 as well as moved to udev 70 from udev 58. I'm using a USB mouse under X and now the default or "base" mouse speed is too fast. I cannot slow it down with any parameters to "xset m". I tried changing the sampling resolution with Option "Resolution" "XXXX" in my xorg.conf file. Nothing slows it down.

Does anyone know how to set the speed of that mouse?

HW is a Thinkpad T42 w/ Gentoo stable, with the following config for my mouse:

Section "InputDevice"
Identifier "USBMouse"
Driver "mouse"
Option "SendCoreEvents" # needed for multiple devices
Option "Protocol" "ExplorerPS/2"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
EndSection


Any pointer appreciated.
Back to top
View user's profile Send private message
houmles
n00b
n00b


Joined: 05 Jan 2004
Posts: 9

PostPosted: Sat Jan 07, 2006 3:45 pm    Post subject: Reply with quote

i have same problem on thinkpad r40 with wireless usb mouse from M$ ...
i try everything as you, "xset m" or changing resolution in xorg.conf or change protocol to auto or imps/2 don't work :( i always try changing the speed in KDE with control center, but with same issue..

hope someone have some good idea...
Back to top
View user's profile Send private message
Semicarbazid
n00b
n00b


Joined: 23 Oct 2005
Posts: 28

PostPosted: Tue Feb 21, 2006 5:10 pm    Post subject: Reply with quote

These are exactly my problems too...
Back to top
View user's profile Send private message
Semicarbazid
n00b
n00b


Joined: 23 Oct 2005
Posts: 28

PostPosted: Tue Feb 21, 2006 6:28 pm    Post subject: Reply with quote

Found the solution:

you need only one mouse in xorg.conf!

xorg.conf:

Code:
Section ServerLayout"
...
InputDevice "Mouse1" "CorePointer"
...
EndSection

...

Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protokol" "auto"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
Option "SendCoreEvents" "true"
EndSection



Greetings, Semi!
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
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