Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 09 May 2020 09:22:11 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 246309] r360637 kern.evdev.rcpt_mask=12 by default breaks doubletap on Thinkpad T400 synaptic touchpad
Message-ID:  <bug-246309-227-TTSehg3CwZ@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-246309-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-246309-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=3D246309

--- Comment #5 from Andriy Gapon <avg@FreeBSD.org> ---
I am using an additional conf file to customize my touchpad's behavior.
I named the file /usr/local/etc/X11/xorg.conf.d/90-touchpad.conf
Here is what it has:
Section "InputClass"
        Identifier      "The touchpad"
        MatchDriver     "libinput"
        MatchIsTouchpad "on"

        Option          "Tapping" "on"
        Option          "TappingDrag" "on"
        Option          "TappingDragLock" "on"
        Option          "ClickMethod" "clickfinger"
        Option          "ScrollMethod" "twofinger"
        Option          "NaturalScrolling" "off"
        Option          "DisableWhileTyping" "on"
EndSection
Maybe you can use a similar method to configure features that you want.

--=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-246309-227-TTSehg3CwZ>