Hi All !
I'm now working on a laptop running FreeBSD 12.1 !
But there are still some errors I didn't manage to resolve...
And one of them is to be able to scroll with two-fingers using my touchpad.
- x86-input-libinput has been installed
-
- libinput driver is loaded by Xorg
Here my touchpad.conf :
But still not working, do i miss something ?
I'm now working on a laptop running FreeBSD 12.1 !
But there are still some errors I didn't manage to resolve...
And one of them is to be able to scroll with two-fingers using my touchpad.
- x86-input-libinput has been installed
-
kern.evdev.rcpt_mask=12
has been added to sysctl.conf- libinput driver is loaded by Xorg
Here my touchpad.conf :
Code:
Section "InputClass"
Identifier "touchpad"
MatchIsTouchpad "on"
MatchDevicePath "/dev/input/event*"
Driver "libinput"
Option "ClickMethod" "clickfinger"
Option "NaturalScrolling" "on"
Option "ScrollMethod" "twofinger"
Option "Tapping" "off"
EndSection
But still not working, do i miss something ?