mirror of
https://github.com/Rem0o/FanControl.Releases.git
synced 2026-01-11 23:48:09 -05:00
Compare commits
15 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
74b38e837e | ||
|
|
7857eb3322 | ||
|
|
33806ef411 | ||
|
|
cff04475c6 | ||
|
|
6005e58c71 | ||
|
|
064052f6a1 | ||
|
|
cff6cb08e9 | ||
|
|
ef3f799205 | ||
|
|
ebdb29c012 | ||
|
|
c7a02fbe9e | ||
|
|
487dd68003 | ||
|
|
60e8afd5f2 | ||
|
|
1f19b19b6b | ||
|
|
839ade896e | ||
|
|
13409451b5 |
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 |
23
README.md
23
README.md
@@ -4,17 +4,20 @@
|
||||
##
|
||||
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
|
||||
|
||||
@@ -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": 42,
|
||||
"Message": "-Changed Nvidia GPU backend to NVApiWrapper (breaking change for Nvidia GPU configurations)\r\n-Fixed Nvidia fan control when multiple controls are available\r\n-Fixed bug with the automatic fan matching"
|
||||
"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