| Summary: | Touchpad scroll direction does not persist after sleep (libinput on X11) | ||
|---|---|---|---|
| Product: | [Applications] systemsettings | Reporter: | alvindotd |
| Component: | kcm_touchpad | Assignee: | Plasma Bugs List <plasma-bugs-null> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | normal | CC: | alvindotd, kde, nate, t.soernes |
| Priority: | NOR | Keywords: | usability |
| Version First Reported In: | 5.17.5 | ||
| Target Milestone: | --- | ||
| Platform: | Kubuntu | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
alvindotd
2018-10-20 16:53:25 UTC
+1 Fedora 28 X11 Please dump output of xinput list-props $device where $device is from xinput list before and after suspend Before:
Device 'SynPS/2 Synaptics TouchPad':
Device Enabled (148): 1
Coordinate Transformation Matrix (150): 1.000000, 0.000000, 0.000000, 0.000000, 1.000000, 0.000000, 0.000000, 0.000000, 1.000000
libinput Tapping Enabled (287): 1
libinput Tapping Enabled Default (288): 0
libinput Tapping Drag Enabled (289): 1
libinput Tapping Drag Enabled Default (290): 1
libinput Tapping Drag Lock Enabled (291): 0
libinput Tapping Drag Lock Enabled Default (292): 0
libinput Tapping Button Mapping Enabled (293): 1, 0
libinput Tapping Button Mapping Default (294): 1, 0
libinput Natural Scrolling Enabled (295): 1
libinput Natural Scrolling Enabled Default (296): 0
libinput Disable While Typing Enabled (297): 1
libinput Disable While Typing Enabled Default (298): 1
libinput Scroll Methods Available (299): 1, 1, 0
libinput Scroll Method Enabled (300): 1, 0, 0
libinput Scroll Method Enabled Default (301): 1, 0, 0
libinput Click Methods Available (302): 1, 1
libinput Click Method Enabled (303): 1, 0
libinput Click Method Enabled Default (304): 1, 0
libinput Middle Emulation Enabled (305): 1
libinput Middle Emulation Enabled Default (306): 0
libinput Accel Speed (307): 0.110000
libinput Accel Speed Default (308): 0.000000
libinput Left Handed Enabled (309): 0
libinput Left Handed Enabled Default (310): 0
libinput Send Events Modes Available (268): 1, 1
libinput Send Events Mode Enabled (269): 0, 0
libinput Send Events Mode Enabled Default (270): 0, 0
Device Node (271): "/dev/input/event7"
Device Product ID (272): 2, 7
libinput Drag Lock Buttons (311): <no items>
libinput Horizontal Scroll Enabled (312): 1
And after:
Device 'SynPS/2 Synaptics TouchPad':
Device Enabled (148): 1
Coordinate Transformation Matrix (150): 1.000000, 0.000000, 0.000000, 0.000000, 1.000000, 0.000000, 0.000000, 0.000000, 1.000000
libinput Tapping Enabled (287): 1
libinput Tapping Enabled Default (288): 0
libinput Tapping Drag Enabled (289): 1
libinput Tapping Drag Enabled Default (290): 1
libinput Tapping Drag Lock Enabled (291): 0
libinput Tapping Drag Lock Enabled Default (292): 0
libinput Tapping Button Mapping Enabled (293): 1, 0
libinput Tapping Button Mapping Default (294): 1, 0
libinput Natural Scrolling Enabled (295): 0
libinput Natural Scrolling Enabled Default (296): 0
libinput Disable While Typing Enabled (297): 1
libinput Disable While Typing Enabled Default (298): 1
libinput Scroll Methods Available (299): 1, 1, 0
libinput Scroll Method Enabled (300): 1, 0, 0
libinput Scroll Method Enabled Default (301): 1, 0, 0
libinput Click Methods Available (302): 1, 1
libinput Click Method Enabled (303): 1, 0
libinput Click Method Enabled Default (304): 1, 0
libinput Middle Emulation Enabled (305): 1
libinput Middle Emulation Enabled Default (306): 0
libinput Accel Speed (307): 0.110000
libinput Accel Speed Default (308): 0.000000
libinput Left Handed Enabled (309): 0
libinput Left Handed Enabled Default (310): 0
libinput Send Events Modes Available (268): 1, 1
libinput Send Events Mode Enabled (269): 0, 0
libinput Send Events Mode Enabled Default (270): 0, 0
Device Node (271): "/dev/input/event7"
Device Product ID (272): 2, 7
libinput Drag Lock Buttons (311): <no items>
libinput Horizontal Scroll Enabled (312): 1
So far I have resorted to running "xinput set-prop "SynPS/2 Synaptics TouchPad" "libinput Natural Scrolling Enabled" 1" after every wake from sleep. Already fixed in 5.14. *** This bug has been marked as a duplicate of bug 395722 *** |