mirror of
https://github.com/Rem0o/FanControl.Releases.git
synced 2026-01-11 23:48:09 -05:00
Compare commits
17 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
843b0426c2 | ||
|
|
d68fa708f6 | ||
|
|
5eca2a6c3c | ||
|
|
b600f596b5 | ||
|
|
a45fff6ab6 | ||
|
|
edb77c0244 | ||
|
|
def30f6f0e | ||
|
|
3699cccdf0 | ||
|
|
976f035354 | ||
|
|
645e46dc1e | ||
|
|
cded897020 | ||
|
|
57726e18b4 | ||
|
|
ecbc3dea07 | ||
|
|
1c8fba991d | ||
|
|
728bc8df58 | ||
|
|
34dd545416 | ||
|
|
10333d1104 |
BIN
FanControl.zip
BIN
FanControl.zip
Binary file not shown.
45
README.md
45
README.md
@@ -16,6 +16,24 @@
|
||||
[](/FanControl.zip?raw=true)
|
||||
[](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=N4JPSTUQHRJM8¤cy_code=USD&source=url&item_name=Fan+Control)
|
||||
|
||||
## Installation
|
||||
|
||||
1. [Download the latest archive](/FanControl.zip?raw=true)
|
||||
2. Extract to the desired installation folder
|
||||
3. Start FanControl.exe
|
||||
4. (Optional) -c or --config [json config file] command line arg
|
||||
|
||||
### Install with [Scoop](https://scoop.sh/#/apps?s=2&d=1&o=true&p=1&q=fan+control)
|
||||
|
||||
```
|
||||
scoop bucket add extras
|
||||
scoop install fancontrol
|
||||
```
|
||||
|
||||
# Documentation
|
||||
|
||||
https://getfancontrol.com/docs/
|
||||
|
||||
## Featured On
|
||||
JayzTwoCents - Everyone NEEDS this FREE piece of software... You will thank me!
|
||||
|
||||
@@ -27,28 +45,22 @@ JayzTwoCents - Everyone NEEDS this FREE piece of software... You will thank me!
|
||||
* Save, edit and load multiple __profiles__
|
||||
* Change the __theme__ and __color__ of the application.
|
||||
* Multiple temperature __sources__ ( CPU, GPU, motherboard, hard drives... )
|
||||
* Multiple fan curve __[functions](#fan-curve-types)__, including a custom __[graph](#graph-fan-curve-editor)__
|
||||
* Multiple fan curve __[functions](https://getfancontrol.com/docs)__, including a custom __[graph](#graph-fan-curve-editor)__
|
||||
* __Mix__ fan curves or sensor togethers (max, min, average)
|
||||
* Low resource usage
|
||||
* Advanced tuning with steps, start %, stop %, response time and hysteresis
|
||||
|
||||
## __New__
|
||||
* __(NEW)__ Use the -c or --config [json config file] command line argument while the app is open to switch config. Create shortcuts with predefined configs.
|
||||
* __(NEW)__ When the app fail to start due to sensor initialization issue, the sensor settings window will open
|
||||
* __(NEW)__ Refined UI
|
||||
* __(NEW)__ Minimum % on control cards
|
||||
* Use the -c or --config [json config file] command line argument while the app is open to switch config. Create shortcuts with predefined configs.
|
||||
* When the app fail to start due to sensor initialization issue, the sensor settings window will open
|
||||
* Refined UI
|
||||
* 0 RPM override for Nvidia cards
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||

|
||||
|
||||
## Installation
|
||||
|
||||
1. [Download the latest archive](/FanControl.zip?raw=true)
|
||||
2. Extract to the desired installation folder
|
||||
3. Start FanControl.exe
|
||||
4. (Optional) -c or --config [json config file] command line arg
|
||||
|
||||
## Uninstall
|
||||
Fan Control is a stand-alone app. You can leave the files there for use further down the line, or delete them.
|
||||
|
||||
@@ -63,6 +75,7 @@ From the community (notify me if I'm missing some):
|
||||
* https://github.com/jmarucha/FanControl.Liquidctl
|
||||
* https://github.com/Mourdraug/FanControl.AsusWMI to interface with ASUS motherboards through WMI methods
|
||||
* https://github.com/medevil84/FanControl.AquacomputerHighFlowNext to interface with aquacomputer HighFlowNext
|
||||
* https://github.com/FoPzl/FanControl.AquacomputerQuadro to interface with aquacomputer Quadro
|
||||
* https://github.com/vision57/FanControl.GPU-Z
|
||||
|
||||
From Rem0o
|
||||
@@ -92,16 +105,6 @@ From Rem0o
|
||||
* __Q__: Does it run on my OS?
|
||||
<br>__A__: If your OS is Windows 10 __Or 11__, yes.
|
||||
|
||||
## Fan curve types
|
||||
|
||||
* Auto: PI controller-ish type function. % will surf until temp is stable at load.
|
||||
* Linear : Temperature based linear function
|
||||
* Graph : Temperature based custom curve
|
||||
* Trigger: Temperature based that holds speed until trigger temperatures are reached
|
||||
* Mix : Use two different curves and apply a mix function (Min, Max, Sum, Average, Subtract)
|
||||
* Sync : Sync to an existing control
|
||||
* Flat: Set a fixed %
|
||||
|
||||
## Graph fan curve editor
|
||||
|
||||
* __(NEW)__ Change the temperature range for finer control over a small range
|
||||
|
||||
BIN
Updater.exe
BIN
Updater.exe
Binary file not shown.
@@ -1,4 +1,4 @@
|
||||
{
|
||||
"Number": 137,
|
||||
"Message": "- Updated LibreHardwareMonitorLib (NCT6799D, NCT6686D, Windows storage spaces) \r\n- Renamed target fan curve to trigger fan curve to better reflect its internal logic."
|
||||
"Number": 142,
|
||||
"Message": "- Styling tweaks \r\n- Bug fixes"
|
||||
}
|
||||
Reference in New Issue
Block a user