<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Gestures vs scrolling on semi-mt touchpads"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=91475#c7">Comment # 7</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Gestures vs scrolling on semi-mt touchpads"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=91475">bug 91475</a>
              from <span class="vcard"><a class="email" href="mailto:grawity@gmail.com" title="Mantas Mikulėnas <grawity@gmail.com>"> <span class="fn">Mantas Mikulėnas</span></a>
</span></b>
        <pre>(In reply to Hans de Goede from <a href="show_bug.cgi?id=91475#c6">comment #6</a>)
<span class="quote">> 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?</span >

Scrolling seems to be much better, yes. (Played with tools/event-gui, it still
recognizes both scroll & pinch correctly.)</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>