lowering mouse speed (and sensitivity) in ubuntu 10.04

I bought a Evoluent VerticalMouse 3 a while back, and regardless of what settings I used, the mouse’s movement was just too fast on Ubuntu. I set the mouse sensitivity slider in gnome to the least sensitive, but even that wasn’t enough. After a bunch of playing around, I discovered that running this does the trick:

$ xinput --set-prop 'Kingsis Peripherals Evoluent VerticalMouse 3 ' 'Device Accel Constant Deceleration' 6

You can get a list of all properties with
xinput --list-props 'Kingsis Peripherals Evoluent VerticalMouse 3 '

Note that the Vertical Mouse 3 has a space at the end of its device string. This took me about 5 minutes to figure out.


Posted

in

by

Tags:

Comments

One response to “lowering mouse speed (and sensitivity) in ubuntu 10.04”

  1. Sergey Avatar
    Sergey

    i just want you to know, devices and properties have own ID number, so you can use ‘xinput command ID1 ID2 …’

Leave a Reply

Your email address will not be published. Required fields are marked *