[Wayland-bugs] [Bug 91475] Gestures vs scrolling on semi-mt touchpads
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Wed Jul 29 10:50:43 PDT 2015
https://bugs.freedesktop.org/show_bug.cgi?id=91475
--- Comment #7 from Mantas Mikulėnas <grawity at gmail.com> ---
(In reply to Hans de Goede from comment #6)
> Can you try changing these lines in
> libinput/src/evdev-mt-touchpad-gestures.c (around line 200):
>
> /*
> * Semi-mt touchpads have somewhat inaccurate coordinates when
> * 2 fingers are down, so use a slightly larger threshold.
> */
> if (tp->semi_mt)
> move_threshold = TP_MM_TO_DPI_NORMALIZED(4);
> else
> move_threshold = TP_MM_TO_DPI_NORMALIZED(2);
>
> To:
>
> move_threshold = TP_MM_TO_DPI_NORMALIZED(2);
>
> Then re-build libinput, install the new version and see if that solves your
> 2fg scrolling problems?
Scrolling seems to be much better, yes. (Played with tools/event-gui, it still
recognizes both scroll & pinch correctly.)
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/wayland-bugs/attachments/20150729/ef3136fe/attachment-0001.html>
More information about the wayland-bugs
mailing list