Support us on Patreon to keep GamingOnLinux alive. This ensures all of our main content remains free for everyone. Just good, fresh content! Alternatively, you can donate through PayPal. You can also buy games using our partner links for GOG and Humble Store.
Nvidia fans ramping up/down constantly ?
Guppy Dec 3, 2018
Is there anyway to control this better cause it's getting on my nerves with the constantly spinning up/down - just pick a speed :|

Nvidia GTA 970 driver version 396.54
Xpander Dec 3, 2018
nvidia-settings -a [gpu:0]/GpuFanControlState=0 -a [fan:0]/GPUTargetFanSpeed=50

you might need Coolbits first into xorg, something like:

xpander@arch ~ $ cat /etc/X11/xorg.conf.d/00-nvidia.conf
Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce GTX 1080 Ti"
    Option         "Coolbits" "28"
    Option         "metamodes" "DP-4: 2560x1440_144 +0+0, DP-1: null, DP-2: 2560x1440_60 +2560+0 { ForceCompositionPipeline = On }" 
EndSection
Cyril Dec 3, 2018
It works quite well on my side too (GTX 780 and driver 415.18). The fan speed is set at 40%.
Xpander Dec 4, 2018
I never had this issue with my Asus or EVGA cards (560Ti, 660Ti, 970 and 1070) but i have this issue with my Zotac AMP 1080Ti, when i force the GPU to performance mode, it will then start kicking in fans when it reaches 50°C and then it cools down and stops then and goes on and on like that. So i made a script that forces the fans to 50% when i go gaming. When im idling its set to auto though and it wont ramp up and down constantly
Guppy Dec 4, 2018
Quoting: GuestI’m curious, which brand/model is it?
I haven’t had this issue with MSI Gaming X cards (GTX 660 and 1060).
IIRC it's a msi - it hasn't always done this, but I'm not sure when it started doing it as I usually game with noise canceling headphones.

I'll try Xpanders solution later today
Guppy Dec 5, 2018
didn't have the directory xorg.conf.d in /etc/X11

after a bit of digging around I found that;

sudo nvidia-xconfig --cool-bits=4

followed by a reboot gave me manual fan speed control in nvidia-settings \o/


Also it turns out that Linux Mint 19 stores the nvidia settings directly in /etc/X11/xorg.conf
Xpander Dec 5, 2018
Quoting: Guppydidn't have the directory xorg.conf.d in /etc/X11

after a bit of digging around I found that;

sudo nvidia-xconfig --cool-bits=4

followed by a reboot gave me manual fan speed control in nvidia-settings \o/


Also it turns out that Linux Mint 19 stores the nvidia settings directly in /etc/X11/xorg.conf

uhh, directly at /etc/X11/xorg.conf is not really great, because when you change your GPU from nvidia to AMD for example or change monitors when xorg.conf is filled with your current monitor setup info, then things can go south.

https://wiki.archlinux.org/index.php/Xorg#Using_xorg.conf - Archwiki link but applying to every modern distro afaik. Fedora wiki also has this.

Using .conf files
The /etc/X11/xorg.conf.d/ directory stores host-specific configuration. You are free to add configuration files there, but they must have a .conf suffix: the files are read in ASCII order, and by convention their names start with XX- (two digits and a hyphen, so that for example 10 is read before 20). These files are parsed by the X server upon startup and are treated like part of the traditional xorg.conf configuration file. Note that on conflicting configuration, the file read last will be processed. For that reason the most generic configuration files should be ordered first by name. The configuration entries in the xorg.conf file are processed at the end.

For option examples to set, see also the fedora wiki.


Well at least you got it working now
devnull Dec 6, 2018
Assuming there aren't actual thermal reasons for the fans spinning, I've had this happen with a GTX 980TI.. Had to power completely off to reset the card.

You can check / monitor with nvidia-smi rather then going into nvidia-settings.
While you're here, please consider supporting GamingOnLinux on:

Reward Tiers: Patreon. Plain Donations: PayPal.

This ensures all of our main content remains totally free for everyone! Patreon supporters can also remove all adverts and sponsors! Supporting us helps bring good, fresh content. Without your continued support, we simply could not continue!

You can find even more ways to support us on this dedicated page any time. If you already are, thank you!
Login / Register


Or login with...
Sign in with Steam Sign in with Google
Social logins require cookies to stay logged in.