Program to monitor temp and adjust fan speed and/or cpu voltage?

Kadarin

Lifer
Nov 23, 2001
44,296
16
81
Running Linux Mint 8 on an Asus P5Q board with an E8500 and 4GB RAM. The motherboard comes with a Windows utility that allows to adjust fan speeds and cpu voltage for both performance and for quietness and power saving. Does a similar such utility exist for Linux?
 
Last edited:

MrColin

Platinum Member
May 21, 2003
2,403
3
81
I don't know of any that let you adjust anything, I use conky's built in functions in addition to some output from lm-sensors and nvidia-settings. I would stick with the BIOS for making adjustments as bugs in such an application could be disasterous if it over volted something.
 

Colt45

Lifer
Apr 18, 2001
19,720
1
0
Often fans are off the smbus... install lm-sensors, see which sensors it detects, look up datasheet, find if that sensor controls fan, write small script using i2cset.

I had this noisy ass server I had to do that on. Thing was driving me insane.