You are not logged in.

#1 2016-07-02 07:22:54

b0ng0
Member
Registered: 2007-08-25
Posts: 31

[Solved] Lost tap-to-click on trackpad

I've been running Arch on my Asus eeePC 1005P for a while with no real issues but recently tap-to-click on the trackpad stopped working. The DE I'm running is LXQT.

I've checked the wiki, the only conf file I have under /etc/X11/xorg.conf.d./ is for the keyboard.

If I query libinput-list-devices I get:

Device:           SynPS/2 Synaptics TouchPad
Kernel:           /dev/input/event9
Group:            8
Seat:             seat0, default
Size:             54.20x25.25mm
Capabilities:     pointer 
Tap-to-click:     disabled
Tap-and-drag:     enabled
Tap drag lock:    disabled
Left-handed:      disabled
Nat.scrolling:    disabled
Middle emulation: n/a
Calibration:      n/a
Scroll methods:   *two-finger edge 
Click methods:    none
Disable-w-typing: enabled
Accel profiles:   none

This shows that tap-to-click is disabled. I followed the wiki and created a conf file like this:

/etc/X11/xorg.conf.d/30-touchpad.conf
Section "InputClass"
        Identifier "MyTouchpad"
        MatchIsTouchpad "on"
        Driver "libinput"
        Option "Tapping" "on"
EndSection

However, upon rebooting the trackpad just didn't work at all. I'm clearly missing something, but I've got no idea what at the moment.

Last edited by b0ng0 (2016-07-03 15:57:09)

Offline

#2 2016-07-02 18:58:48

ijanos
Member
From: Budapest, Hungary
Registered: 2008-03-30
Posts: 443

Re: [Solved] Lost tap-to-click on trackpad

Exactly the same happaned to me. The tap-to-click settings disappeared from the gnome settings too. I mostly use a usb mouse and cannot pin down exactly when this change happened.

I'm on an ASUS ZenBook with Elantech ELAN touchpad.

EDIT: Downgrading libinput did not solve this. Kernel downgrade did not help.

Last edited by ijanos (2016-07-02 19:08:42)

Offline

#3 2016-07-03 08:49:45

ijanos
Member
From: Budapest, Hungary
Registered: 2008-03-30
Posts: 443

Re: [Solved] Lost tap-to-click on trackpad

I've opened an issue in the bug tracker: https://bugs.archlinux.org/task/49920

Offline

#4 2016-07-03 09:10:07

ijanos
Member
From: Budapest, Hungary
Registered: 2008-03-30
Posts: 443

Re: [Solved] Lost tap-to-click on trackpad

Removed xf86-input-synaptics package and now it works.

Offline

#5 2016-07-03 14:53:36

b0ng0
Member
Registered: 2007-08-25
Posts: 31

Re: [Solved] Lost tap-to-click on trackpad

Tried to remove xf86-input-synaptics package but didn't fix the issue and tapping on the trackpad kept jumping the cursor around.

Offline

#6 2016-07-03 15:04:30

ijanos
Member
From: Budapest, Hungary
Registered: 2008-03-30
Posts: 443

Re: [Solved] Lost tap-to-click on trackpad

b0ng0 wrote:

Tried to remove xf86-input-synaptics package but didn't fix the issue and tapping on the trackpad kept jumping the cursor around.

Did you restart you X session? Or rebooted even?

If yes then I suggest opening a separate bug report.

Offline

#7 2016-07-03 15:56:32

b0ng0
Member
Registered: 2007-08-25
Posts: 31

Re: [Solved] Lost tap-to-click on trackpad

Solved it by installing xf86-input-libinput and adding the conf file as the wiki suggested.

Prior to installing xf86-input-libinput I could still run libinput-list-devices, so I'm guessing that for some reason some packages relating to libinput were installed but not everything. Removed the synaptics package as well as you suggested since there's no point in keeping it.

Offline

#8 2016-08-19 18:37:53

Semen.Martynov
Member
From: St. Petersburg, Russia
Registered: 2014-05-08
Posts: 1
Website

Re: [Solved] Lost tap-to-click on trackpad

I have the same situation on my ThinkPad T410s (and Xmonad as a DE).

1/ sudo pacman -Rsn xf86-input-synaptics
2/ sudo pacman -Syu xf86-input-libinput
3/ use config from the #1 post

Maybe it's a time to update wiki?


Lenovo T410s
Arch Linux (x64)
Xmonad

Offline

#9 2017-07-10 07:24:06

thePanz
Member
Registered: 2017-05-08
Posts: 9

Re: [Solved] Lost tap-to-click on trackpad

Removing `sudo pacman -Rsn xf86-input-synaptics` seems to have fixed the issue for me (Dell XPS 9360)
Thank you!

Offline

#10 2017-07-10 07:25:39

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,424
Website

Re: [Solved] Lost tap-to-click on trackpad


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

Board footer

Powered by FluxBB