[Wayland-bugs] [Bug 96848] Slow and fast movements on T450s touchpad are unpredictable
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Mon Aug 1 05:29:46 UTC 2016
https://bugs.freedesktop.org/show_bug.cgi?id=96848
Peter Hutterer <peter.hutterer at who-t.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |peter.hutterer at who-t.net
--- Comment #1 from Peter Hutterer <peter.hutterer at who-t.net> ---
there's two components that matter: libinput touchpad acceleration is different
to the synaptics one (depending on the hardware, because the synaptics one
doesn't take hw into account so it varies greatly, libinput is mostly the same
on all touchpads). libinput is slower than synaptics by default and it is more
tied to your fingers, i.e. once you stop moving it stops quicker than
synaptics. this (theoretically) allows for more precise positioning since the
cursor stops with your finger and you shouldn't overshoot too much.
as for small movements: the T450 has broken hardware. if you move slowly from
left to right you see that the motion is not continuous but rather comes in
waves. this is a hw issue, the sensors are too far apart (or the firmware
filters it) and we don't get motion events in the gaps between. we work around
this in libinput and avoid pointer jumps but there's only so much we can do,
you still get the wavy motion. See Bug 94379 for more info.
--
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/20160801/bac11753/attachment.html>
More information about the wayland-bugs
mailing list