Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Set different speed for second mouse
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo
View previous topic :: View next topic  
Author Message
Chris_tian
n00b
n00b


Joined: 11 May 2005
Posts: 42

PostPosted: Thu Jun 16, 2005 5:28 pm    Post subject: Set different speed for second mouse Reply with quote

Hi,

I bought a USB-Mouse for my Laptop which is working very well. But it moves at same speed as my touchpad. That is much too fast. I searched on google, but I did not find anything on how to define a different speed for the second mouse device in xorg.conf. I also tried xset m, but it works only for the touchpad. The usb-mouse is still at the same speed.
Has anybody an idea how to change the speed for my second mouse device (without changing it for the touchpad) ?

Thanks Christian
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:48 pm    Post subject: Reply with quote

I'm also are desperate for this answer!!! I've searched hours for this, but didn't find any solution!
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:27 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 Other Things Gentoo 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