We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 056b171 commit 6eac171Copy full SHA for 6eac171
drivers/install_cuda.sh
@@ -28,3 +28,8 @@ apt-get update
28
# https://www.reddit.com/r/linux_gaming/comments/1dnccoq/ubuntu_2404_wayland_on_nvidia_troubleshoot_guide/
29
# https://askubuntu.com/questions/1514352/ubuntu-24-04-with-nvidia-driver-libegl-warning-egl-failed-to-create-dri2-scre
30
apt-get install cuda nvidia-container-toolkit # libnvidia-egl-wayland1
31
+
32
+echo "Fixing suspend."
33
+# https://bbs.archlinux.org/viewtopic.php?id=288181
34
+systemctl enable nvidia-suspend.service nvidia-hibernate.service nvidia-resume.service
35
+echo "Installation ready."
0 commit comments