(06-16-2016, 10:16 PM)epixoip Wrote: More airflow? Not sure. You're not the first to complain of high temps, but so far I've not experienced them. But my chassis also push like 1000 CFM of air.
Heat isn't the only reason the card can throttle. The card can also throttle for power consumption, ensure you have the power limits set appropriately.
http://docs.nvidia.com/deploy/nvml-api/g...tleReasons
I think I'll get a couple of Delta fans to get more airflow as my current fans are rated at 95 CFM.
What will be the appropriate power limits and how should I go about doing this?
Thanks
Code:
nvidia-settings -a [gpu:0]/GPUPowerMizerMode=1 \
-a [gpu:1]/GPUPowerMizerMode=1 \
-a [gpu:2]/GPUPowerMizerMode=1 \
-a [gpu:0]/GPUGraphicsClockOffset[3]=100 \
-a [gpu:1]/GPUGraphicsClockOffset[3]=100 \
-a [gpu:2]/GPUGraphicsClockOffset[3]=100 \
-a [gpu:0]/GPULogoBrightness=0 \
-a [gpu:1]/GPULogoBrightness=0 \
-a [gpu:2]/GPULogoBrightness=0 \
-a [gpu:0]/GPUFanControlState=1 \
-a [gpu:1]/GPUFanControlState=1 \
-a [gpu:2]/GPUFanControlState=1 \
-a [fan:0]/GPUTargetFanSpeed=100 \
-a [fan:1]/GPUTargetFanSpeed=100 \
-a [fan:2]/GPUTargetFanSpeed=100
Best regards,
Azren