mirror of
https://github.com/Rem0o/FanControl.Releases.git
synced 2026-01-11 23:48:09 -05:00
Compare commits
31 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
cd985a7720 | ||
|
|
219e48a4f1 | ||
|
|
990750d9aa | ||
|
|
653c33a23d | ||
|
|
95d4378fdc | ||
|
|
74b38e837e | ||
|
|
7857eb3322 | ||
|
|
33806ef411 | ||
|
|
cff04475c6 | ||
|
|
6005e58c71 | ||
|
|
064052f6a1 | ||
|
|
cff6cb08e9 | ||
|
|
ef3f799205 | ||
|
|
ebdb29c012 | ||
|
|
c7a02fbe9e | ||
|
|
487dd68003 | ||
|
|
60e8afd5f2 | ||
|
|
1f19b19b6b | ||
|
|
839ade896e | ||
|
|
13409451b5 | ||
|
|
ae50069d18 | ||
|
|
14723551ff | ||
|
|
5dc75d69c5 | ||
|
|
99e2328b93 | ||
|
|
44566db75a | ||
|
|
b1d61ad225 | ||
|
|
50871fea6c | ||
|
|
c2d7882662 | ||
|
|
e17cce467f | ||
|
|
3bfc6739bb | ||
|
|
0fa3f0afd8 |
BIN
FanControl.zip
BIN
FanControl.zip
Binary file not shown.
Binary file not shown.
|
Before Width: | Height: | Size: 40 KiB After Width: | Height: | Size: 48 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 60 KiB After Width: | Height: | Size: 74 KiB |
33
README.md
33
README.md
@@ -1,12 +1,23 @@
|
||||
# FanControl.Releases
|
||||
|
||||
## [](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=N4JPSTUQHRJM8¤cy_code=USD&source=url&item_name=Fan+Control)
|
||||
|
||||
[<img src="https://www.paypalobjects.com/webstatic/mktg/logo/pp_cc_mark_37x23.jpg">](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=N4JPSTUQHRJM8¤cy_code=USD&source=url&item_name=Fan+Control)
|
||||
##
|
||||
This is the release repository for Fan Control, a highly customizable fan controlling software for Windows.
|
||||
|
||||
Libraries used:
|
||||
* https://github.com/LibreHardwareMonitor/LibreHardwareMonitor
|
||||
* https://github.com/MaterialDesignInXAML/MaterialDesignInXamlToolkit
|
||||
## New
|
||||
|
||||
* Hysteresis can now be switched from one-way (down only) to two-way (up and down)
|
||||
* 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)
|
||||
|
||||
## Installation
|
||||
|
||||
1. [Download the latest archive](/FanControl.zip?raw=true)
|
||||
2. Extract to the desired installation folder
|
||||
3. Start FanControl.exe
|
||||
|
||||
## Issues
|
||||
|
||||
@@ -18,7 +29,7 @@ Libraries used:
|
||||
## Features
|
||||
|
||||
* Save, edit and load multiple profiles
|
||||
* Multiple temperature sources ( CPU, GPU, motherboard, hard drives )
|
||||
* Multiple temperature sources ( CPU, GPU, motherboard, hard drives, ".sensor" file )
|
||||
* Custom fan curves
|
||||
* Fine tune the fan control response with steps, activation %, response time and hysteresis
|
||||
* Mix different curves and sensors together
|
||||
@@ -31,7 +42,8 @@ Libraries used:
|
||||
|
||||
* Linear : Temperature based linear function
|
||||
* Graph : Temperature based custom curve
|
||||
* Mix : Use two different curves and apply a mix function (Max, Sum)
|
||||
* Target: Temperature based that holds speed until target temperature is reached
|
||||
* Mix : Use two different curves and apply a mix function (Max, Sum, Average)
|
||||
* Sync : Sync to an existing control
|
||||
* Flat: Set a fixed %
|
||||
|
||||
@@ -47,4 +59,9 @@ Libraries used:
|
||||
|
||||
* Dark mode available
|
||||
|
||||

|
||||

|
||||
|
||||
## Libraries used:
|
||||
* https://github.com/LibreHardwareMonitor/LibreHardwareMonitor
|
||||
* https://github.com/MaterialDesignInXAML/MaterialDesignInXamlToolkit
|
||||
* https://github.com/falahati/NvAPIWrapper
|
||||
@@ -1,4 +1,4 @@
|
||||
{
|
||||
"Number": 38,
|
||||
"Message": "-Updated LibreHardwareMonitorLibrary \r\n-Fixed Graph fan curve bug"
|
||||
"Number": 52,
|
||||
"Message": "-Bug fixes"
|
||||
}
|
||||
Reference in New Issue
Block a user