Skip to content

Instantly share code, notes, and snippets.

@kilfu0701
Created July 5, 2022 07:49
Show Gist options
  • Save kilfu0701/3b9b2cdc486d70ff717ad272827d81af to your computer and use it in GitHub Desktop.
Save kilfu0701/3b9b2cdc486d70ff717ad272827d81af to your computer and use it in GitHub Desktop.
Adjust Nvidia graphic card fan speed on Ubuntu
# start a Xserver
sudo X -config xorg.conf
# set fan speed to 60%
sudo DISPLAY=:0 nvidia-settings -a "[gpu:0]/GPUFanControlState=1" -a "[fan:0]/GPUTargetFanSpeed=60"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment