createthis / linux_gpu_mining

Some useful scripts for GPU mining on Linux
114 stars 115 forks source link

Gpu_fan_Control #4

Open mufarrus opened 6 years ago

mufarrus commented 6 years ago

My card temperature going above 70C as it set 80% fan speed how can i increase to 90%?

createthis commented 6 years ago

The command I use to set the fan speed can be found in underclock.sh:

sudo nvidia-settings -a [gpu:1]/GPUFanControlState=1 -a [fan:1]/GPUTargetFanSpeed=80

Change the 80 to a 90.