[systemsettings] [Bug 383379] Modernize Input Devices section to work with Libinput

2017-10-17 Thread Cyril Yab
https://bugs.kde.org/show_bug.cgi?id=383379

Cyril Yab <cyril@gmail.com> changed:

   What|Removed |Added

 CC|cyril@gmail.com |

-- 
You are receiving this mail because:
You are watching all bug changes.

[Touchpad-KCM] [Bug 357749] New: [libinput] Pointer acceleration cannot be set below 0

2016-01-09 Thread Cyril Yab via KDE Bugzilla
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.00


Expected Results:  
$ sudo xinput list-props "DLL0704:01 06CB:76AD Touchpad" |grep "274"
libinput Accel Speed (274): -1.00


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.