FanControl/README.md

64 lines
2.2 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-06-02 16:08:28 +02:00
Libraries used:
2020-06-01 00:24:25 +02:00
* https://github.com/LibreHardwareMonitor/LibreHardwareMonitor
* https://github.com/MaterialDesignInXAML/MaterialDesignInXamlToolkit
2020-08-10 16:02:50 +02:00
* https://github.com/falahati/NvAPIWrapper
2020-06-01 00:19:07 +02:00
2020-08-15 17:56:36 +02:00
## New
* Support for newer Nvidia RTX cards with NvAPIWrapper
* Support for external sensors with .sensor files (see Example.sensor in your application folder)
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
3. [Optional] Run the Register_Startup_Task.cmd script
4. Start FanControl.exe
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-06-15 17:09:21 +02:00
* Fine tune the fan control response with steps, activation %, 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
* Mix : Use two different curves and apply a mix function (Max, Sum)
* 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)