mirror of
https://github.com/Rem0o/FanControl.Releases.git
synced 2026-01-11 23:48:09 -05:00
Compare commits
13 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
914cad5ce0 | ||
|
|
b57173ca8e | ||
|
|
2e4c01afce | ||
|
|
1da1614894 | ||
|
|
9910600ba1 | ||
|
|
bf1d7d961d | ||
|
|
ea76429a73 | ||
|
|
c438d68e6b | ||
|
|
7cb6939891 | ||
|
|
5976695407 | ||
|
|
7ea4e1a3cd | ||
|
|
d4668ce203 | ||
|
|
efa88ca9f5 |
BIN
FanControl.zip
BIN
FanControl.zip
Binary file not shown.
21
README.md
21
README.md
@@ -20,17 +20,17 @@
|
||||
* Multiple temperature __sources__ ( CPU, GPU, motherboard, hard drives... )
|
||||
* Multiple fan curve __[functions](#fan-curve-types)__, including a custom __[graph](#graph-fan-curve-editor)__
|
||||
* __Mix__ fan curves or sensor togethers (max, min, average)
|
||||
* Low ressource usage
|
||||
* Low resource usage
|
||||
* Advanced tuning with steps, start %, stop %, response time and hysteresis
|
||||
|
||||

|
||||
|
||||
## New
|
||||
* __Configurable temperature range for graphs__
|
||||
* __(NEW) Opt-out of update popup for a specific version__
|
||||
* Configurable temperature range for graphs
|
||||
* Decimal support in graphs
|
||||
* Nickname any temperature sensor from the sensor settings dialog
|
||||
* Auto fan curve (BETA): Automatically adjust speed to keep target temperature
|
||||
* Sensor settings dialog window. Activate or deactivate specific sources.
|
||||
|
||||
## Installation
|
||||
|
||||
@@ -44,8 +44,8 @@
|
||||
The plugin system let you inject any type of sensor into FanControl, see [Plugins wiki](https://github.com/Rem0o/FanControl.Releases/wiki/Plugins)
|
||||
|
||||
Some examples (notify me if I'm missing some):
|
||||
* <b>(NEW) </b> https://github.com/iJacks1980/FanControl.CommanderPRO to interface with Corsair commander devices
|
||||
* <b>(NEW) </b> https://github.com/medevil84/FanControl.AquacomputerHighFlowNext to interface with aquacomputer HighFlowNext
|
||||
* __(NEW)__ https://github.com/iJacks1980/FanControl.CommanderPRO to interface with Corsair commander devices
|
||||
* __(NEW)__ https://github.com/medevil84/FanControl.AquacomputerHighFlowNext to interface with aquacomputer HighFlowNext
|
||||
* https://github.com/Rem0o/FanControl.HWInfo to import HWInfo sensor data
|
||||
* https://github.com/Rem0o/FanControl.DellPlugin for dell laptops and some towers
|
||||
|
||||
@@ -59,9 +59,12 @@ Some examples (notify me if I'm missing some):
|
||||
* If you do have a hardware compatibility request and you can provide a __working__ sample of code that can be used in .NET, like with a [Plugin](https://github.com/Rem0o/FanControl.Releases/wiki/Plugins), then feel free to submit that.
|
||||
|
||||
## FAQ
|
||||
* __Q__: What settings should I set in my BIOS to play along nicely with FanControl?
|
||||
<br>__A__: You want to avoid any "smart" control from your BIOS. Setting a fixed default speed in there, like 50%, works great for most people. Also keep an eye if your BIOS has PWM or DC mode on. One could work better for you depending on your setup.
|
||||
* __Q__: My Nvidia cards has X fans, but only two cards show up, why?
|
||||
<br>__A__: Your card only has 2 channels, more than 1 fan are plugged to the same channel.
|
||||
* __Q__: There is no control cards / control cards are missing / control cards are not changing my fan speeds, what's the issue?
|
||||
<br>__A__: See section above.
|
||||
|
||||
<br>__A__: See __[ Issues and hardware compatibility](#issues-and-hardware-compatibility)__.
|
||||
* __Q__: How does __[FAN CURVE TYPE]__ works and what does its parameters do?
|
||||
<br>__A__: Click on its card's icon at the top left, a dialog will tell you.
|
||||
* __Q__: Does it run on my OS?
|
||||
@@ -69,11 +72,11 @@ Some examples (notify me if I'm missing some):
|
||||
|
||||
## Fan curve types
|
||||
|
||||
* <b>(NEW)<\b> Auto: PI-ish type function. % will surf until temp is stable at load.
|
||||
* (NEW) Auto: PI controller-ish type function. % will surf until temp is stable at load.
|
||||
* Linear : Temperature based linear function
|
||||
* Graph : Temperature based custom curve
|
||||
* Target: Temperature based that holds speed until target temperature is reached
|
||||
* Mix : Use two different curves and apply a mix function (Min, Max, Sum, Average)
|
||||
* Mix : Use two different curves and apply a mix function (Min, Max, Sum, Average, Subtract)
|
||||
* Sync : Sync to an existing control
|
||||
* Flat: Set a fixed %
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{
|
||||
"Number": 111,
|
||||
"Message": "- Fixed a plugin display bug in the sensor settings \r\n- A fefault fan curve is now created on first launch \r\n- Fixed a drag/drop issue \r\n- Ask for save on exit from the tray icon (Thanks Jay) \r\n- Fixed a bug when adding a curve/sensor in a mix"
|
||||
"Number": 116,
|
||||
"Message": "- Opt-out of update popup for a specific version \r\n- Fixed a graph editing bug \r\n- Extended plugin interface with injectable modules (logger and dialog) \r\n- Auto fan curve now acts like a linear fan curve when not in load temperature \r\n- Show the config file save/load location"
|
||||
}
|
||||
Reference in New Issue
Block a user