mirror of
https://github.com/Rem0o/FanControl.Releases.git
synced 2026-01-11 23:48:09 -05:00
Compare commits
80 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9f9e95128a | ||
|
|
1127c6569e | ||
|
|
a195bb7d47 | ||
|
|
38f56f5c16 | ||
|
|
035982367f | ||
|
|
da78e3aeaa | ||
|
|
f9a6f26acc | ||
|
|
65cecbbcfa | ||
|
|
b2daa78602 | ||
|
|
4064ff68d8 | ||
|
|
3462c14c71 | ||
|
|
0fbcb61eea | ||
|
|
a5c64035a0 | ||
|
|
5c6828ea9c | ||
|
|
f1a6e4f38e | ||
|
|
04ea368390 | ||
|
|
4006f5e6dc | ||
|
|
d9292a7f7a | ||
|
|
0b5b319aa1 | ||
|
|
d0fcd4e88f | ||
|
|
5be9e89635 | ||
|
|
dba48adfb6 | ||
|
|
e0e6994ce4 | ||
|
|
91b0fd2f28 | ||
|
|
2638976181 | ||
|
|
9d73df2ea9 | ||
|
|
4d60929f2c | ||
|
|
49c708a1a9 | ||
|
|
334aca13f0 | ||
|
|
59c883a213 | ||
|
|
a20fa5a811 | ||
|
|
8725128cfb | ||
|
|
212292f9a9 | ||
|
|
2100c3a81d | ||
|
|
05347ad029 | ||
|
|
5ac5128afb | ||
|
|
b514b03e45 | ||
|
|
5c08f9274f | ||
|
|
8afd122412 | ||
|
|
c1fdffb8e5 | ||
|
|
886f5ee773 | ||
|
|
248e6e9d5f | ||
|
|
fee1f11cd1 | ||
|
|
e7754f9013 | ||
|
|
2eefec8142 | ||
|
|
5f483e397e | ||
|
|
bca37ea56f | ||
|
|
e3aabbbe8a | ||
|
|
698385f7a6 | ||
|
|
50678092cc | ||
|
|
469129655b | ||
|
|
60657eb0be | ||
|
|
32fa949271 | ||
|
|
6b78fca414 | ||
|
|
68ec416e6d | ||
|
|
ce43ad4ca5 | ||
|
|
98063a9b17 | ||
|
|
12f6f23c6e | ||
|
|
eafd79a4c5 | ||
|
|
249c677608 | ||
|
|
b8baa8e29a | ||
|
|
c2c56283fe | ||
|
|
a64608f4bc | ||
|
|
0418a27b6d | ||
|
|
a0fb99d53c | ||
|
|
cf12517eac | ||
|
|
27cba84188 | ||
|
|
7fc036e89c | ||
|
|
c53dbe8d86 | ||
|
|
25c4003392 | ||
|
|
4798ae0d30 | ||
|
|
29604ead22 | ||
|
|
b386906193 | ||
|
|
cd985a7720 | ||
|
|
219e48a4f1 | ||
|
|
990750d9aa | ||
|
|
653c33a23d | ||
|
|
95d4378fdc | ||
|
|
74b38e837e | ||
|
|
7857eb3322 |
BIN
FanControl.zip
BIN
FanControl.zip
Binary file not shown.
Binary file not shown.
|
Before Width: | Height: | Size: 48 KiB After Width: | Height: | Size: 48 KiB |
BIN
Images/HorizontalUI.png
Normal file
BIN
Images/HorizontalUI.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 55 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 74 KiB After Width: | Height: | Size: 62 KiB |
BIN
Images/ManualControlSlider.png
Normal file
BIN
Images/ManualControlSlider.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 12 KiB |
43
README.md
43
README.md
@@ -4,13 +4,19 @@
|
||||
##
|
||||
This is the release repository for Fan Control, a highly customizable fan controlling software for Windows.
|
||||
|
||||
|
||||

|
||||
|
||||
## New
|
||||
|
||||
* Average function for the mix curve
|
||||
* Start with Windows setting
|
||||
* New fan curve type : "Target". Will hold the configured "load" fan speed until the idle temperature is reached.
|
||||
* Support for newer Nvidia RTX cards with NvAPIWrapper
|
||||
* Support for external sensors with .sensor files (see Example.sensor in your application folder)
|
||||
* <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
|
||||
|
||||
## Installation
|
||||
|
||||
@@ -18,23 +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>: 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>: See section above.
|
||||
|
||||
* <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
|
||||
* Fine tune the fan control response with steps, activation %, response time and hysteresis
|
||||
* Mix different curves and sensors together
|
||||
* Manual control
|
||||
* Fine tune the fan control response with steps, start %, stop %, response time and hysteresis
|
||||
* 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
|
||||
@@ -42,7 +59,7 @@ This is the release repository for Fan Control, a highly customizable fan contro
|
||||
* 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 (Max, Sum, Average)
|
||||
* Mix : Use two different curves and apply a mix function (Min, Max, Sum, Average)
|
||||
* Sync : Sync to an existing control
|
||||
* Flat: Set a fixed %
|
||||
|
||||
@@ -63,4 +80,4 @@ This is the release repository for Fan Control, a highly customizable fan contro
|
||||
## Libraries used:
|
||||
* https://github.com/LibreHardwareMonitor/LibreHardwareMonitor
|
||||
* https://github.com/MaterialDesignInXAML/MaterialDesignInXamlToolkit
|
||||
* https://github.com/falahati/NvAPIWrapper
|
||||
* https://github.com/falahati/NvAPIWrapper
|
||||
|
||||
BIN
Updater.exe
BIN
Updater.exe
Binary file not shown.
@@ -1,4 +1,4 @@
|
||||
{
|
||||
"Number": 48,
|
||||
"Message": "-New mix function: Average\r\n-The bottom-right plus button now needs to be clicked"
|
||||
"Number": 93,
|
||||
"Message": "- Horizontal UI option \r\n- Fixed graph bug \r\n- Updated LibreHardwareMonitorLib (driver)"
|
||||
}
|
||||
Reference in New Issue
Block a user