Summary: | Touchpad setting "Disable taps and scrolling only" ignored | ||
---|---|---|---|
Product: | [Applications] systemsettings | Reporter: | Mark <mark.fitch1> |
Component: | kcm_touchpad | Assignee: | Plasma Bugs List <plasma-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | rajeeshknambiar |
Priority: | NOR | ||
Version First Reported In: | 5.17.5 | ||
Target Milestone: | --- | ||
Platform: | Fedora RPMs | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Mark
2016-05-08 02:17:55 UTC
Can you confirm the input driver used? Try: $ xlsatoms | grep -i tap FWIW, libinput does not support the 'disable tapping and scrolling only' option. Thank you for your response Rajeesh. Here is the output you requested: 272 libinput Tapping Enabled 273 libinput Tapping Enabled Default 274 libinput Tapping Drag Lock Enabled 275 libinput Tapping Drag Lock Enabled Default It seems I am in fact using libinput. I suppose I can try and switch back to using Synaptics as the driver to see if it works. Let me know if there's anything else you would like to provide. Okay, thanks for confirmation. You could indeed switch to synaptics driver - simply uninstall xorg-x11-drv-libinput and install xorg-x11-drv-synaptics and see if that helps. Thanks for such a fast response Rajeesh. This may not be the best place to ask, but is libinput in its feature-incomplete state not a suitable replacement for the synaptics driver at this time? I haven't yet tried using the synaptics driver to work around my problem, but I'll try it and post the results. Thank you again for your help. I apologize for double-posting in such quick succession but I wanted to report that I replaced libinput with synaptics as you described and all is working as expected again. Thank you again for your assistance. I suppose I'll keep an eye on libinput's development and switch back again once these features are supported. You're welcome, Mark. I think libinput is declared as feature complete. Libinput aims to simplify input handling and a side-effect of it is providing good defaults instead of making many configuration options available, which previous drivers like synaptics did. You could try to contact libinput upstream if you'd like to pursue further. Closing this report. |