On 10/14/20 1:49 AM, Otto Moerbeek wrote:
On Tue, Oct 13, 2020 at 11:38:11PM -0400, Brennan Vincent wrote:
Hello,
I am using the wsmouse driver with x11, and no amount of googling or reading
man pages has helped me figure out how to disable acceleration and have
completely flat/linear response. Is this possible?
I know that I can change sensitivity with `mouse.tp.scaling=<whatever>`, but
I don't think this affects acceleration.
Check xset (and maybe xinput, but I;ve never used that).
-Otto
Thanks. `xinput --set-prop /dev/wsmouse0 'Device Accel Profile' -1`
seems to have made things a lot better, although it still feels a bit
weird. I could just be imagining it.
Anyway, thanks for the pointers!