mirror of
https://github.com/Rem0o/FanControl.Releases.git
synced 2026-01-12 07:58:06 -05:00
Compare commits
27 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
46e2e677b4 | ||
|
|
863bfea51f | ||
|
|
0107601c47 | ||
|
|
ef71a9bce0 | ||
|
|
4977c3e9b9 | ||
|
|
3b66485d30 | ||
|
|
d6e07d772f | ||
|
|
2ed2c53f08 | ||
|
|
5700b00a37 | ||
|
|
30a9c9ed45 | ||
|
|
2ece9e05c5 | ||
|
|
ce51e12947 | ||
|
|
2a8d662811 | ||
|
|
cbd4fdb84a | ||
|
|
a745daf84a | ||
|
|
5bc18a69c9 | ||
|
|
8f3e4718c6 | ||
|
|
71f253bfd6 | ||
|
|
940cc0a360 | ||
|
|
22d3228ad7 | ||
|
|
96f6274518 | ||
|
|
254bb231d5 | ||
|
|
a8fa76500c | ||
|
|
a08dda547d | ||
|
|
de95e739e4 | ||
|
|
1ec024fbf6 | ||
|
|
2206ba77ea |
BIN
FanControl.zip
BIN
FanControl.zip
Binary file not shown.
BIN
Images/PluginInstallation.png
Normal file
BIN
Images/PluginInstallation.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 8.2 KiB |
31
README.md
31
README.md
@@ -17,13 +17,14 @@
|
||||
[](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=N4JPSTUQHRJM8¤cy_code=USD&source=url&item_name=Fan+Control)
|
||||
|
||||
## New
|
||||
|
||||
.NET 8 version now available. Had to update the Updater.exe to support the new version, might take some time for the usual Microsoft Defender false positive submission to go through.
|
||||
* AMD GPU support through the [ADLX plugin](https://github.com/Rem0o/FanControl.ADLX). Now actively tested and developped by Rem0o.
|
||||
* Fan calibration and RPM mode for fan curves. See [discussion](https://github.com/Rem0o/FanControl.Releases/discussions/2333).
|
||||
* Installer now available in addition to the portable version of the application. Both .NET 4.8 and 8.0 versions of the application are available as such [here](https://github.com/Rem0o/FanControl.Releases/releases).
|
||||
|
||||
## Installation
|
||||
|
||||
1. [Download the latest archive](/FanControl.zip?raw=true)
|
||||
2. Extract to the desired installation folder
|
||||
1. [Download the latest archive](/FanControl.zip?raw=true) <i>or</i> [an installer from the release page](https://github.com/Rem0o/FanControl.Releases/releases).
|
||||
2. Extract to the desired installation folder <i>or</i> run the installer
|
||||
3. Start FanControl.exe
|
||||
4. (Optional) -c or --config [json config file] command line arg
|
||||
|
||||
@@ -34,6 +35,12 @@ scoop bucket add extras
|
||||
scoop install fancontrol
|
||||
```
|
||||
|
||||
### Install with [Winget](https://apps.microsoft.com/detail/9nblggh4nns1?rtc=1&hl=en-us&gl=US#activetab=pivot:overviewtab)
|
||||
|
||||
```
|
||||
winget install Rem0o.FanControl
|
||||
```
|
||||
|
||||
# Documentation
|
||||
|
||||
https://getfancontrol.com/docs/
|
||||
@@ -57,14 +64,20 @@ JayzTwoCents - Everyone NEEDS this FREE piece of software... You will thank me!
|
||||

|
||||
|
||||
## Uninstall
|
||||
Fan Control is a stand-alone app. You can leave the files there for use further down the line, or delete them.
|
||||
|
||||
### Portable
|
||||
You can leave the files there for use further down the line, or delete them.
|
||||
Note: If you have Fan Control set to automatically start with Windows, either untick the checkbox in Fan Control, or manually delete the "Fan Control" task in Windows Task Scheduler.
|
||||
|
||||
### Installer
|
||||
Uninstall like any other windows program through the programs list
|
||||
|
||||
## Plugins
|
||||
|
||||
The plugin system let you inject any type of sensor into FanControl, see [Plugins wiki](https://github.com/Rem0o/FanControl.Releases/wiki/Plugins)
|
||||
|
||||

|
||||
|
||||
From the community (notify me if I'm missing some):
|
||||
* https://github.com/fu-raz/FanControlThermaltake
|
||||
* https://github.com/jmarucha/FanControl.Liquidctl
|
||||
@@ -79,9 +92,11 @@ From the community (notify me if I'm missing some):
|
||||
* https://github.com/EightB1ts/FanControl.LianLi to interface with LianLi [L-Connect 3](https://lian-li.com/l-connect3/) fan controllers
|
||||
* https://github.com/TimSirmovics/FanControl.NvThermalSensors to get GPU Hot Spot and Memory Junction temperature for Nvidia GPUs
|
||||
* https://github.com/SasaKaranovic/FanControl.OpenFan to interface with [OpenFAN](https://github.com/SasaKaranovic/OpenFanController) controller
|
||||
* https://github.com/Brian-E-Taylor/FanControl.AIDA64 to get readings out of AIDA64
|
||||
|
||||
From Rem0o
|
||||
* (EXPERIMENTAL) https://github.com/Rem0o/FanControl.ADLX (AMD gpus)
|
||||
* (EXPERIMENTAL) https://github.com/Rem0o/FanControl.IntelCtlLibrary (Intel ARC gpus)
|
||||
* https://github.com/Rem0o/FanControl.ADLX (AMD gpus)
|
||||
* https://github.com/Rem0o/FanControl.HWInfo to import HWInfo sensor data
|
||||
* https://github.com/Rem0o/FanControl.DellPlugin for dell laptops and some towers
|
||||
|
||||
@@ -91,7 +106,7 @@ From Rem0o
|
||||
* https://github.com/LibreHardwareMonitor/LibreHardwareMonitor
|
||||
* https://github.com/falahati/NvAPIWrapper
|
||||
|
||||
* Please only open issues on this repository for the software itself, UI, feature request and so on.
|
||||
* Please only open issues on this repository for the software itself, UI, feature request and so on. If it's a "make this work please" hardware support request, I will link this section of the README and close your issue.
|
||||
* If you do have a special hardware compatibility request and you can provide a __working__ 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.
|
||||
|
||||
## FAQ
|
||||
@@ -102,7 +117,7 @@ From Rem0o
|
||||
* __Q__: My Nvidia cards won't go below 30% and doesn't go to 0 RPM, why?
|
||||
<br>__A__: [See here](https://github.com/Rem0o/FanControl.Releases/wiki/Nvidia-30%25-and-0-RPM)
|
||||
* __Q__: My new AMD card can't be controlled, why?
|
||||
<br>__A__: Newer AMD cards are not supported. If you can provide a working sample of code that works with these newer cards, please share!
|
||||
<br>__A__: Newer AMD cards are not supported by LHM, but support is available through [ADLX plugin](https://github.com/Rem0o/FanControl.ADLX). This plugin will be ported to the main application at some point, either through LHM or directly like NvAPIWrapper.
|
||||
* __Q__: There is no control cards / control cards are missing / control cards are not changing my fan speeds, what's the issue?
|
||||
<br>__A__: See __[ Issues and hardware compatibility](#issues-and-hardware-compatibility)__.
|
||||
* __Q__: How does __[FAN CURVE TYPE]__ works and what does its parameters do?
|
||||
|
||||
BIN
Updater.exe
BIN
Updater.exe
Binary file not shown.
15
version.json
15
version.json
@@ -1,12 +1,11 @@
|
||||
{
|
||||
"Number": 181,
|
||||
"Message": "- Max response time increased from 60 to 300 seconds\r\n- Fixed a bug where a fan would stay stuck on its default %\r\n- Increased the set control % when pairing with the assisted setup\r\n- Software now available with an installer (portable still available)",
|
||||
"Number": 192,
|
||||
"Message": "- Fahrenheit display option\r\n- Fan speed % tray icons\r\n- Tray icon now support for 3 digits\r\n- Fixed a bug when changing sensor sources\r\n- See current temp. while editing a graph",
|
||||
"Checksums": {
|
||||
"FanControl_4_8": "BC0EB9699B7D333E13F198B406DB4944",
|
||||
"FanControl_7_0": "C1AD1BE1F277CCDEC356947D710CFB73",
|
||||
"FanControl_8_0": "4491189AFB075298B37B0375D15713B2",
|
||||
"FanControl_4_8_Installer": "1B83CD70E35753F90912E4B147734B9C",
|
||||
"FanControl_8_0_Installer": "4DA40EB6F6681AFB8E85F0F796537599",
|
||||
"Updater": "4998323B6A3AE40C420202EB773CF4A4"
|
||||
"FanControl_4_8": "9DD6788BE4A2D0103788313D3EA44FED",
|
||||
"FanControl_8_0": "17E229B875390EF7A306DA040B91A1AD",
|
||||
"FanControl_4_8_Installer": "B4C446A1AE506E217D00491357CE44F4",
|
||||
"FanControl_8_0_Installer": "756FE5D21BB44F467B0C271491C30197",
|
||||
"Updater": "8BC3FB11C955E99E2EC5863884140484"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user