cyates559 / open-hardware-monitor

Automatically exported from code.google.com/p/open-hardware-monitor
0 stars 0 forks source link

Change fan speed #98

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Would be nice if your tool can change the fan speed.

Original issue reported on code.google.com by artur.za...@googlemail.com on 23 Jul 2010 at 6:31

GoogleCodeExporter commented 9 years ago
Before starting to implement this we need a good GUI conecpt for manual and 
automatic fan control in the Open Hardware Monitor.

Original comment by moel.mich on 3 Oct 2010 at 5:47

GoogleCodeExporter commented 9 years ago
"AUTO FAN" setting from gadget or tray icon would be very impressive.
One would have to set limits manually in GUI.

Original comment by a...@kench.freeserve.co.uk on 25 Jan 2011 at 3:51

GoogleCodeExporter commented 9 years ago
Speed Fan does that and is another entire project on its own. Are you saying 
you want OHM to do the same thing? That seems like a lot to ask. Indeed, it 
would be nice to have all these monitoring tools in one program. I think that's 
asking a lot though, since Alfredi ahs been working on Speed Fan for years.

Original comment by dwdal...@gmail.com on 24 Aug 2011 at 7:24

GoogleCodeExporter commented 9 years ago
The new GPU manual mode is great for diagnosing GPU fan speed effect on idle 
temps, which you can them change in the GPUs firmware. thanks. Really good job 
on OHW bro!

Original comment by dwdal...@gmail.com on 15 Jan 2012 at 11:46

GoogleCodeExporter commented 9 years ago
As you have noticed, some fan speed control is already implemented (AMD/ATI 
GPUs, Nvidia GPUs, and some mainboards using the NCT6776F super I/O).

Original comment by moel.mich on 16 Jan 2012 at 8:16

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
I have implemented auto fan control (based on a GUI fan profile). This will 
only work for fans that have controls available (see above comment). I have 
submitted the code to moel.mich for review. 
Preview of GUI: http://i.imgur.com/gj7Ve.png

Original comment by adastley on 12 Nov 2012 at 5:35

GoogleCodeExporter commented 9 years ago
@adastley Great work! That is exactly what I would love to see next in OHM. Did 
you receive a response from @moel.mich?

Original comment by t...@ii.net on 3 Feb 2015 at 2:47

GoogleCodeExporter commented 9 years ago
My implementation created quite a bit of tight coupling between classes. In 
hindsight, it was a rather hacky implementation. Also, it required .NET 4.0, 
which, at the time, OHM was restricted to 1.0.

I haven't looked at the code since then. (2 years ago now) I would be 
interesting to see if it could be implemented again. More cleanly this time

Original comment by adastley on 4 Feb 2015 at 4:55