[Wayland-bugs] [Bug 91475] Gestures vs scrolling on semi-mt touchpads

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed Jul 29 05:28:46 PDT 2015


https://bugs.freedesktop.org/show_bug.cgi?id=91475

--- Comment #6 from Hans de Goede <jwrdegoede at fedoraproject.org> ---
Hi,

Thanks for the recordings, the precision of the touchpad seems to be excellent
with both gestures.

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?

Regards,

Hans

-- 
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/0155b848/attachment.html>


More information about the wayland-bugs mailing list