https://bugs.kde.org/show_bug.cgi?id=411114
Unlisted Person <kdem...@jeo.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kdem...@jeo.net --- Comment #1 from Unlisted Person <kdem...@jeo.net> --- I have what may be a similar problem. See if (a) all the settings are reset and not just those you've modified (b) if the id for that device changed after sleep/wakeup. To find your touchpad id run: $ xinput list and you should get something like ⎡ Virtual core pointer id=2 [master pointer (3)] ... ⎜ ↳ SYNA307B:00 06CB:CD46 Touchpad id=15 [slave pointer (2)] ⎜ ↳ SynPS/2 Synaptics TouchPad id=19 [slave pointer (2)] ... Then to see what the settings are run $ xinput list-props 15 Device 'SYNA307B:00 06CB:CD46 Touchpad': Device Enabled (184): 1 Coordinate Transformation Matrix (186): 1.000000, 0.000000, 0.000000, 0.000000, 1.000000, 0.000000, 0.000000, 0.000000, 1.000000 libinput Tapping Enabled (349): 0 libinput Tapping Enabled Default (350): 0 libinput Tapping Drag Enabled (351): 1 libinput Tapping Drag Enabled Default (352): 1 libinput Tapping Drag Lock Enabled (353): 0 libinput Tapping Drag Lock Enabled Default (354): 0 libinput Tapping Button Mapping Enabled (355): 1, 0 libinput Tapping Button Mapping Default (356): 1, 0 libinput Natural Scrolling Enabled (357): 0 libinput Natural Scrolling Enabled Default (358): 0 libinput Disable While Typing Enabled (359): 1 libinput Disable While Typing Enabled Default (360): 1 libinput Scroll Methods Available (361): 1, 1, 0 libinput Scroll Method Enabled (362): 1, 0, 0 libinput Scroll Method Enabled Default (363): 1, 0, 0 libinput Click Methods Available (364): 1, 1 libinput Click Method Enabled (365): 1, 0 libinput Click Method Enabled Default (366): 1, 0 libinput Middle Emulation Enabled (367): 0 libinput Middle Emulation Enabled Default (368): 0 libinput Accel Speed (369): 0.888476 libinput Accel Speed Default (370): 0.000000 libinput Left Handed Enabled (371): 0 libinput Left Handed Enabled Default (372): 0 libinput Send Events Modes Available (303): 1, 1 libinput Send Events Mode Enabled (304): 0, 0 libinput Send Events Mode Enabled Default (305): 0, 0 Device Node (306): "/dev/input/event22" Device Product ID (307): 1739, 52550 libinput Drag Lock Buttons (373): <no items> libinput Horizontal Scroll Enabled (374): 1 and you can see if they change before/after wake sleep. For me there's a workaround from a kernel bug where i2c_hid drivers cause interrupts for the Touchpad to go nuts on sleep/resume (modprobe -r/modprobe) but it causes xinput settings to be lost and the Device IDs to change on sleep/resume. If that's your case too then you can create a systemd script file to use on resume from sleep that executes something like "xinput 'device_name_here' 'libinput Tapping Enabled' 1" (or whatever your setting is) to restore the xinput settings you had before sleep. -- You are receiving this mail because: You are watching all bug changes.