Hi,
as the title says, my goal is to have a fast mouse movement without any acceleration.
I was surprised i could not disable mouse acceleration in the Menu> Preferences> Mouse> menu
I can just set it to a minimum, but mouse acceleration is still there.
With google i found the command xinput.
I disabled acceleration using :
xinput set-prop "Logitech USB-PS/2 Optical Mouse" "Device Accel Profile" -1
It worked great but the problem is that now my mouse is too slow for my taste and i can't find anything to make it faster once acceleration is disable.
Changing sensitivity in the mouse menu did nothing.
I tried playing with the xinput command but i found nothing to achieve my goal.
Once acceleration is disable the mapping between device and screen coordinates is 1:1.
I want a 1:N mapping where N>1.
I know if N is greater than 1 it reduces accuracy, but im fine with that.
I know it technically possible because it works like that on my windows.
Thanks in advance.



