mirror of
https://github.com/Rem0o/FanControl.Releases.git
synced 2026-01-11 23:48:09 -05:00
Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1e1c5d3a83 | ||
|
|
4450bd85ef | ||
|
|
6a53034630 | ||
|
|
e8fb96a4e6 | ||
|
|
e33bf82078 | ||
|
|
6d2c3b5600 | ||
|
|
3d146cb242 | ||
|
|
fee5a258fe | ||
|
|
8f53db23a9 |
BIN
FanControl.zip
BIN
FanControl.zip
Binary file not shown.
@@ -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": 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": 234,
|
||||
"Message": "- ADLX bugfix\r\n- Updated tray icon page\r\n- Improved refresh mechanism showing what sensors are missing",
|
||||
"Checksums": {
|
||||
"FanControl_4_8": "F223C5E980A1840FC2B428E59A43E125",
|
||||
"FanControl_8_0": "069C87982AFC84B58355B7D5C5D86B25",
|
||||
"FanControl_4_8_Installer": "0BD262CB6C0D0501DA0EDFCC5EF6794F",
|
||||
"FanControl_8_0_Installer": "3E73FFDEB58538CB9489D703852F2185",
|
||||
"FanControl_4_8": "B14C454B1D07810456DCBE157461E049",
|
||||
"FanControl_8_0": "465CB987F821FA7E6F0FA8ABC82BCE88",
|
||||
"FanControl_4_8_Installer": "9D0FF805F7ED60B56EEB4990285057C7",
|
||||
"FanControl_8_0_Installer": "58E2E2DBF2A5A325598BC6CC9270600F",
|
||||
"Updater": "82745C6CC3D8598898AA2CE81A8DFF2E"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user