FanControl/README.md

91 lines
3.6 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)
##
2021-11-08 16:44:58 +01:00
This is the release repository for Fan Control, a focused, highly customizable fan controlling software for Windows.
2020-06-01 00:24:25 +02:00
2021-06-21 17:03:48 +02:00
![Fan Control](Images/MainUI.png)
2020-08-15 17:56:36 +02:00
## New
2022-03-30 03:41:41 +02:00
* <b> Configurable temperature range for graphs </b>
* Better decimal support in graphs
2022-03-15 16:23:54 +01:00
* Nickname any temperature sensor from the sensor settings dialog
2022-02-22 04:27:38 +01:00
* Auto fan curve (BETA): Automatically adjust speed to keep target temperature
* Allow text-wrapping for long names
2021-11-08 16:44:58 +01:00
* Sensor settings dialog window. Activate or deactivate specific sources.
* Numeric textbox for graph points
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
2022-03-30 03:41:41 +02:00
4. (Optional) -c or --config [json config file] command line arg
2020-07-19 18:22:58 +02:00
2022-02-22 04:27:38 +01:00
## Plugins
* Plugin system, see [Plugins wiki](https://github.com/Rem0o/FanControl.Releases/wiki/Plugins) and
* https://github.com/Rem0o/FanControl.HWInfo
* https://github.com/Rem0o/FanControl.DellPlugin
* https://github.com/medevil84/FanControl.AquacomputerHighFlowNext
2022-02-22 04:27:38 +01:00
2021-08-26 23:05:43 +02:00
## Issues and hardware compatibility
2020-07-11 19:31:46 +02:00
2021-08-26 23:05:43 +02:00
* I am not the main developer for the driver/backend portion of this software. Fan Control is basically a UI on top of existing hardware libraries. Any issue regarding hardware compatibility entirely depends on:
* https://github.com/LibreHardwareMonitor/LibreHardwareMonitor
* https://github.com/falahati/NvAPIWrapper
2020-07-11 19:31:46 +02:00
* Please only open issues for the software itself, UI, feature request and so on.
2021-08-26 23:05:43 +02:00
* If you do have a hardware compatibility request and you can provide a <b>working</b> sample of code that can be used in .NET, like with a [Plugin](https://github.com/Rem0o/FanControl.Releases/wiki/Plugins), then feel free to submit that.
2020-07-11 19:31:46 +02:00
2021-01-24 23:24:07 +01:00
## FAQ
2021-08-26 23:05:43 +02:00
* <b>Q</b>: There is no control cards / control cards are missing / control cards are not changing my fan speeds, what's the issue?
<br><b>A</b>: See section above.
2021-06-25 17:06:23 +02:00
* <b>Q</b>: How does <b>[FAN CURVE TYPE]</b> works and what does its parameters do?
<br><b>A</b>: Click on its card's icon at the top left, a dialog will tell you.
2021-06-08 19:18:21 +02:00
* <b>Q</b>: Does it run on my OS?
2021-10-05 01:36:46 +02:00
<br><b>A</b>: If your OS is Windows 10 <b> Or 11</b>, yes.
2021-01-24 23:24:07 +01:00
2020-06-01 00:19:07 +02:00
## 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 )
2021-06-25 17:06:23 +02:00
* <b>Mix different curves and sensors together</b>
2020-06-01 00:19:07 +02:00
* Custom fan curves
2021-02-24 18:50:21 +01:00
* Manual control
2020-10-27 00:10:15 +01:00
* Fine tune the fan control response with steps, start %, stop %, response time and hysteresis
2020-06-04 02:03:06 +02:00
* Modern, dashboard-style UI
* Works as a background application with a customizable tray icon
2020-06-01 00:19:07 +02:00
* And more!
2020-05-31 23:53:56 +02:00
## Fan curve types
2022-03-30 03:41:41 +02:00
* (NEW) Auto: PI-ish type function. % will surf until temp is stable at load.
2020-05-31 23:53:56 +02:00
* 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
2021-01-28 21:06:54 +01:00
* https://github.com/falahati/NvAPIWrapper