<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEEDINFO "
   title="NEEDINFO - Imprecise click"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=96259#c17">Comment # 17</a>
              on <a class="bz_bug_link 
          bz_status_NEEDINFO "
   title="NEEDINFO - Imprecise click"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=96259">bug 96259</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>(In reply to Paviluf from <a href="show_bug.cgi?id=96259#c16">comment #16</a>)
<span class="quote">> By the way it's not so easy to find that "--enable-event-gui" is needed to
> build the event-gui tool.</span >

sorry, I should've mentioned that: it's not needed if all the dependencies are
installed. other than that you did the right thing.

<span class="quote">> $ make && sudo make install
> $ sudo reboot</span >

this isn't needed if you're just running the event-gui tool, just run that as
sudo ./tools/event-gui and it will use the local modification. you won't have
the new libinput controlling the cursor but for testing that doesn't matter.

<span class="quote">> It seem that worked because with the 2.1 firmware it's much much better,
> there is almost no movement, like with synaptics. With the 2.0 firmware
> there is no visible change since it already worked pretty well.</span >

ok, this would indicate that for your device the hysteresis should be a bit
larger. change it to           

tp->hysteresis_margin.x = res_x * 0.75;
tp->hysteresis_margin.y = res_y * 0.75;

or possibly even just res_x/res_y. Which one works best?</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>