I swear it feels like for a lot of the things I do on Linux there’s a GUI app for it, but then if I wanna do something as basic as adjust my fan speed I gotta use the freaking terminal.
Like it’s always at the worst possible time.
Edit: I’ve installed a distro on my gaming PC that I really liked, used it on my laptop. Sensors and fans were fully supported. Did not work at all on my PC so I told it to fuck off. It’s just too much of a pain to set up.
There’s coreCTRL for AMD and apparently nvidia-setting for Nvidia?
AMD GPUs got more tools due to them being open source, while Nvidia’s isn’t and you are beholden to Nvidia bothering to implement support, which they often don’t.
Also, idk if I would call fan curves that basic, haha. For the vast majority the default curve is sufficient.
Not sure if you’re being sarcastic or serious. I’ve been using computers for decades and not once adjusted fan speeds, so that function doesn’t seem very basic to me.
When building a system yourself, setting up a custom curve is how you get the best balance between cooling and noise.
I try to choose motherboards that support doing that in the bios, so I never have to worry about it on the OS level.
Fan curves are easy. Set them to always run at 100% and put on a noise canceling headset.
This is part of the reason I haven’t gone back to Linux for my gaming PC. I had zero desire to try to set a fan curve in the terminal.
I prefer using my scripts, but I understand everyone isn’t insane.
I’ve noticed over the years a LOT of Linux users do no have their system sensors / CPUs setup properly. Mostly missing fan information, missing / incorrect sensors and most importantly improper AMD CPU PSTATE and governors. For example, the past few years I’ve had to ensure I had correct kernel drivers and boot kernels parameters for my AMD 5950x to properly use the correct governor and idle at 500mhz and for correct sensor information and control for my viii dark hero MB.
Thanks for this, I was wondering why Linux was using more power (on my UPS) compared to Windows.
I just added amd_pstate=passive
to grub and it brought it down ~15 watts, there’s other options but I believe they require kernel 6.3 or higher. More info here.
Also I was using this before but for other people, if your it87 based sensors aren’t showing up, frankcrawford maintains an updated it87 module.