[Bug 253382] Elantech touchpad stopped recognizing taps with 12.2-p3 upgrade
| Newsgroups | gmane.os.freebsd.devel.x11 |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253382 Vladimir Kondratyev <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #10 from Vladimir Kondratyev <[email protected]> --- 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 on the CC list for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-x11 To unsubscribe, send any mail to "[email protected]"