[Wayland-bugs] [Bug 99064] Pich recognized but Swipe
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Mon Dec 19 23:55:19 UTC 2016
https://bugs.freedesktop.org/show_bug.cgi?id=99064
--- Comment #10 from Peter Hutterer <peter.hutterer at who-t.net> ---
(In reply to Francecso from comment #9)
> What I can see it that the pinch is recognized most of the time when I swipe
> but the 3 fingers are not perfect in line, for example the middle finger
> above the other two( something like _-_ ).
one important thing: your touchpad can only track the position of 2 fingers at
a time. for the third finger we merely get a "finger is down" bitflag but no
position. So we cannot differ between a 3fg swipe and a 3fg pinch. If you
fingers are set down in the order index, middle, ring, then chances are that it
looks more like the start of a pinch gesture based on the finger position.
This is solved with the switch to RMI4 in kernel 4.10, that will at least give
us tracking of more than 2 fingers.
But the real issue here is likely that we switch to pinch too early, as soon as
we have 2 fingers down. In many cases, you have 2fg down before the third
finger is detected. This definitely needs fixing.
> Note:
> I am not sure this is relate but sometime I get this message:
> " kernel bug: Touch jump detected and discarded ... "
That's also something that should be fixed with RMI4 and can also be the reason
for the misdetection. I'll try to fix the above first, then we can look at this
one separately.
--
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/20161219/45901650/attachment.html>
More information about the wayland-bugs
mailing list