[Wayland-bugs] [Bug 106323] ALPS SS5 (SS4 v2) trackpoint too fast / jumpy because of readout "hole" in the center
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Wed May 2 22:27:52 UTC 2018
https://bugs.freedesktop.org/show_bug.cgi?id=106323
--- Comment #4 from Peter Hutterer <peter.hutterer at who-t.net> ---
did you try it? because the basic approach right now is: delta * factor. What
the server does is delta * constant_deceleration * factor. So whether you add
this to the factor or later doesn't really matter.
... after checking the server sources again: it also appears to multiply the
velocity by the constant deceleration, so you'd need to apply this at the top
of the function accordingly.
libinput debug-gui is the best way to test these things, it can be run from the
builddir and the pointer is controlled by libinput only, so no need to restart
between recompilations.
https://wayland.freedesktop.org/libinput/doc/latest/tools.html
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/wayland-bugs/attachments/20180502/26a7a1e5/attachment.html>
More information about the wayland-bugs
mailing list