how to increase mouse movement speed in ubuntu 16.04
the maximum available speed for mouse is not very comfortable. i want to increase it.. how to do that?? is there an app to customize these sort of stuffs (preferable since I am new to ubuntu). thanks in advance
Run in terminal
xinput --list --short
and find your mouse id (for meid=12
)Run in terminal
xinput --list-props 12
(change12
for the right id)- Find the id for the property
Device Accel Constant Deceleration
(for me 262) - Run in terminal
xinput --set-prop 12 262 0.1
(change12
and262
for the correct id)
The last number (0.1
) is the important value. The smaller the number the faster your cursor moves (default value is 1.0). Play around with the values till you find one that works for you and then add the command to the startup applications GUI.
Good luck
The first place to speed up your mouse is in Settings -> Mouse and Touchpad -> Pointer Speed.
If that maximum is not enough try this answer : How can I increase the mouse pointer speed beyond the limits set by the Mouse preferences dialog?
Basically, add the following command to Startup Application
and change the second number (2 in this case) to the desired mouse speed (2X faster, 3X faster...).
xset m 2 1
Good luck
You can try using piper. It is available trough the Ubuntu repositories, so just install it via
sudo apt install piper
It has a GUI and it worked very well for my Logitech G402 on Ubuntu 20.04 to increase the mouse speed pretty much. You can change some settings for the buttons and even the LED are controllable.