Closed iamjackg closed 5 years ago
Uhm, I never experienced this issue sincerely
Interesting! I wonder what causes this variance in user experience.
Did you try this?
I did, but that page is very odd: it first tells you to blacklist one of the two entries or "synclient will get confused", but then it guides you through uninstalling the synaptics drivers and switching to libinput instead. :thinking: Which is the opposite of what I did to solve my issue.
Dell continues to be an endless source of mysteries!
I haven't experienced this issue. Are you using the GNOME desktop? I know KDE has real shoddy support for multitouch touchpads.
@iamjackg how did you fix this out of curiosity? I did: sudo apt-get install xserver-xorg-input-libinput sudo apt-get remove --purge xserver-xorg-input-synaptics
and unfortunately it hasn't resolved the issue. Many thanks!
@iamjackg how did you fix this out of curiosity? I did: sudo apt-get install xserver-xorg-input-libinput sudo apt-get remove --purge xserver-xorg-input-synaptics
and unfortunately it hasn't resolved the issue. Many thanks!
Probably related: https://gitlab.freedesktop.org/libinput/libinput/issues/36
@iamjackg how did you fix this out of curiosity? I did: sudo apt-get install xserver-xorg-input-libinput sudo apt-get remove --purge xserver-xorg-input-synaptics and unfortunately it hasn't resolved the issue. Many thanks!
Probably related: https://gitlab.freedesktop.org/libinput/libinput/issues/36
I tried the fix relating to the tlp config mentioned in the comment below from the post you linked:
" Pierpaolo Valerio @pierpaolo.valerio · 6 months ago
But found that it didn't help, maybe perhaps because I have powertop installed as well (and don't know how to do an equivalent fix for it. I tried looking in the 'tuneables' of powertop but wasn't sure if there was anything useful to disable here).
EDIT
As @iamjackg seems to elude to, some of the touchpad skips (the ones which occur after the touchpad hasn't been touched for a few seconds) can be eliminated by installing: xserver-xorg-input-synaptics
but then the problems of having both libinput and synaptics (i.e. the mouse skipping randomly at all times) resume. Has anyone managed to fix both of these problems simultaneously? (mouse skipping at random times & mouse jumps after resting touchpad)
Hey there!
One thing I've noticed is that by default the install is using libinput for the touchpad. I know it's more modern, etc. but it was actually causing issues for me: the cursor would occasionally jump to the other side of the screen, and two-/three-finger tap detection was very flakey.
All the issues were immediately solved by installing the synaptics drivers (and keeping libinput installed for keyboard handling).
I'm wondering if anybody else has seen the same behaviour? If there's enough supporting evidence, I can probably put together a pull request, but I first want to make sure I'm not the only one experiencing this.