CrunkLord420 on Nostr: Lots of games, especially via wine, seem to send my 3090 into full power (nvtop) even ...
Lots of games, especially via wine, seem to send my 3090 into full power (nvtop) even when it doesn't seem to justify 350W. Maybe it's just my VBIOS, or wine, or whatever. I don't know.
Anyways, you can manually limit the clocks on your NVIDIA GPU. Save power and boiling your room. Here is a cheatsheet of commands, do your own research.
=Query=
nvidia-smi -q -d supported_clocks
=Limit=
sudo nvidia-smi -pm 1 && sudo nvidia-smi -lmc 405,5001 && sudo nvidia-smi -lgc 210,1365
=Reset=
sudo nvidia-smi -rmc && sudo nvidia-smi -rgc
Anyways, you can manually limit the clocks on your NVIDIA GPU. Save power and boiling your room. Here is a cheatsheet of commands, do your own research.
=Query=
nvidia-smi -q -d supported_clocks
=Limit=
sudo nvidia-smi -pm 1 && sudo nvidia-smi -lmc 405,5001 && sudo nvidia-smi -lgc 210,1365
=Reset=
sudo nvidia-smi -rmc && sudo nvidia-smi -rgc