LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   Slowing down the USB mouse pointer (https://www.linuxquestions.org/questions/slackware-14/slowing-down-the-usb-mouse-pointer-555636/)

dizzi 05-21-2007 03:50 PM

Slowing down the USB mouse pointer
 
Hi

The core pointer on my laptop is the Synaptics Touchpad which works perfectly (using the Synaptics driver on kernel 2.6.21). I have also enabled my USB mouse (an optical 3-button scroll-wheel mouse (scroll-wheel acts as 3rd button)). However the pointer movement is extremely fast - a slight movement of the mouse moves the pointer all the way across the screen. Changing settings in the KDE Control Center has not helped. Has anyone got any ideas on how to do slow down that pointer? The relevant sections in the xorg.conf file are as follows:

Section "InputDevice"
Identifier "USB Mouse"
Driver "mouse"
Option "SendCoreEvents"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "true"
Option "ZAxisMapping" "4 5"
End Section

Thanks

Section "ServerLayout"
...
InputDevice "USB Mouse" "SendCoreEvents"
...
EndSection

Any help will be highly appreciated.

Alien_Hominid 05-21-2007 06:07 PM

Does it happen also in tty (terminal where you login) or only in kde?

dizzi 05-21-2007 07:25 PM

Yes the effect is the same in the console.

quietguy47 05-22-2007 11:56 AM

try it without the 'emulate3buttons'


All times are GMT -5. The time now is 02:32 PM.