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 ![]()
Debian & Q4OS (especially TDE), low-level C, ASM (z80/68k/x86/ARM64), embedded systems, CPU architectures (RISC-V, binary formats, assembly), retro-computing, metal, and sci-fi.
Offline
Pages: 1