https://bugs.freedesktop.org/show_bug.cgi?id=103054
Peter Hutterer <[email protected]> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEEDINFO |ASSIGNED
--- Comment #3 from Peter Hutterer <[email protected]> ---
I suspect it's this seqeuence here:
E: 9.895899 0004 0004 589825 # EV_MSC / MSC_SCAN 589825
E: 9.895899 0001 0110 0001 # EV_KEY / BTN_LEFT 1
E: 9.895899 0000 0000 0000 # ------------ SYN_REPORT (0) ----------
+120ms
E: 9.927929 0004 0004 589825 # EV_MSC / MSC_SCAN 589825
E: 9.927929 0001 0110 0000 # EV_KEY / BTN_LEFT 0
E: 9.927929 0000 0000 0000 # ------------ SYN_REPORT (0) ----------
+32ms
E: 9.943937 0004 0004 589825 # EV_MSC / MSC_SCAN 589825
E: 9.943937 0001 0110 0001 # EV_KEY / BTN_LEFT 1
E: 9.943937 0000 0000 0000 # ------------ SYN_REPORT (0) ----------
+16ms
E: 9.991900 0004 0004 589825 # EV_MSC / MSC_SCAN 589825
E: 9.991900 0001 0110 0000 # EV_KEY / BTN_LEFT 0
E: 9.991900 0000 0000 0000 # ------------ SYN_REPORT (0) ----------
+48ms
Debounce detection is based on timeouts, but here the time between the fake
release and the next press is 16ms vs the 12 libinput currently uses. If you
can, grab libinput from git and modify DEBOUNCE_TIME to 17ms. See if that
helps consistently.
--
You are receiving this mail because:
You are the assignee for the bug._______________________________________________
wayland-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/wayland-bugs