Skip to content

Instantly share code, notes, and snippets.

@zldrobit
Last active December 1, 2020 07:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zldrobit/d66f17fe1cbc159cc487df914f060c28 to your computer and use it in GitHub Desktop.
Save zldrobit/d66f17fe1cbc159cc487df914f060c28 to your computer and use it in GitHub Desktop.
# execute following 2 lines
sudo nvidia-xconfig --enable-all-gpus
sudo nvidia-xconfig --cool-bits=4
# append following to ~/.profile
# set GPU fan speed
nvidia-settings -a "[gpu:0]/GPUFanControlState=1"
nvidia-settings -a "[fan:0]/GPUTargetFanSpeed=100"
nvidia-settings -a "[fan:1]/GPUTargetFanSpeed=100"
# reference https://forums.developer.nvidia.com/t/adjust-nvidia-gpu-fan-speed-multiple-gpus-one-monitor/49241/3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment