You are not logged in.

#1 2017-02-23 22:50:43

sco
Member
Registered: 2017-02-07
Posts: 2

Tweaking touchpad with libinput

I used to use xf86-input-synaptics but as it is discontinued i thought about giving it a try not using it and relying on libinput.

But i have to admit that the feeling will just not get right. First I thought it's about acceleration but i noted the following things that annoy me a little:

  1. The cursor tends to always move in a straight horizontal or vertical line when moved slowly. This is especially notable when you try to paint.

  2. Scrolling does not have any "keep on scrolling after wiping"

How can I fix this two issues?


For reference my config:

/usr/share/X11/xorg.conf.d/40-libinput.conf 
---
Section "InputClass"
        Identifier "libinput touchpad"
        Driver "libinput"
        MatchIsTouchpad "on"
        MatchDevicePath "/dev/input/event*"
        Option "Tapping" "on"
        Option "ClickMethod" "clickfinger"
        Option "NaturalScrolling" "true"
EndSection

Offline

Board footer

Powered by FluxBB