You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While, in general, using libinput-gestures does seem to address the touchpad being non-functional on resume, it doesn't functional at all if you hibernate rather than just suspend the system.
I experimented quite a bit with this and found this solution (for Arch) worked GREAT for me:
All you have to do is copy the bash script in the referenced repo to /usr/lib/systemd/system-sleep and create an /etc/suspend-modules.conf file with "i2c_hid" in it and you're good to go.
Hope this helps anyone else who's trying to hibernate (not just suspend) this laptop!
The text was updated successfully, but these errors were encountered:
While, in general, using libinput-gestures does seem to address the touchpad being non-functional on resume, it doesn't functional at all if you hibernate rather than just suspend the system.
I experimented quite a bit with this and found this solution (for Arch) worked GREAT for me:
https://github.com/parkouss/systemd-suspend-modules
All you have to do is copy the bash script in the referenced repo to /usr/lib/systemd/system-sleep and create an /etc/suspend-modules.conf file with "i2c_hid" in it and you're good to go.
Hope this helps anyone else who's trying to hibernate (not just suspend) this laptop!
The text was updated successfully, but these errors were encountered: