https://github.com/Rem0o/FanControl.Releases Love this fan control program. Super lightweight and allows a lot of customization for fan curves. Answer from DrB00 on reddit.com
๐ŸŒ
Reddit
reddit.com โ€บ r/buildapc โ€บ how do i control fan curves for an nvidia gpu?
r/buildapc on Reddit: How do I control fan curves for an Nvidia GPU?
August 2, 2022 -

I've got an old GTX 1080 which I've had to do a fan replacement on. But now when my PC is idle and every other fan in the computer are off, the fans on the GPU will keep spinning up and down every 2 seconds or so, and these aftermarket fans are very rattly when they spin up and cause a very loud burping sound. I'd rather they were always spinning slow on idle as that would be silent in comparison... How can I control the fans of the GPU?

Discussions

How to set fanspeed in Linux from terminal
Hi, New here, and Iโ€™m sure I have this post in the wrong thread, as I couldnโ€™t find where it would fit. Iโ€™m just trying to find help on how to manually set my fan speed on my Nvidia GPU. the command: nvidia-settings -a โ€œ[gpu:0]/GPUFanControlState=1โ€ -a โ€œ[fan:0]/GPUCurrentFanSpeed=nโ€ ... More on forums.developer.nvidia.com
๐ŸŒ forums.developer.nvidia.com
19
3
April 8, 2019
How do I control fan curves for an Nvidia GPU?

https://github.com/Rem0o/FanControl.Releases

Love this fan control program. Super lightweight and allows a lot of customization for fan curves.

More on google.com
๐ŸŒ google.com
10
13
August 2, 2022
Any workaround to the 30% fan speed limitation on newer NVIDIA GPUs?
My goal: I recently switched from windows 11 to ubuntu 24.04 on a computer with the RTX 4090. Previously on windows the fans where controlled by the GPU which would stop them at temps somewhere below 40C. I would like to achieve the same thing in ubuntu. What I have tried: I have until now ... More on forums.developer.nvidia.com
๐ŸŒ forums.developer.nvidia.com
7
2
May 1, 2024
How to set fanspeed in Linux from terminal
Hi, New here, and Iโ€™m sure I have this post in the wrong thread, as I couldnโ€™t find where it would fit. Iโ€™m just trying to find help on how to manually set my fan speed on my Nvidia GPU. the command: nvidia-settings -a โ€œ[gpu:0]/GPUFanControlState=1โ€ -a โ€œ[fan:0]/GPUCurrentFanSpeed=nโ€ ... More on google.com
๐ŸŒ google.com
19
3
April 8, 2019
Top answer
1 of 10
26

In the terminal run:

sudo nvidia-xconfig
sudo nvidia-xconfig --cool-bits=4

restart your computer and search for NVIDIA X Server Settings in the Dash. There should be an option to change fan speed under Thermal Settings.

2 of 10
8

To control Nvidia GPU fan speed via Terminal on Linux Mint 20 with a 1070 Ti:

sudo nvidia-xconfig --cool-bits=4

to tell nvidia-xconfig to allow the fan to be controlled in the command line. You may need to reboot here.

nvidia-smi

Gives information about the GPU(s) and their numbers. Importantly I note that my 1070 Ti is GPU 0.

nvidia-settings -a "[gpu:0]/GPUFanControlState=1" -a "[fan:0]/GPUTargetFanSpeed=55"

For a much more detailed overview of this feature including multiple GPU fans, check out this thorough documentation Nvidia Overclocking and Cooling

For a somewhat rambling and wayward thread which lead me to the above link, check out Set Fanspeed in Linux from Terminal

==================END OF ANSWER==================

And as an extra tidbit not asked for in this question, you can also adjust the power output of your Nvidia GPU with:

sudo nvidia-smi -i 0 -pl 90

Where the 0 is my GPU number, and the 90 is the maximum power in watts. If you set this too low, you will get an error. In my limited experience, setting it too high had no effect. I found I can get 95%+ performance for ~75% energy cost by setting the power level to 100 in the above command in my mining rig, but I imagine other power conscious users would appreciate this too.

๐ŸŒ
Fan Control
getfancontrol.com โ€บ docs
Fan Control - Documentation - Fan Control Guide, Fan Curves, Sensors & Advanced Features
Complete documentation for Fan Control software including fan curve types (Linear, Graph, Mix, Target, Flat, Sync), custom sensors, control parameters and GPU support (NVIDIA & AMD). Learn every parameters to optimize your PC cooling and noise levels.
๐ŸŒ
NVIDIA Developer Forums
forums.developer.nvidia.com โ€บ accelerated computing โ€บ cuda โ€บ cuda programming and performance
How to set fanspeed in Linux from terminal - CUDA Programming and Performance - NVIDIA Developer Forums
April 8, 2019 - Iโ€™m just trying to find help on how to manually set my fan speed on my Nvidia GPU. the command: nvidia-settings -a โ€œ[gpu:0]/GPUFanControlState=1โ€ -a โ€œ[fan:0]/GPUCurrentFanSpeed=nโ€ ...
๐ŸŒ
Facebook
facebook.com โ€บ groups โ€บ 894658577271076 โ€บ posts โ€บ 28192633277046904
Custom PC Builders | Hey guys, I have used the new Nvidia app feature to overclock my GPU from the scan it does | Facebook
Hey guys, I have used the new Nvidia app feature to overclock my GPU from the scan it does. Seems to work pretty well. But I canโ€™t figure out how to set a fan curve in the new Nvidia GeForce app or...
Find elsewhere
๐ŸŒ
Fan Control
getfancontrol.com
Fan Control - A highly focused fan software for Windows
Fan Control is a free software that allows the user to control their CPU, GPU and case fans using temperatures.
๐ŸŒ
NVIDIA Developer Forums
forums.developer.nvidia.com โ€บ graphics / linux โ€บ linux
Any workaround to the 30% fan speed limitation on newer NVIDIA GPUs? - Linux - NVIDIA Developer Forums
May 1, 2024 - My goal: I recently switched from windows 11 to ubuntu 24.04 on a computer with the RTX 4090. Previously on windows the fans where controlled by the GPU which would stop them at temps somewhere below 40C. I would like to achieve the same thing in ubuntu. What I have tried: I have until now ...
๐ŸŒ
GitHub
github.com โ€บ Rem0o โ€บ FanControl.Releases โ€บ wiki โ€บ Nvidia-30%-and-0-RPM
Nvidia 30% and 0 RPM
February 6, 2024 - Tick the 0% hardware curve override setting in FanControl ยท Set your start AND stop% of your Nvidia controls to 30%.
Author ย  Rem0o
๐ŸŒ
Fedora Discussion
discussion.fedoraproject.org โ€บ ask fedora
Control Nvidia GPU fans - Fedora Discussion
July 19, 2025 - Good evening. I have an Aorus RTX 2080 Xtreme GPU with proprietary drivers installed from RPM Fusion, but when I go into the Nvidia Settings application to configure the fan speed, it wonโ€™t let me do it. I try to activate the checkbox and it immediately deactivates.
๐ŸŒ
Linux Mint Forums
forums.linuxmint.com โ€บ board index โ€บ main edition support โ€บ beginner questions
How can i control my Nvidia gpu fans? - Linux Mint Forums
May 1, 2021 - ... Have a look at these two links: ... show you how to ensure Nvidia software has the fan control enabled (scroll down to the bit about: "sudo nvidia-xconfig --cool-bits=4") so you can actually have control over the fan settings....