[Bug 253382] Elantech touchpad stopped recognizing taps with 12.2-p3 upgrade
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Wed Feb 10 07:26:07 UTC 2021
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253382
Vladimir Kondratyev <wulf at freebsd.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |wulf at freebsd.org
--- Comment #10 from Vladimir Kondratyev <wulf at freebsd.org> ---
IIRC, libinput has taps disabled by default. You should add following lines to
xorg.conf to enable it again:
Section "InputClass"
Identifier "libinput touchpad catchall"
MatchIsTouchpad "on"
Option "Tapping" "on"
Option "ClickMethod" "clickfinger"
EndSection
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-bugs
mailing list