Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Oct 2020 13:55:47 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 249987] Lenovo X120e touchpad failing
Message-ID:  <bug-249987-227-fgL12Q5xsB@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-249987-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-249987-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D249987

--- Comment #6 from Jason W. Bacon <jwb@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 readabl=
e 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.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-249987-227-fgL12Q5xsB>