mirror of
https://github.com/Rem0o/FanControl.Releases.git
synced 2024-11-10 21:26:42 +01:00
73 lines
2.6 KiB
Markdown
73 lines
2.6 KiB
Markdown
# FanControl.Releases
|
|
|
|
[<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.
|
|
|
|
## New
|
|
* <b> Manual control for each control card </b><br>
|
|
![Fan Control](Images/ManualControlSlider.png)
|
|
* Step % has been split in step up and step down.
|
|
* Custom sensors: Create a "mix" sensor with a custom function (min, max, average)
|
|
* Mix fan curve supports 1-N curves
|
|
* Sync dark/light windows theme with Fan Control
|
|
|
|
## Installation
|
|
|
|
1. [Download the latest archive](/FanControl.zip?raw=true)
|
|
2. Extract to the desired installation folder
|
|
3. Start FanControl.exe
|
|
|
|
## Issues
|
|
|
|
* I am not the main developer for the driver portion of this software. Any issue regarding hardware compatibility should be submitted to LibreHardwareMonitor's repository.
|
|
* Please only open issues for the software itself, UI, feature request and so on.
|
|
|
|
## FAQ
|
|
* Q: There is no control cards / control cards are missing / control cards are not changing my fan speeds, what's the issue?
|
|
<br>A: Your motherboard's SuperIO chip is not supported / badly supported, see the [Issues](#issues) section.
|
|
|
|
|
|
![Fan Control](Images/MainUI.png)
|
|
|
|
## Features
|
|
|
|
* Save, edit and load multiple profiles
|
|
* Multiple temperature sources ( CPU, GPU, motherboard, hard drives, ".sensor" file )
|
|
* Custom fan curves
|
|
* Manual control
|
|
* 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
|
|
* Create custom external temperature sensors with *.sensor files.
|
|
* And more!
|
|
|
|
## Fan curve types
|
|
|
|
* 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 (Min, Max, Sum, Average)
|
|
* Sync : Sync to an existing control
|
|
* Flat: Set a fixed %
|
|
|
|
## Graph fan curve editor
|
|
|
|
* Add, remove and drag points arround the graph
|
|
* Copy and paste points from a graph to another
|
|
* Fine-tune the response with the hysteresis and response time parameters
|
|
|
|
![Fan Control](Images/GraphDialog.png)
|
|
|
|
## Theme editor
|
|
|
|
* Dark mode available
|
|
|
|
![Fan Control](Images/ColorsDialog.png)
|
|
|
|
## Libraries used:
|
|
* https://github.com/LibreHardwareMonitor/LibreHardwareMonitor
|
|
* https://github.com/MaterialDesignInXAML/MaterialDesignInXamlToolkit
|
|
* https://github.com/falahati/NvAPIWrapper
|