Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 May 2021 22:47:32 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 252236] atp(4): Need EVDEV support for modern input stack
Message-ID:  <bug-252236-227-P5BNqF1pPY@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-252236-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-252236-227@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=3D252236

--- Comment #56 from Vladimir Kondratyev <wulf@freebsd.org> ---
(In reply to Constantin F=C3=BCrst 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)

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-252236-227-P5BNqF1pPY>