<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED MOVED - Touchpad jitter on Dell Latitude E7240 with 1.10.6"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=106425#c5">Comment # 5</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED MOVED - Touchpad jitter on Dell Latitude E7240 with 1.10.6"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=106425">bug 106425</a>
              from <span class="vcard"><a class="email" href="mailto:peter.hutterer@who-t.net" title="Peter Hutterer <peter.hutterer@who-t.net>"> <span class="fn">Peter Hutterer</span></a>
</span></b>
        <pre>Yeah, you wouldn't believe the exceptions we have in libinput for semi-mt
touchpads because they're all awful.

fwiw, you can grab libinput from git and hack around in the hysteresis code
yourself (tp_init_hysteresis()), i.e. change the ranges manually instead of
going through the fuzz property. Much faster because you can then run sudo
./builddir/libinput-debug-gui straight from the repo (no need to install) and
check if the jitter is still present. That cursor movement is controlled by
libinput directly (hitting esc quits).

If you find the right value(s), then you can push them to the property and
check again. It may even be that you need different values for x and y.</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>