https://bugs.freedesktop.org/show_bug.cgi?id=100965

--- Comment #7 from Peter Hutterer <[email protected]> ---
SENSITIVITY only goes to 255 and (iirc) it's 0xff masked, so setting it to 800
does not have the effect you'd expect. 800 == 32 when masked like this, so your
best combination is likely going to be 200/2.5 or 255/2.5 or something like
that.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
wayland-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/wayland-bugs

Reply via email to