New comment by pyramidhead52 on void-packages repository https://github.com/void-linux/void-packages/issues/30049#issuecomment-814306015 Comment: **Device:** Huawei Matebook D 14 AMD Ryzen 5 3500u I'm just using my touchpad's two finger right click function, no mouse. ``` sudo dmesg | grep touchpad input: ELAN2204:00 04F3:3109 Touchpad as /devices/platform/AMDI0010:01/i2c-11/i2c-ELAN2204:00/0018:04F3:3109.0001/input/input13 input: ELAN2204:00 04F3:3109 Touchpad as /devices/platform/AMDI0010:01/i2c-11/i2c-ELAN2204:00/0018:04F3:3109.0001/input/input16 ``` ``` cat /etc/X11/xorg.conf.d/30-touchpad.conf Section "InputClass" Identifier "libinput touchpad catchall" MatchIsTouchpad "on" MatchDevicePath "/dev/input/event*" Driver "libinput" Option "Tapping" "on" Option "NaturalScrolling" "true" EndSection ``` I've downgraded to 1.16.4 and it works just fine. I think it's related to these 1.17 changes: https://www.phoronix.com/scan.php?page=news_item&px=Libinput-1.17-Released