LukeShortCloud / winesapOS

winesapOS - Game with Linux anywhere, no installation required!
GNU General Public License v3.0
871 stars 31 forks source link

[setup] Enable NVIDIA services #837

Closed LukeShortCloud closed 2 months ago

LukeShortCloud commented 2 months ago

Enabling these services can fix some potentional issues with the proprietary NVIDIA graphics drivers.

sudo systemctl enable nvidia-hibernate.service
sudo systemctl enable nvidia-resume.service 
sudo systemctl enable nvidia-suspend
sudo systemctl enable nvidia-persistenced.service
sudo systemctl enable nvidia-powerd.service

https://www.gamingonlinux.com/2024/06/you-may-want-to-avoid-nvidia-driver-550-if-youre-on-a-laptop/comment_id=264670

LukeShortCloud commented 2 months ago

When installing the nvidia-open-dkms driver, it also suggested to enable some of these services for better Wayland support.