Skip to content

Instantly share code, notes, and snippets.

@sharunkumar
Last active October 21, 2024 03:28
Show Gist options
  • Save sharunkumar/3ef23fd7a0a16ff9336d4005ec597582 to your computer and use it in GitHub Desktop.
Save sharunkumar/3ef23fd7a0a16ff9336d4005ec597582 to your computer and use it in GitHub Desktop.
Services for enabling hibernation on Nvidia Laptop
# source: https://download.nvidia.com/XFree86/Linux-x86_64/435.17/README/powermanagement.html
sudo systemctl enable nvidia-suspend.service
sudo systemctl enable nvidia-hibernate.service
sudo systemctl enable nvidia-resume.service
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment