mirror of
https://github.com/Rem0o/FanControl.Releases.git
synced 2026-01-12 07:58:06 -05:00
Compare commits
18 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
74b38e837e | ||
|
|
7857eb3322 | ||
|
|
33806ef411 | ||
|
|
cff04475c6 | ||
|
|
6005e58c71 | ||
|
|
064052f6a1 | ||
|
|
cff6cb08e9 | ||
|
|
ef3f799205 | ||
|
|
ebdb29c012 | ||
|
|
c7a02fbe9e | ||
|
|
487dd68003 | ||
|
|
60e8afd5f2 | ||
|
|
1f19b19b6b | ||
|
|
839ade896e | ||
|
|
13409451b5 | ||
|
|
ae50069d18 | ||
|
|
14723551ff | ||
|
|
5dc75d69c5 |
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 |
29
README.md
29
README.md
@@ -1,20 +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
|
||||
* https://github.com/falahati/NvAPIWrapper
|
||||
## New
|
||||
|
||||
* Hysteresis now only applies on the way 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. [Optional] Run the Register_Startup_Task.cmd script
|
||||
4. Start FanControl.exe
|
||||
3. Start FanControl.exe
|
||||
|
||||
## Issues
|
||||
|
||||
@@ -26,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
|
||||
@@ -39,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 %
|
||||
|
||||
@@ -56,3 +60,8 @@ 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": 40,
|
||||
"Message": "-Changed Nvidia GPU backend to NVApiWrapper (breaking change for Nvidia GPU configurations)"
|
||||
"Number": 50,
|
||||
"Message": "-Hysteresis now works only on the way down\r\n-Top right menu rework\r\n-Refresh sensors detection"
|
||||
}
|
||||
Reference in New Issue
Block a user