You are not logged in.
Pages: 1
Is somewhere better informations than in wiki ( https://wiki.archlinux.org/index.php/Libinput ) about libinput configurations?
After update I tried change driver from "synaptics" to "libinput" ( because there are some new issues: https://bbs.archlinux.org/viewtopic.php … 0#p1635110 ) ...
BUT! Scrolling is "slower" and without acceleration... etc. and MAINLY two finger touch/click is "Button 3" now what is right-button and I don't know how to change it
... I want "Button 2" (middle-button) and try:
Option "ClickFinger2" "2"
Option "TapButton2" "2"
but without effect
Last edited by scippio (2016-06-17 09:01:31)
Sorry for my English...
Offline
Libinput has in some cases fewer options than older synaptics driver. You can list all supported options with xinput list-props and try them out with xinput.
TapButton2 etc are probably not valid libinput options for your hardware. The option names are directly translatable from xinput output
eg
libinput Scroll Method Enabled # xinput option
Scroll Method # xorg conf option
Otherwise if libinput advantages, like better multitouch support are not important to you, it might be better to switch to synaptics driver.
Offline
Libinput has in some cases fewer options than older synaptics driver. You can list all supported options with xinput list-props and try them out with xinput.
TapButton2 etc are probably not valid libinput options for your hardware. The option names are directly translatable from xinput output
eglibinput Scroll Method Enabled # xinput option Scroll Method # xorg conf option
Otherwise if libinput advantages, like better multitouch support are not important to you, it might be better to switch to synaptics driver.
Thanks for quick info. I switched back to "synaptics" (version 1.8.3-4) and with option "TapButton2" everything is fine (on Thinkpad x201).
My full /etc/X11/xorg.conf.d/30-touchpad.conf:
Section "InputClass"
Identifier "touchpad"
Driver "synaptics"
MatchIsTouchpad "on"
Option "TapButton2" "2"
EndSection
ok... I think this thread can be SOLVED
Sorry for my English...
Offline
Pages: 1