[Bug 245948] x11/plasma5-plasma-desktop: turn SYNAPTICS off by default
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sat May 2 19:20:49 BST 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=245948
--- Comment #11 from Andriy Gapon <avg at FreeBSD.org> ---
Just in case, I must add that not having synaptics and having synaptics with
evdev support are not equivalent if one wants to customize any touchpad
behavior.
As an example, here is what I have in
/usr/local/etc/X11/xorg.conf.d/90-touchpad.conf:
Section "InputClass"
Identifier "Motile touchpad"
MatchDriver "libinput"
MatchIsTouchpad "on"
MatchProduct "UNIW0001"
Option "Tapping" "on"
Option "TappingDrag" "on"
Option "TappingDragLock" "on"
Option "ClickMethod" "clickfinger"
Option "ScrollMethod" "twofinger"
Option "NaturalScrolling" "off"
Option "DisableWhileTyping" "on"
EndSection
Section "InputClass"
Identifier "Motile touchpad, synaptics"
MatchDriver "synaptics"
MatchIsTouchpad "on"
MatchProduct "UNIW0001"
Option "TapButton1" "1"
Option "TapButton2" "3"
Option "TapButton2" "2"
Option "CornerCoasting" "on"
Option "HorizTwoFingerScroll" "on"
Option "LockedDrags" "on"
Option "LockedDragTimeout" "300"
Option "PalmDetect" "on"
EndSection
The first section has effect if there is no synaptics driver installed /
loaded.
The second section had effect in the other case.
They configure roughly the same behavior for a specific touchpad but using
different options.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the kde-freebsd
mailing list