[Bug 249987] Lenovo X120e touchpad failing
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Thu Oct 29 13:55:47 UTC 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=249987
--- Comment #6 from Jason W. Bacon <jwb at freebsd.org> ---
I found 2 ways to restore tapping on 12.2:
1. xinput --set-prop 10 'libinput Tapping Enabled' 1
which I added to a script sourced by my Xsession file.
2. Add something like the following to /etc/X11/xorg.conf.d/30-tap.conf. (
Actual filename is not important as long as it's in xorg.conf.d and readable to
all users. )
Section "InputClass"
Identifier "touchpad"
Driver "libinput"
MatchIsTouchpad "on"
Option "Tapping" "on"
Option "NaturalScrolling" "on"
Option "ClickMethod" "clickfinger"
EndSection
I'm don't understand why tapping is off by default under 12.2 and on under 12.1
when they both use the same Xorg packages.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-bugs
mailing list