Compare commits

...

16 Commits
V111 ... V118

Author SHA1 Message Date
Rem0o
0a61f72d51 Version 118 2022-06-08 12:18:54 -04:00
Rem0o
de3aafd60d Update README.md 2022-06-02 00:38:42 -04:00
Rem0o
4f605b4c96 V117 2022-05-30 13:44:23 -04:00
Rem0o
914cad5ce0 V116 2022-05-26 18:21:09 -04:00
Rem0o
b57173ca8e Update FanControl.zip 2022-05-16 12:20:54 -04:00
Rem0o
2e4c01afce Update FanControl.zip 2022-05-16 10:30:09 -04:00
Rem0o
1da1614894 V115 2022-05-16 10:20:38 -04:00
Rem0o
9910600ba1 V114
Hotfix for plugin loading that V113 broke
2022-05-10 16:32:54 -04:00
Rem0o
bf1d7d961d Version 113 2022-05-09 19:05:55 -04:00
Rem0o
ea76429a73 Update README.md 2022-05-09 19:00:07 -04:00
Rem0o
c438d68e6b Revert "Update Updater.exe"
This reverts commit 7cb6939891.
2022-04-30 23:12:44 -04:00
Rem0o
7cb6939891 Update Updater.exe 2022-04-30 12:22:14 -04:00
Rem0o
5976695407 Version 112 2022-04-29 09:29:02 -04:00
Rem0o
7ea4e1a3cd Update README.md 2022-04-28 17:41:14 -04:00
Rem0o
d4668ce203 Merge pull request #703 from MattByName/patch-1
correcting minor typo in readme
2022-04-28 10:39:07 -04:00
Matt Barnard
efa88ca9f5 correcting minor typo in readme 2022-04-28 15:38:01 +01:00
5 changed files with 19 additions and 14 deletions

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 23 KiB

View File

@@ -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
![Fan Control](Images/MainUI.png)
## 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,24 +44,29 @@
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
## Issues and hardware compatibility
* I am not the main developer for the driver/backend portion of this software. Fan Control is basically a UI on top of existing hardware libraries. Any issue regarding hardware compatibility entirely depends on:
* I am not the main developer for the driver/backend portion of this software. Fan Control is basically a UI on top of existing hardware libraries. Any issue regarding hardware compatibility entirely depends on the following projects. If you can't contribute meaningfully with a branch/PR, don't pollute their issue page with "XXXXX doesn't work". The hardware is needed for testing. If a dev has interest in that project, is browsing it, has your specific hardware AND the knowledge to make it work, that dev won't be looking for your issue, he'll just raise a PR.
* https://github.com/LibreHardwareMonitor/LibreHardwareMonitor
* https://github.com/falahati/NvAPIWrapper
* Please only open issues for the software itself, UI, feature request and so on.
* 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.
* Please only open issues on this repository for the software itself, UI, feature request and so on.
* If you do have a special 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, 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__: My new AMD card can't be controlled, why?
<br>__A__: Newer AMD cards are not supported. If you can provide a working sample of code that works with these newer cards, please share!
* __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 +74,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 %

View File

@@ -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": 118,
"Message": "- UI improvement: better use of the accent color \r\n- More robust wake from sleep \r\n- Fixed a bug when editing a graph"
}