I have a new DELL Latitude 7490 with Ubuntu 18.04.1 and I am experiencing a little annoying bug related to the touchpad. When I don't use it for some time (more than 3~4 seconds), if then I sweep quickly my finger on it, the cursor gest "teleported" to his final position, without actually showing the path. It feels like the touchpad goes to a sort of "sleep mode", and then when it wakes up there is a small, but perceptible, lag that makes this jump of the cursor to happen. If I use the touchpad continuosly this does not happen, but only after some seconds of inactivity. The same behavior happens with the trackpad (the "nipple").
I don't really know what to do, I tried updating the Linux kernel and changing all the possible libinput
options, with no success.
Have you got any suggestions?
libinput debug-events --verbose
, and then reproduce the problem. It should record any motion you do; do you see prints between the moment you touched the touchpad, and the moment cursor got "teleported"? If you don't, try repeating it withevemu-record
command — are prints present there? – Hi-Angel Jan 26 '19 at 21:18