Skip to content

Instantly share code, notes, and snippets.

@NickShargan
Last active March 21, 2018 06:54
Show Gist options
  • Save NickShargan/ee410ebe02a97b9069adbb6bdf5638dc to your computer and use it in GitHub Desktop.
Save NickShargan/ee410ebe02a97b9069adbb6bdf5638dc to your computer and use it in GitHub Desktop.
nvidia-settings -a '[gpu:0]/GPUMemoryTransferRateOffset[3]=800';
nvidia-settings -a '[gpu:0]/GPUGraphicsClockOffset[3]=180';
nvidia-settings -a '[gpu:0]/GPUPowerMizerMode=1';
nvidia-settings -a '[gpu:0]/GPUFanControlState=1';
nvidia-settings -a '[fan:0]/GPUTargetFanSpeed=40';
@aro28
Copy link

aro28 commented Feb 24, 2018

Hi NichShargan,

I don't know why, but line 5 on above script incorrect. I hope this is not intentional, but by accident. The script immediately turns off all the fans. And my cards immediately warmed to 90.

nvidia-settings -a '[fan:0]/GPUTargetFanSpeed=40';

Please update.
Best,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment