Created
July 5, 2022 07:49
-
-
Save kilfu0701/3b9b2cdc486d70ff717ad272827d81af to your computer and use it in GitHub Desktop.
Adjust Nvidia graphic card fan speed on Ubuntu
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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