You are not logged in.
Pages: 1
I have an ASUS Tuf 17, and the touchpad actions are not working on my new install with Trinity desktop. I especially have to have 2-finger scroll. Any help?
Offline
Edit this file (as root):
/etc/X11/xorg.conf.d/60-libinput.conf
and modify the section "InputClass" like this:
Section "InputClass"
Identifier "libinput touchpad catchall"
MatchIsTouchpad "on"
MatchDevicePath "/dev/input/event*"
Driver "libinput"
Option "Tapping" "true"
Option "ScrollMethod" "two-finger"
Option "TapButton3" "2"
#Option "AccelSpeed" "0"
#for other options see 'man libinput'
EndSection
This should enable 2 fingers scroll
My Q4OS scripts: win10/osx theming, perfs optimisation, laptop configuration, ... for trinity users --> https://github.com/seb3773/q4osXpack
Offline
Pages: 1