Posted: . At: 11:58 AM. This was 1 year ago. Post ID: 17386
Page permalink. WordPress uses cookies, or tiny pieces of information stored on your computer, to verify who you are. There are cookies for logged in users and for commenters.
These cookies expire two weeks after they are set.


Nvidia cards on Linux are still a problem as far as fan speed goes.


It is still an issue using an Nvidia card on Linux. I set up a machine with an Nvidia card on Ubuntu LTS and the fan still does not run automatically when the OS is running. I had to go into NVIDIA X Server settings. This is very annoying and I am sure there is an easy fix.

Setting the fan speed in NVIDIA X Server settings.

Creating a xorg.conf file containing various strings does not seem to work at all. But the tip below does work just fine.

This script did fix it for a system with one GPU.

#!/bin/bash
nvidia-settings -a '[gpu:0]/GPUFanControlState=1'
nvidia-settings -a '[fan]/GPUTargetFanSpeed=56'

Call this script in your .xsession file and it should run fine when you log into a Xorg session. This seems to be a good way to fix this annoying fan issue on Ubuntu. Add it to the Startup Applications list in MATE and it will run on startup. This is shown below. This is how to fix the NVIDIA fan issue on logging in to the desktop.

Putting our script in startup applications to run automatically.

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.