https://bugs.kde.org/show_bug.cgi?id=357749
Bug ID: 357749 Summary: [libinput] Pointer acceleration cannot be set below 0 Product: Touchpad-KCM Version: 5.5.3 Platform: Other OS: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: kcm Assignee: rajeeshknamb...@gmail.com Reporter: cyril....@gmail.com When setting the acceleration to the minimum, it is set to 0, whereas the minimum value accepted by libinput is -1. Since 0 is the default value anyway, I cannot actually decrease the mouse acceleration speed. Reproducible: Always Steps to Reproduce: 1. Go to System settings > Input devices > Touchpad > Pointer Motion. 2. Set the acceleration to the minimum (maximum left). Actual Results: $ sudo xinput list-props "DLL0704:01 06CB:76AD Touchpad" |grep "274" libinput Accel Speed (274): 0.000000 Expected Results: $ sudo xinput list-props "DLL0704:01 06CB:76AD Touchpad" |grep "274" libinput Accel Speed (274): -1.000000 Using Arch Linux (up-to-date), Touchpad KCM 5.5.3, libinput 1.1.4, xf86-input-libinput 0.16.0, Xorg server 1.18.0. -- You are receiving this mail because: You are watching all bug changes.