Last active
October 21, 2024 03:28
-
-
Save sharunkumar/3ef23fd7a0a16ff9336d4005ec597582 to your computer and use it in GitHub Desktop.
Services for enabling hibernation on Nvidia Laptop
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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