Adjust the GPU fan speed
Overview
Each NVIDIA driver and GPU combination supports different methods for adjusting fan speed. There are three possible approaches, and you can try them to control GPU fan speed.
Method 1
Type the command and open the NVIDIA X Server Settings application, and you can
sudo nvidia-settings
Method 2
Switch fan control from auto to manual with the following command :
"[gpu:0]/GPUFanControlState=1"allows you to manually set the GPU fan speed"[fan:0]/GPUTargetFanSpeed=60"sets your desired fan speed percentage (e.g., 60%)
Method 3
If the method 2 doesn't work, try to enable Coolbits setting.
same as method 2,switch fan control from auto to manual with the following command
Check if the
xorg.conffile exists in/etc/X11. If it does not, create one.
Add Coolbits setting in xorg.conf
Here is a guide to the numbers: 1 – Enables the ability to modify the core clock. 2 – Enables the ability to modify the memory clock. 4 – Enables the ability to control the fan speed. 8 – Enables the ability to modify the GPU voltage. For instance, to enable both overclocking and fan control, set it to `”12″` (1 + 4 + 8).
Edit
Xwrapper.configComment out allowed_users=console, and add these two lines below
Reboot
Method in Windows OS
Download MSI Afterburner.
Adjust the fan speed in the Fan Speed section
Please verify the fan speed using another monitoring tool (e.g., HWiNFO) to ensure the adjustment is successful.

Last updated