You are not logged in.

#1 2021-04-09 16:19:48

onixtsm
Member
Registered: 2021-04-09
Posts: 3

[Solved]After update some touchpad features doesn't work

Hello. Just upgraded

xf86-input-libinput (0.30.0-1 -> 1.0.0-1)

and now tapping and native (reverse) scrolling do not work anymore.

#/etc/X11xorg.conf.d/30-touchpad.conf

Section "InputClass"

    Identifier "libinput touchpad catchall"
    
    Driver "libinput"
    
    MatchIsTouchpad "on"
    
    MatchDevicePath "/dev/input/event"
    
    Option "Tapping" "true"
    
    Option "TappingDrag" "true"

    Option "NaturalScrolling" "true"

EndSection

previously worked fine

EDIT: add asterisk to path

 MatchDevicePath "/dev/input/event*"

Last edited by onixtsm (2021-04-09 18:02:39)

Offline

Board footer

Powered by FluxBB