<html>
<head>
<base href="https://bugs.freedesktop.org/">
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_ASSIGNED "
title="ASSIGNED - Wobbly AlpsPS/2 ALPS DualPoint TouchPad"
href="https://bugs.freedesktop.org/show_bug.cgi?id=104828#c26">Comment # 26</a>
on <a class="bz_bug_link
bz_status_ASSIGNED "
title="ASSIGNED - Wobbly AlpsPS/2 ALPS DualPoint TouchPad"
href="https://bugs.freedesktop.org/show_bug.cgi?id=104828">bug 104828</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>the xorg log shows up in the journal on most distros. but for development you
should run libinput debug-events, because in your case you don't care about the
exact pointer movement as such, but rather about whether pointer movement
happens at all. so if you don't see POINTER_MOTION events float past when you
hold your finger still, that means it's working. If you do, check the deltas.
the libinput debug-gui will show the pointer motion as seen by libinput too.
Both can be run in the build directory, much easier than install && restart x.
Note that touchpads are *always* in absolute coordinates, the conversion to
relative movement is handled in libinput. So t->point.x is the current position
of the touch in device coordinates. See the mailing list for more comments.</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>