mirror of
https://github.com/Rem0o/FanControl.Releases.git
synced 2026-01-12 16:08:30 -05:00
Compare commits
10 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4450bd85ef | ||
|
|
6a53034630 | ||
|
|
e8fb96a4e6 | ||
|
|
e33bf82078 | ||
|
|
6d2c3b5600 | ||
|
|
3d146cb242 | ||
|
|
fee5a258fe | ||
|
|
8f53db23a9 | ||
|
|
deb1a9fca7 | ||
|
|
fee4a2b049 |
BIN
FanControl.zip
BIN
FanControl.zip
Binary file not shown.
@@ -14,7 +14,7 @@
|
||||
<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
|
||||
|
||||
@@ -100,6 +100,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 +118,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": 228,
|
||||
"Message": "- UI fixes\r\n- Update LibreHardwareMonitorLib\r\n- Add documentation button in about page\r\n- Show hidden card now unchecked by default",
|
||||
"Number": 233,
|
||||
"Message": "- ADLX bugfix\r\n- Updated tray icon page\r\n- Improved refresh mechanism showing what sensors are missing",
|
||||
"Checksums": {
|
||||
"FanControl_4_8": "63C7CD4779F41165B8E0F7A6946CFB06",
|
||||
"FanControl_8_0": "8511DAAABBAE965AB876038F0EBA141E",
|
||||
"FanControl_4_8_Installer": "883DA98123DB8D6BE1BA430F8E7B47D1",
|
||||
"FanControl_8_0_Installer": "29D710DCBF851C4BCE5877242843103A",
|
||||
"FanControl_4_8": "5695EC9C96EFEC5CE0E05574F7D429DA",
|
||||
"FanControl_8_0": "D702DF585048A5361B4D1175A18674DC",
|
||||
"FanControl_4_8_Installer": "8BE4939B7895319B118EAEB90D7EA1EC",
|
||||
"FanControl_8_0_Installer": "683D4778B7AF3EDBC0DE892F65F7C6DF",
|
||||
"Updater": "82745C6CC3D8598898AA2CE81A8DFF2E"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user