this post was submitted on 28 Jan 2024
105 points (100.0% liked)

Linux Gaming

15593 readers
105 users here now

Gaming on the GNU/Linux operating system.

Recommended news sources:

Related chat:

Related Communities:

Please be nice to other members. Anyone not being nice will be banned. Keep it fun, respectful and just be awesome to each other.

founded 4 years ago
MODERATORS
 

geteilt von: https://feddit.de/post/8340256

I was just reminded of how useful this was for me, since i was too lazy to setup fan curves in the cli with pwmconfig. This took me 10 minutes of tinkering and my temps went down a lot under load on my gpu and the machine is a lot more silent when idling.

top 9 comments
sorted by: hot top controversial new old
[–] [email protected] 15 points 8 months ago* (last edited 8 months ago) (1 children)

Since there is no screenshot in the repo i thought i'd drop this here. You technically don't even need to install the GUI app (but you can) since the daemon starts a webserver on localhost:11987 which looks like this:

[–] [email protected] 2 points 8 months ago

My only issue with the latest update is that the app doesn't start minimized by default. Otherwise, I really like the program!

[–] [email protected] 5 points 8 months ago

Love this product. Run my water cooling profiles on it.

[–] [email protected] 4 points 8 months ago (1 children)

Nice find, i install it right now and compare it to fancontrol-gui

fancontrol-gui is nice and all... but it's annoying sometimes and it doesn't automatically recognize my NVidia GPU.

[–] [email protected] 1 points 8 months ago (1 children)

I also stumbled upon fancontrol-gui but it seemed a bit dated to me (last commit 2 years ago).

About nvidia: there is a section in the documentation. Coolercontrol relies on hwmon, which has a system wide scope.

[–] [email protected] 2 points 8 months ago (1 children)

Yup it immediately picked up my Nvidia GPU and let me handle it's temp curves and case - fans based on it like a charm.

Just uninstalled fancontrol-gui and gotta keep this one^^

I'm on a sff case and the GPU is often times the most hot thing in this so i need to control my case fans based on the Nvidia temp instead of CPU temp or something else.

[–] [email protected] 2 points 8 months ago* (last edited 8 months ago)

That's exactly my use case as well. Glad I could help you ;)

[–] [email protected] 1 points 8 months ago (1 children)

if one already has set their (primitive) curves in the crappy bios interface, does this just override them once the daemon is running?

[–] [email protected] 2 points 8 months ago

In my case it does.

What happens when the daemon is stopped depends on the implementation of your drivers. I have driver for my mainboard fans that is not in the mainline linux kernel but maintained by a single guy that just recently added the functionality to give back the control to the motherboard (bios settings).

Long story short: if you disable coolercontrol and notice that your fans don't change their speed when the temperature rises / falls, or act like they did from the bios settings, reboot your system.