View previous topic :: View next topic |
Author |
Message |
Chris_tian n00b
Joined: 11 May 2005 Posts: 42
|
Posted: Thu Jun 16, 2005 5:28 pm Post subject: Set different speed for second mouse |
|
|
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 |
|
|
Semicarbazid n00b
Joined: 23 Oct 2005 Posts: 28
|
Posted: Tue Feb 21, 2006 5:48 pm Post subject: |
|
|
I'm also are desperate for this answer!!! I've searched hours for this, but didn't find any solution! |
|
Back to top |
|
|
Semicarbazid n00b
Joined: 23 Oct 2005 Posts: 28
|
Posted: Tue Feb 21, 2006 6:27 pm Post subject: |
|
|
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 |
|
|
|