Is there a way to undervolt nvidia gpu in FreeBSD ? i have 250W gpu but i want to make it 200W.
Cant find anything regarding pc gpu , only laptops with optimus.
Cant find anything regarding pc gpu , only laptops with optimus.
Two reasons:Just of curiosity (I cannot give you any usable answer, sorry):
I've heard a lot of overvoltage a CPU, but why do you want to undervoltage a GPU?
#nvidia-smi --reset-memory-clocks
#nvidia-smi --reset-gpu-clocks
#nvidia-smi -i 0 --query-supported-clocks=mem,gr
#nvidia-smi -pm 1
#nvidia-smi -pl 120 -i 0
#nvidia-smi --lock-memory-clocks=405,5001
#nvidia-smi --lock-gpu-clocks=405,1890
Never knew nvidia-smi is a tool to do stuff like this.I do not have nvidia device on Fbsd. But on the other platform (xbmc/nas/nzb/steam/etc box) I do something like this to establish a power envelope (do not use these values , adjust accordingly)
Code:#nvidia-smi --reset-memory-clocks #nvidia-smi --reset-gpu-clocks #nvidia-smi -i 0 --query-supported-clocks=mem,gr #nvidia-smi -pm 1 #nvidia-smi -pl 120 -i 0 #nvidia-smi --lock-memory-clocks=405,5001 #nvidia-smi --lock-gpu-clocks=405,1890