mirror of
https://github.com/Rem0o/FanControl.Releases.git
synced 2026-01-12 16:08:30 -05:00
Compare commits
11 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4574c1fd6b | ||
|
|
953576fff6 | ||
|
|
1e1c5d3a83 | ||
|
|
4450bd85ef | ||
|
|
6a53034630 | ||
|
|
e8fb96a4e6 | ||
|
|
e33bf82078 | ||
|
|
6d2c3b5600 | ||
|
|
3d146cb242 | ||
|
|
fee5a258fe | ||
|
|
8f53db23a9 |
BIN
FanControl.zip
BIN
FanControl.zip
Binary file not shown.
@@ -18,6 +18,8 @@
|
||||
|
||||
## WARNING
|
||||
|
||||
As of 09/04/2025, Winring0 (FanControl.sys) flagged as [Trojan:Win32/Vigorf.A](https://github.com/Rem0o/FanControl.Releases/issues/3410#issuecomment-3254057373) by Windows Defender
|
||||
|
||||
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).
|
||||
|
||||
@@ -100,6 +102,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)
|
||||
@@ -117,9 +120,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": 229,
|
||||
"Message": "- UI tweaks\r\n- rollback to 4.8 requirement from 4.8.1\r\n- ADLX (AMD GPU) memory temp support\r\n- Option to allow missing sensor in Mix custom sensor\r\n- Update LibreHardwareMonitorLib",
|
||||
"Number": 235,
|
||||
"Message": "- Allow side-loading a different version of LibreHardwareMonitorLib placed in the Plugins folder\r\n- Trigger fan curve now has response time \"up\" and \"down\"\r\n- Trim serialization for json config files to make them smaller. ***WILL TRIGGER SAVE PROMPT, HIT SAVE***\r\n- Tray icons nickname update bugfix\r\n- Update LibreHardwareMonitorLib",
|
||||
"Checksums": {
|
||||
"FanControl_4_8": "F223C5E980A1840FC2B428E59A43E125",
|
||||
"FanControl_8_0": "069C87982AFC84B58355B7D5C5D86B25",
|
||||
"FanControl_4_8_Installer": "0BD262CB6C0D0501DA0EDFCC5EF6794F",
|
||||
"FanControl_8_0_Installer": "3E73FFDEB58538CB9489D703852F2185",
|
||||
"FanControl_4_8": "70D180F8A244CF0B5AB26548517B0A03",
|
||||
"FanControl_8_0": "C46358726EE9CBF007E43AC6F5F75EBF",
|
||||
"FanControl_4_8_Installer": "643FE3ACAE019F610D7C20C1848EE09D",
|
||||
"FanControl_8_0_Installer": "7283D1FF8250D84DF037BA916C8CFF5D",
|
||||
"Updater": "82745C6CC3D8598898AA2CE81A8DFF2E"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user