Two-Finger scrolling stopped working for ETPS/2 Elantech Touchpad

Questions about hardware, drivers and peripherals
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
Scalpel78

Two-Finger scrolling stopped working for ETPS/2 Elantech Touchpad

Post by Scalpel78 »

Hi,
I've had Linux Mint installed for about 1.5 year. During that time the touchpad has worked just fine. Recently the two-finger scrolling has stopped working, and I can't for the life of me figure out why.

My computer is a Lenovo Ideapad 700, and I've added all available updates. Linux Mint18 4.13.0-37-generic.

If I do a live-boot from USB with either Linux Mint or Kali Linux, the touchpad works as I want, so I assume there is either a driver or a setting problem in my current Linux Mint installation causing the problem.

If I do a

Code: Select all

xinput | grep -i touch
it returns
ETPS/2 Elantech Touchpad id=13 [slave pointer (2)]

Code: Select all

synclient | grep -i Scroll
gives
VertScrollDelta = -74
HorizScrollDelta = -74
VertEdgeScroll = 0
HorizEdgeScroll = 0
VertTwoFingerScroll = 1
HorizTwoFingerScroll = 1
CircularScrolling = 0
CircScrollDelta = 0.1
CircScrollTrigger = 0
What else could I check or change to get scrolling via touchpad working?
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
Scalpel78

Re: Two-Finger scrolling stopped working for ETPS/2 Elantech Touchpad

Post by Scalpel78 »

Ah, fixed it!

On my non-working Linux Mint it seems to use 'synaptics' driver, while when I live-usb boot (and the scrolling works) it uses 'libinput' driver.
Found that out by running

Code: Select all

grep "Using input driver" /var/log/Xorg.0.log"
Then the problem was fixed by running

Code: Select all

sudo apt-get install xserver-xorg-input-libinput
Locked

Return to “Hardware Support”