mirror of
https://github.com/Rem0o/FanControl.Releases.git
synced 2026-01-12 07:58:06 -05:00
Compare commits
23 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9412503f61 | ||
|
|
b54297ae92 | ||
|
|
cb0a33ef90 | ||
|
|
68bf24247c | ||
|
|
b1a3340bfd | ||
|
|
4574c1fd6b | ||
|
|
953576fff6 | ||
|
|
1e1c5d3a83 | ||
|
|
4450bd85ef | ||
|
|
6a53034630 | ||
|
|
e8fb96a4e6 | ||
|
|
e33bf82078 | ||
|
|
6d2c3b5600 | ||
|
|
3d146cb242 | ||
|
|
fee5a258fe | ||
|
|
8f53db23a9 | ||
|
|
deb1a9fca7 | ||
|
|
fee4a2b049 | ||
|
|
0df75d0f0d | ||
|
|
3f7b874c97 | ||
|
|
99e32b087a | ||
|
|
c3223c9bdf | ||
|
|
bd537265c6 |
BIN
FanControl.zip
BIN
FanControl.zip
Binary file not shown.
BIN
Images/Hysteresis.png
Normal file
BIN
Images/Hysteresis.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 15 KiB |
30
README.md
30
README.md
@@ -14,14 +14,29 @@
|
||||
<br>
|
||||
|
||||
[](/FanControl.zip?raw=true)
|
||||
[](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=N4JPSTUQHRJM8¤cy_code=USD&source=url&item_name=Fan+Control)
|
||||
[](https://www.paypal.com/donate/?business=N4JPSTUQHRJM8&no_recurring=0&item_name=Fan%20Control%20software%20creator%20and%20maintainer.%20Donations%20allow%20me%20to%20continue%20working%20on%20this%20project%20while%20keeping%20it%20free%20to%20use.%20Thank%20you%20for%20contributing%21¤cy_code=USD)
|
||||
|
||||
## WARNING
|
||||
|
||||
WingRing0x64, the driver used via [LHM](https://github.com/LibreHardwareMonitor/LibreHardwareMonitor) started to be flagged by Windows Defender as of March 11th 2025. This will prevent the program from loading all motherboard sensors and will result in an error upon loading.
|
||||
Corresponding [issue](https://github.com/Rem0o/FanControl.Releases/issues/3016).
|
||||
As of 09/04/2025, Winring0 (FanControl.sys) is flagged as [Trojan:Win32/Vigorf.A](https://github.com/Rem0o/FanControl.Releases/issues/3410#issuecomment-3254057373) by Windows Defender.
|
||||
You do not need to open an issue on the subject. Any new issues with this exact problem will be closed as duplicate.
|
||||
|
||||
If you experience this issue, you may:
|
||||
|
||||
* (Can't officialy recommend) whitelist/exclude the detection in Windows Security/Defender. Read the [official microsoft response/article](https://support.microsoft.com/en-us/windows/microsoft-defender-antivirus-alert-vulnerabledriver-winnt-winring0-eb057830-d77b-41a2-9a34-015a5d203c42) carefully.
|
||||
* Since V235, you can easily [use an alternative LHM branch](https://github.com/Rem0o/FanControl.Releases/issues/3410#issuecomment-3258597822) that doesn't use WinRing0. Consider this a Beta, as it hasn't been widely tested yet.
|
||||
|
||||
To use the alternate branch (PawnIO, thanks to [@namazso](https://github.com/namazso)) :
|
||||
1. Update to at least __V235__, and close FanControl completely (EXIT).
|
||||
2. (Optional but recommended) Backup your Configuration folder
|
||||
3. Download the [net4.8](https://github.com/user-attachments/files/22138855/net472.zip) or [net8.0](https://github.com/user-attachments/files/22138861/net8.0.zip) version of LibreHardwareMonitorLib.dll depending on your existing installation
|
||||
4. Install the [PawnIO driver](https://pawnio.eu/)
|
||||
5. Place the LibreHardwareMonitorLib.dll inside your existing Plugins folder, or create a Plugins/ folder and place it in there
|
||||
6. Launch FanControl
|
||||
|
||||
## New
|
||||
* New seperate "Up" and "Down" hysteresis for graph, linear and trigger fan curves
|
||||

|
||||
* The software is now open for translations. Contributions are welcomed here [FanControl.i18n](https://github.com/Rem0o/FanControl.i18n)
|
||||
* AMD GPU support through [ADLXWrapper](https://github.com/Rem0o/ADLXWrapper).
|
||||
* Fan calibration and RPM mode for fan curves. See [discussion](https://github.com/Rem0o/FanControl.Releases/discussions/2333).
|
||||
@@ -84,7 +99,7 @@ Uninstall like any other windows program through the programs list
|
||||

|
||||
|
||||
From the community (notify me if I'm missing some):
|
||||
* https://github.com/fu-raz/FanControlThermaltake
|
||||
* https://github.com/AMoo-Miki/FanControlThermaltake updated fork of https://github.com/fu-raz/FanControlThermaltake
|
||||
* https://github.com/jmarucha/FanControl.Liquidctl
|
||||
* https://github.com/Mourdraug/FanControl.AsusWMI to interface with ASUS motherboards through WMI methods
|
||||
* https://github.com/medevil84/FanControl.AquacomputerDevices to interface with aquacomputer HighFlowNext, Quadro and Octo devices
|
||||
@@ -98,6 +113,7 @@ From the community (notify me if I'm missing some):
|
||||
* 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
|
||||
* https://github.com/Benson5650/FanControl.RazerCoolingPadPlugin to interface with Razer Laptop Cooling Pad.
|
||||
|
||||
From Rem0o
|
||||
* https://github.com/Rem0o/FanControl.IntelCtlLibrary (Intel ARC gpus)
|
||||
@@ -115,9 +131,9 @@ From Rem0o
|
||||
## FAQ
|
||||
* __Q__: What settings should I set in my BIOS to play along nicely with FanControl?
|
||||
<br>__A__: You want to avoid any "smart" control from your BIOS. Setting a fixed default speed, like 50%, works great for most people. Also keep an eye if your BIOS has PWM or DC mode on. One could work better for you depending on your setup.
|
||||
* __Q__: My Nvidia cards has X fans, but only two cards show up, why?
|
||||
<br>__A__: Your card only has 2 channels, more than 1 fan are plugged to the same channel.
|
||||
* __Q__: My Nvidia cards won't go below 30% and doesn't go to 0 RPM, why?
|
||||
* __Q__: My NVIDIA graphics card has 3 fans, but only 2 control cards show up in the UI, why?
|
||||
<br>__A__: Your card only has 2 channels, multiple fans are plugged into the same channel.
|
||||
* __Q__: My NVIDIA graphics card 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__: 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)__.
|
||||
|
||||
12
version.json
12
version.json
@@ -1,11 +1,11 @@
|
||||
{
|
||||
"Number": 225,
|
||||
"Message": "- Update LibreHardwareMonitorLib\r\n- Fix display issue with plugins\r\n- Add buttons to 100% each fan in fan identification dialog",
|
||||
"Number": 236,
|
||||
"Message": "- Allow side-loading a different version of LibreHardwareMonitorLib. This offers an alternative if you experience Windows Security/Defender issue. See the warning section of the Github README page, available in the About tab.\r\n- Fix a Trigger fan curve deserialization issue.\r\n- Fix a bug when loading plugins",
|
||||
"Checksums": {
|
||||
"FanControl_4_8": "494738D28CD46385EA298D76207EB606",
|
||||
"FanControl_8_0": "9270DE0C2744C861345EC0E16265B99F",
|
||||
"FanControl_4_8_Installer": "228923CBD7568F7E9CE74F7DD3AAFA44",
|
||||
"FanControl_8_0_Installer": "78B23C768B80C71100BE6F07970F5841",
|
||||
"FanControl_4_8": "41465ADED74BC32FADA48FBC0DAD95EF",
|
||||
"FanControl_8_0": "FD08ACDD67931F098BE364A6D9C81629",
|
||||
"FanControl_4_8_Installer": "F7D9083BF7343ACCCEEDF160A62D29DF",
|
||||
"FanControl_8_0_Installer": "C5D2D82F3C9D204D828164FA1794D7D2",
|
||||
"Updater": "82745C6CC3D8598898AA2CE81A8DFF2E"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user