[Wayland-bugs] [Bug 103330] Edge exclusion zone too wide for large touchpad

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Thu Oct 19 07:39:57 UTC 2017


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

--- Comment #3 from Peter Hutterer <peter.hutterer at who-t.net> ---
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: https://github.com/whot/input-data-analysis/

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/wayland-bugs/attachments/20171019/4b46e95e/attachment.html>


More information about the wayland-bugs mailing list