4

How do I increase the mouse speed in Ubuntu Linux? Running Gnome 2.30.0. I've already maxed out Pointer Speed Sensitivity in the Mouse Preferences control panel. I am not interested in increasing the Acceleration. Is there a config file I can edit to boost it past what the control panel allows?

I know that this mouse can track faster because it does in Windows.

1
  • What mouse do you have?
    – Bobby
    Commented Jun 29, 2010 at 13:47

1 Answer 1

6

Ok, if I remember right you can use the command

xset m X Y

With X and Y being two different values, Acceleration and Threshold I believe. These settings change after a reboot so you would have to add them into a startup script. A quick search says that this command will give you your current value on ubuntu, but im not in a location I can try it right now.

xset -q | grep accel

Also if you look in your Xorg.conf file under the section for mouse you should see an option title "Resolution" increasing this number should increase your mouse speed as well.

3
  • 3
    Why is it when anyone asks how to change mouse speed the reply always explains how to set acceleration?
    – Cerin
    Commented Feb 13, 2012 at 15:14
  • 1
    I get xset -q | grep accel acceleration: 2/1 threshold: 4 Not sure what values to set this to.
    – mlissner
    Commented May 3, 2013 at 16:15
  • From the help page, but not very informative either: "To set mouse acceleration and threshold: m [acc_mult[/acc_div] [thr]] m default"
    – jnns
    Commented Nov 24, 2017 at 8:34

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .