Created attachment 124601 [details] evemu-record output My touchpad, with libinput enabled, feels too sensitive in a way that even a slight movement of my finger affects cursor position. That makes touchpad extremely uncomfortable to use because when I move my finger a cursor makes annoying jumpy movements in the process which makes precise cursor movements almost unachievable. * Down below you can see one part of `libinput-debug-events` output. I was moving my finger diagonally up and right, but you can see that libinput detects negative x acceleration. I believe in this moment there is a significant cursor jump. event16 POINTER_MOTION +23.98s 3.44/ -1.91 event16 POINTER_MOTION +24.01s 3.20/ -2.03 event16 POINTER_MOTION +24.02s 0.98/ -1.52 event16 POINTER_MOTION +24.03s -2.83/ -0.76 event16 POINTER_MOTION +24.06s -3.94/ -0.51 event16 POINTER_MOTION +24.07s -1.48/ -0.51 event16 POINTER_MOTION +24.08s 2.34/ -0.51 event16 POINTER_MOTION +24.10s 3.81/ -0.51 I've also added evemu-record output as attachment in case that helps at all. * OS: Arch Linux * libinput: 1.3.2 * `touchpad-edge-detector` results: Touchpad ETPS/2 Elantech Touchpad on /dev/input/event16 Move one finger around the touchpad to detect the actual edges Kernel says: x [0..3260], y [0..2282] Touchpad sends: x [0..3260], y [0..2282]
I've recorded a small video with `libinput-debug-events` output in the background: https://db.tt/Ssey3uNt
any chance you can give git master a try? we just reassigned the hysteresis back to all touchpad devices and that should take the jumpiness out
(In reply to Peter Hutterer from comment #2) > any chance you can give git master a try? we just reassigned the hysteresis > back to all touchpad devices and that should take the jumpiness out Hi. I just installed `libinput-git` package from AUR, that fetches sources directly from git master branch, and it seems to work correctly now. Thank you!
excellent, thanks. I'll close this bug then
(In reply to Peter Hutterer from comment #4) > excellent, thanks. I'll close this bug then Diagonal cursor movement is not very smooth though, it "sticks" to x or y axis. Is this issue known?
grab mtview from the repo below. compile it and run it as root against your touchpad event node. It's like a painting app, can you see the odd movement reflected here. This will help determine if it's a touchpad issue or a userspace issue https://github.com/whot/mtview
FYI with hysteresis on, my hardware also makes small diagonal movements almost impossible. It's one of the many reasons I disabled hysteresis (and think it should be user-configurable). Hardware is all different.
if it works correctly with the hysteresis off then it's a bug in the implementation in libinput. I won't have time to look at this until the new year though but feel free to figure out what's going on :)
Well... the bug is hysteresis. :) Some touchpads (e.g. mine) don't need it at all, and are worsened by any implementation of it. I've covered this in https://bugs.freedesktop.org/show_bug.cgi?id=98839.
Nate: in your case the issue is slightly different. The hysteresis is required for touchpads that don't do firmware filtering. What happens in your case is that the firmware does too much filtering, so the hysteresis is just doubled up.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.