<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Edge exclusion zone too wide for large touchpad"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=103330#c3">Comment # 3</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Edge exclusion zone too wide for large touchpad"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=103330">bug 103330</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>starting point: collect the x/y together with the major/minor values. store
them in a list and record *a lot* of motions where you move with your finger
normally down around/towards/away from the edges. Print all the data, then use
gnuplot or python to get some statistics and visualization. You'll probably
find that on some x or y coordinates the detected maximum/mean/average values
for the major/minors drop off.

for gnuplot, I'd print two diagrams, one with x/minor as x/y-axes, one with
y/major as x/y-axes.

come to think of it, you're probably better off recording a single long evemu
recording first, then running this through through a script (instead of
re-recording every time). Look at this repo here for some example scripts that
do that: <a href="https://github.com/whot/input-data-analysis/">https://github.com/whot/input-data-analysis/</a></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>