mirror of
https://github.com/Rem0o/FanControl.Releases.git
synced 2026-01-11 23:48:09 -05:00
Compare commits
21 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
cf12517eac | ||
|
|
27cba84188 | ||
|
|
7fc036e89c | ||
|
|
c53dbe8d86 | ||
|
|
25c4003392 | ||
|
|
4798ae0d30 | ||
|
|
29604ead22 | ||
|
|
b386906193 | ||
|
|
cd985a7720 | ||
|
|
219e48a4f1 | ||
|
|
990750d9aa | ||
|
|
653c33a23d | ||
|
|
95d4378fdc | ||
|
|
74b38e837e | ||
|
|
7857eb3322 | ||
|
|
33806ef411 | ||
|
|
cff04475c6 | ||
|
|
6005e58c71 | ||
|
|
064052f6a1 | ||
|
|
cff6cb08e9 | ||
|
|
ef3f799205 |
BIN
FanControl.zip
BIN
FanControl.zip
Binary file not shown.
Binary file not shown.
|
Before Width: | Height: | Size: 40 KiB After Width: | Height: | Size: 56 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 60 KiB After Width: | Height: | Size: 57 KiB |
16
README.md
16
README.md
@@ -6,16 +6,18 @@ This is the release repository for Fan Control, a highly customizable fan contro
|
||||
|
||||
## New
|
||||
|
||||
* 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)
|
||||
* Ryzen 5000 support
|
||||
* <b>Refined more compact card UI</b>
|
||||
* <b>Start % (activation % before) and Stop % are now separated</b>
|
||||
* 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
|
||||
|
||||
## Installation
|
||||
|
||||
1. [Download the latest archive](/FanControl.zip?raw=true)
|
||||
2. Extract to the desired installation folder
|
||||
3. [Optional] Run the Register_Startup_Task.cmd script
|
||||
4. Start FanControl.exe
|
||||
3. Start FanControl.exe
|
||||
|
||||
## Issues
|
||||
|
||||
@@ -29,7 +31,7 @@ This is the release repository for Fan Control, a highly customizable fan contro
|
||||
* Save, edit and load multiple profiles
|
||||
* 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
|
||||
* 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
|
||||
@@ -41,7 +43,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)
|
||||
* Mix : Use two different curves and apply a mix function (Max, Sum, Average)
|
||||
* Sync : Sync to an existing control
|
||||
* Flat: Set a fixed %
|
||||
|
||||
|
||||
BIN
Updater.exe
BIN
Updater.exe
Binary file not shown.
@@ -1,4 +1,4 @@
|
||||
{
|
||||
"Number": 46,
|
||||
"Message": "-Start with Windows setting\r\n-Target Fan Curve: Holds the load fan speed until idle temperature is reached \r\n-0 deg (empty/null) temperature readout will max fan curves"
|
||||
"Number": 58,
|
||||
"Message": "- Various bugfixes and optimizations"
|
||||
}
|
||||
Reference in New Issue
Block a user