[Bug 252236] atp(4): Need EVDEV support for modern input stack

From: <bugzilla-noreply_at_freebsd.org>
Date: Fri, 14 May 2021 22:47:32 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=252236

--- Comment #56 from Vladimir Kondratyev <wulf@freebsd.org> ---
(In reply to Constantin Fürst from comment #53)
> They seem to be using synaptics client
Initial post is about libinput.

> Sorry but I don't know what to take from that forum post.
Create /usr/local/etc/X11/xorg.conf.d/90-touchpad.conf file with following
content and restart Xorg:

Section "InputClass"
        Identifier "touchpad"
        MatchIsTouchpad "on"
        Driver "libinput"
        Option "Tapping" "on"
EndSection

Taps also can be enabled from .xinitrc script or from some DE-s, but I does not
remember how to do that just now. (In XFCE there is settings applet which
configures taps)

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