FanControl/README.md

67 lines
2.3 KiB
Markdown
Raw Normal View History

2020-05-31 23:53:56 +02:00
# FanControl.Releases
2020-08-11 20:33:27 +02:00
[<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&currency_code=USD&source=url&item_name=Fan+Control)
##
2020-06-04 02:03:06 +02:00
This is the release repository for Fan Control, a highly customizable fan controlling software for Windows.
2020-06-01 00:24:25 +02:00
2020-08-15 17:56:36 +02:00
## New
2021-01-03 17:46:26 +01:00
* <b>Adjusted styling in dark mode</b>
* <b>Min function for the mix curve</b>
2020-11-17 21:18:00 +01:00
* Ryzen 5000 support
2021-01-03 17:46:55 +01:00
* Refined more compact card UI
2021-01-03 17:46:26 +01:00
* Start % (activation % before) and Stop % are now separated
2020-10-08 15:46:37 +02:00
* Hysteresis can now be switched from one-way (down only) to two-way (up and down)
2020-08-15 17:56:36 +02:00
2020-07-19 18:22:58 +02:00
## Installation
1. [Download the latest archive](/FanControl.zip?raw=true)
2. Extract to the desired installation folder
2020-08-25 17:57:26 +02:00
3. Start FanControl.exe
2020-07-19 18:22:58 +02:00
2020-07-11 19:31:46 +02:00
## 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.
2020-06-01 00:19:07 +02:00
![Fan Control](Images/MainUI.png)
## Features
2020-06-04 02:03:06 +02:00
* Save, edit and load multiple profiles
2020-08-11 20:33:27 +02:00
* Multiple temperature sources ( CPU, GPU, motherboard, hard drives, ".sensor" file )
2020-06-01 00:19:07 +02:00
* Custom fan curves
2020-10-27 00:10:15 +01:00
* Fine tune the fan control response with steps, start %, stop %, response time and hysteresis
2020-06-02 16:08:28 +02:00
* Mix different curves and sensors together
2020-06-04 02:03:06 +02:00
* Modern, dashboard-style UI
* Works as a background application with a customizable tray icon
2020-07-11 19:31:46 +02:00
* Create custom external temperature sensors with *.sensor files.
2020-06-01 00:19:07 +02:00
* And more!
2020-05-31 23:53:56 +02:00
## Fan curve types
* Linear : Temperature based linear function
* Graph : Temperature based custom curve
2020-08-20 23:09:24 +02:00
* Target: Temperature based that holds speed until target temperature is reached
2021-01-16 20:04:50 +01:00
* Mix : Use two different curves and apply a mix function (Min, Max, Sum, Average)
2020-05-31 23:53:56 +02:00
* Sync : Sync to an existing control
* Flat: Set a fixed %
## Graph fan curve editor
2020-06-04 02:03:06 +02:00
* 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
2020-06-01 00:19:07 +02:00
![Fan Control](Images/GraphDialog.png)
2020-05-31 23:53:56 +02:00
## Theme editor
2020-06-04 02:03:06 +02:00
* Dark mode available
2020-07-19 18:22:58 +02:00
![Fan Control](Images/ColorsDialog.png)
2020-08-15 17:57:16 +02:00
## Libraries used:
* https://github.com/LibreHardwareMonitor/LibreHardwareMonitor
* https://github.com/MaterialDesignInXAML/MaterialDesignInXamlToolkit
* https://github.com/falahati/NvAPIWrapper