LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Changing Console Mouse speed (https://www.linuxquestions.org/questions/linux-newbie-8/changing-console-mouse-speed-119161/)

mpyusko 11-23-2003 09:28 AM

Changing Console Mouse speed
 
How do I change the mouse speed for the console? I have a small screen and I have to roll the trackball 5 times to cross the screen.

Slackware 9
2.4.22

thanks

Demonbane 11-23-2003 09:40 AM

edit /etc/rc.d/rc.gpm

for the gpm comand line add a "-r" option followed by a number, eg
/usr/sbin/gpm -m /dev/mouse -t ps2 -r 100

note that if its set too high your mouse wont move, personally i couldnt get it to work over 100
if that's still not enough add an "-a" option followed by a value(say 50)
-r sets the speed, -a sets acceleration.

mpyusko 11-23-2003 10:35 AM

Ok, I did it, but how do I get it to use the new settings? reboot? or is there an easier way?

Demonbane 11-23-2003 10:43 AM

/etc/rc.d/rc.gpm restart


All times are GMT -5. The time now is 08:05 AM.