LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   mouse speed (ubuntu) (https://www.linuxquestions.org/questions/linux-newbie-8/mouse-speed-ubuntu-276386/)

nadroj 01-11-2005 12:13 AM

mouse speed (ubuntu)
 
iv looked with the gui in ubuntu for configuring mouse speed, but cant seem to see it. i can find how to change dbl click speed, drag speed, cursor theme, afew things like that, but no cursor speed.
any ideas of what file to edit, or where to go, to modify my mouse speed? (its too fast for my usual windows speed)

thanks

heema 01-11-2005 01:58 AM

u can change it in system tools -> configuration manager (Gconf) -> desktop -> gnome -> peripherals -> mouse

0pal_t0ad 01-11-2005 08:20 AM

or the kde control panel

nadroj 01-11-2005 08:22 AM

iv checked there, but didnt think it was there... these are the values it lets me change:
cursor font, cursor size, cursor theme, double click, drag threshold, left handed, locate pointer, motion acceleration, motion threshhold, single click. i dont have a mouse speed or anything like that

edit: (sry, its gnome, no kde)

tredegar 01-11-2005 08:59 AM

You can try editing the file /etc/X11/XF86Config-4 or whatever it is called now.

Find the section:

Section "InputDevice"
Identifier "Mouse1"

and add the following line:

Option "Resolution" "5000"

Changing the "5000" bit will alter the speed of the mouse. You will need to restart the X-server to see the change. Try different numbers until you are happy.

nadroj 01-11-2005 10:30 AM

thanks for the input tred.. but
i tried that, but there is no 'resolution' option, it shows the following options: corePointer, device, protocol, emulate3Buttons,ZaxisMapping. would it be the last one? its value is "4 5", whatever that means :S.
could i possibly just add the option you suggested? or will that screw stuff up?

0pal_t0ad 01-11-2005 12:06 PM

the trick to messing around with X config is not to be scared of messing it up! as long as u back it up before, you're safe!

nadroj 01-11-2005 12:12 PM

ya, true... ok ill make a copy in the same folder of it... if gnome loads and jus the speed is messed up, ill just revert to the backup. i was just afraid that, on the offchance that, x windows wouldnt run because of what i had done.. THEN i wouldnt know what to do! lol


All times are GMT -5. The time now is 02:17 AM.