Compare commits

..

21 Commits
V81 ... V93

Author SHA1 Message Date
Rem0o
9f9e95128a Update README 2021-09-21 19:21:25 -04:00
Rem0o
1127c6569e Update README 2021-09-21 19:20:16 -04:00
Rem0o
a195bb7d47 Version 93 2021-09-21 19:01:16 -04:00
Rem0o
38f56f5c16 Update FanControl.zip 2021-09-10 16:31:07 -04:00
Rem0o
035982367f Version 92 2021-09-10 16:11:16 -04:00
Rem0o
da78e3aeaa Update README.md 2021-08-26 17:05:43 -04:00
Rem0o
f9a6f26acc Version 91 2021-08-19 20:21:04 -04:00
Rem0o
65cecbbcfa Version 90 2021-08-09 10:22:10 -04:00
Rem0o
b2daa78602 Version 89 2021-07-24 21:56:21 -04:00
Rem0o
4064ff68d8 Update FanControl.zip 2021-07-23 13:12:44 -04:00
Rem0o
3462c14c71 Version 88 2021-07-22 11:03:16 -04:00
Rem0o
0fbcb61eea Version 87 2021-07-14 10:44:58 -04:00
Rem0o
a5c64035a0 Version 86 2021-07-07 13:11:28 -04:00
Rem0o
5c6828ea9c Version 85 2021-06-27 13:52:45 -04:00
Rem0o
f1a6e4f38e Version 84 2021-06-25 16:24:04 -04:00
Rem0o
04ea368390 Update README.md 2021-06-25 11:06:23 -04:00
Rem0o
4006f5e6dc Update GraphDialog.png 2021-06-21 15:57:17 -04:00
Rem0o
d9292a7f7a Updated README 2021-06-21 11:03:48 -04:00
Rem0o
0b5b319aa1 V83 2021-06-17 10:59:42 -04:00
Rem0o
d0fcd4e88f Version 82 2021-06-14 14:09:40 -04:00
Rem0o
5be9e89635 Revert LHM dll 2021-06-09 09:53:33 -04:00
7 changed files with 22 additions and 16 deletions

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 56 KiB

After

Width:  |  Height:  |  Size: 48 KiB

BIN
Images/HorizontalUI.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 55 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 57 KiB

After

Width:  |  Height:  |  Size: 62 KiB

View File

@@ -4,13 +4,16 @@
##
This is the release repository for Fan Control, a highly customizable fan controlling software for Windows.
![Fan Control](Images/MainUI.png)
## New
* <b> -c or --config [json config file] command line arg </b>
* Increased max temp. to 120 C
* Replaced numerical comboboxes with text boxes
* Time average custom sensor ( Plus sign menu )
* File custom sensor interface ( Plus sign menu )
* <b>Horizontal (columns) UI option</b><br>
<img src="Images/HorizontalUI.png" height="400" />
* Move graph points horizontally
* Reduced CPU usage by 50%
* -c or --config [json config file] command line arg
* Plugin system, see [Plugins wiki](https://github.com/Rem0o/FanControl.Releases/wiki/Plugins) and
* https://github.com/Rem0o/FanControl.HWInfo
* https://github.com/Rem0o/FanControl.DellPlugin
@@ -21,31 +24,34 @@ This is the release repository for Fan Control, a highly customizable fan contro
2. Extract to the desired installation folder
3. Start FanControl.exe
## Issues
## Issues and hardware compatibility
* I am not the main developer for the driver portion of this software. Any issue regarding hardware compatibility should be submitted to LibreHardwareMonitor's repository.
* 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:
* 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 <b>working</b> 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
* <b>Q</b>: Does it run on my OS?
<br><b>A</b>: If your OS is W10, yes.
* <b>Q</b>: There is no control cards / control cards are missing / control cards are not changing my fan speeds, what's the issue?
<br><b>A</b>: Your motherboard's SuperIO chip is not supported / badly supported, see the [Issues](#issues) section.
<br><b>A</b>: See section above.
![Fan Control](Images/MainUI.png)
* <b>Q</b>: How does <b>[FAN CURVE TYPE]</b> works and what does its parameters do?
<br><b>A</b>: Click on its card's icon at the top left, a dialog will tell you.
* <b>Q</b>: Does it run on my OS?
<br><b>A</b>: If your OS is Windows 10, yes.
## Features
* Save, edit and load multiple profiles
* Multiple temperature sources ( CPU, GPU, motherboard, hard drives, ".sensor" file )
* <b>Mix different curves and sensors together</b>
* Custom fan curves
* Manual control
* Fine tune the fan control response with steps, start %, stop %, response time and hysteresis
* Mix different curves and sensors together
* Modern, dashboard-style UI
* Works as a background application with a customizable tray icon
* Create custom external temperature sensors with *.sensor files.
* And more!
## Fan curve types

Binary file not shown.

View File

@@ -1,4 +1,4 @@
{
"Number": 81,
"Message": "- --config or -c [json file] command line arg\r\n- Decimal point in Graph \r\n- Updated LibreHardwareMonitorLib"
"Number": 93,
"Message": "- Horizontal UI option \r\n- Fixed graph bug \r\n- Updated LibreHardwareMonitorLib (driver)"
}