[Wayland-bugs] [Bug 99961] Wacom tablet produces wiggly bent lines when using libinput driver.
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Sun Mar 5 21:37:18 UTC 2017
https://bugs.freedesktop.org/show_bug.cgi?id=99961
--- Comment #11 from Peter Hutterer <peter.hutterer at who-t.net> ---
afaict so far these jittery lines here are caused by libinput not doing any
coordinate smoothing like the wacom driver does. The sensors aren't that
accurate, so this causes the occasional movement. I have a patchset here that
does the same 4-event averaging that xf86-input-wacom does and it seems to work
fine - the patchset just needs to be tidied up more.
As for which fields to use: it must be driver independent, anything else is a
bug. the valuators have the highest precision but are in device units, the
events_x/y have the pre-formatted coordinates relative to the window. I'd
recommend those anyway because it'll make the wayland integration easier
(wayland only provides the event x/y equivalents).
--
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/20170305/dfc93695/attachment.html>
More information about the wayland-bugs
mailing list