Software tip for reducing temp for Nvidia Quadro GPU


Recommended Posts

Hello I want to share a tip I found to have a better cooling with Nvidia Quadro GPU, in the persistence or powersave script you just have to add this line :

# enable aggressive cooling for the gpu
nvidia-smi --id=0 --gpu-target-temp=65

 

With this command the card temp will be lowered between 5°c and 8°c when using your GPU... With an agressive cooling.

 

If you want a compromise between cooling and power for your GPU you can raise the target temp :

# enable better cooling for the gpu
nvidia-smi --id=0 --gpu-target-temp=70

 

Edited by doobyns
  • Thanks 1
Link to comment

I'm assuming id=0 is for first video card and you'd use id=1 for second?

I gave this a whirl on m 1050-TI

 

root@Tower:~# nvidia-smi --id=0 --gpu-target-temp=80
All done.
root@Tower:~# nvidia-smi -q|grep Target
        GPU Target Temperature            : 80 C

 

I also found this. 

nvidia-smi -q|grep Target

 

Shows your current target Temp setting. 

GPU Target Temperature            : 83 C

 

Ran your above code and set it to 80C

nvidia-smi --id=0 --gpu-target-temp=80

 

nvidia-smi -q|grep Target

GPU Target Temperature            : 80 C

 

This is kinda neat. ;)

 

 

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.