Date: Wed, 10 Feb 2021 07:26:07 +0000 From: bugzilla-noreply@freebsd.org To: x11@FreeBSD.org Subject: [Bug 253382] Elantech touchpad stopped recognizing taps with 12.2-p3 upgrade Message-ID: <bug-253382-7141-o7bCCPJLPp@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-253382-7141@https.bugs.freebsd.org/bugzilla/> References: <bug-253382-7141@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=3D253382 Vladimir Kondratyev <wulf@freebsd.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |wulf@freebsd.org --- Comment #10 from Vladimir Kondratyev <wulf@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 --=20 You are receiving this mail because: You are on the CC list for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-253382-7141-o7bCCPJLPp>