Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 May 2021 13:10:02 +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-NhynKCTdb7@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 #62 from Jason W. Bacon <jwb@freebsd.org> ---
(In reply to Vladimir Kondratyev from comment #45)

This was a recent change to default behavior.  Here's the fix:

FreeBSD coral.acadix  bacon ~/Prog/Src/desktop-installer 1006: more
/etc/X11/xorg.conf.d/30-tap.conf=20
Section "InputClass"
Identifier "touchpad"
Driver "libinput"
  MatchIsTouchpad "on"
  Option "Tapping" "on"
  Option "NaturalScrolling" "on"
  Option "ClickMethod" "clickfinger"
EndSection

--=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-NhynKCTdb7>