https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=249987

--- Comment #6 from Jason W. Bacon <j...@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.
_______________________________________________
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"

Reply via email to