I recently bought an HP 14-an013nr, which was released within the last two months. It has an Elantech touchpad that does not seem to work. That is, motions with my finger do not result in corresponding motions of the pointer. Sometimes the pointer moves in a different direction. Most of the times the pointer is stationary.
Asked
Active
Viewed 6,849 times
1 Answers
6
I would suggest trying the libinput driver. It's much newer than evdev and synaptics and fixed some issues I had with the Elan touchpad on the computer I use. It also supports most of the hardware of other drivers supported, including some graphics tablets. Instructions:
Install the package xserver-xorg-input-libinput
sudo apt install xserver-xorg-input-libinput
Uninstall xserver-xorg-input-evdev
sudo apt remove xserver-xorg-input-evdev
Uninstall xserver-xorg-input-synaptics
sudo apt remove xserver-xorg-input-synaptics
Reboot and see if things work better.
-
If it was helpful, please consider an upvote. – user48147 Aug 07 '16 at 00:11
-
3Does not work on 18.04 – St.Antario Nov 30 '19 at 10:15
-
1Does not work on 19.10 as well. – Doğuş Mar 26 '20 at 13:20
-
Not working on 20.04 – Piotr Żak Jan 28 '21 at 20:52