[Wayland-bugs] [Bug 95290] synaptics touchpad jitter
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Fri May 20 02:55:52 UTC 2016
https://bugs.freedesktop.org/show_bug.cgi?id=95290
Peter Hutterer <peter.hutterer at who-t.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEEDINFO |ASSIGNED
--- Comment #16 from Peter Hutterer <peter.hutterer at who-t.net> ---
the resolution itself is also used for determining the real touchpad size and a
bunch of other things hang off that. So we can't really half the resolution
without breaking other bits. and the hysteresis also has a moving center which
makes some motion a bit more reliable.
what you're looking for is potentially adjusting the fuzz value which is
something we could do instead of enabling the hysteresis. I never thought of it
that way. But this is where it gets a bit blurry. All the other special device
models adjust for size and actual resolution which are definitive hardware
properties. The fuzz value is more implementation-dependent as some other
implementation may not care about fuzz. so I think I'm more comfortable having
this in libinput.
Also note that the wobbly touchpad tag is named like this for a reason. right
now it only enables the hysteresis but if we find a better way to deal with
this we may change this at any time in the future.
Thanks for testing, patch is on the list
https://lists.freedesktop.org/archives/wayland-devel/2016-May/028987.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/20160520/519124c0/attachment-0001.html>
More information about the wayland-bugs
mailing list