undervolt/power limit nvidia gpu on boot
i use this method on openSUSE to undervolt my gpu in small ITX box - https://gist.github.com/DavidAce/67bec5675b4a6cef72ed3391e025a8e5
is any way to do that on Bazzite ? its really matter for me cause my PSU will turn off cause the temperature of my GPU
Gist
Nvidia power limit at boot
Nvidia power limit at boot. GitHub Gist: instantly share code, notes, and snippets.
Solution:Jump to solution
Pretty sure can be done in the exact same way. It's a simple systemd service executing nvidia-smi
5 Replies
Solution
Pretty sure can be done in the exact same way. It's a simple systemd service executing nvidia-smi
can I create a system file, isn't this prohibited by the system? everywhere they write that I cannot change the system in bazzite, thanks
No problem, /etc is writable
sorry for another question, is that service will be save after update ? i want to be sure before i clean up my OpenSue :clueless:
Yeah, rpm-ostree won't touch files in /etc if they already exist