Compare commits

..

8 Commits
V262 ... V266

Author SHA1 Message Date
Rem0o
ee2f703099 V266 2026-04-22 09:51:24 -04:00
Rémi Mercier
17529edc5e Add Gigabyte Waterforce plugin to README 2026-04-15 18:56:22 -04:00
Rem0o
9889bd3905 V265 2026-04-13 10:47:42 -04:00
Rem0o
38b07e5092 Update README.md 2026-03-31 08:40:46 -04:00
Rem0o
ae7705becb V264 2026-03-23 10:48:44 -04:00
Rem0o
dc0ea24a83 V263 2026-03-22 12:47:52 -04:00
Rem0o
4d8c62a86e Update FUNDING.yml 2026-03-10 18:44:06 -04:00
Rem0o
c20df88541 Update README + funding 2026-03-10 18:43:20 -04:00
4 changed files with 13 additions and 7 deletions

2
.github/FUNDING.yml vendored
View File

@@ -9,4 +9,4 @@ community_bridge: # Replace with a single Community Bridge project-name e.g., cl
liberapay: # Replace with a single Liberapay username
issuehunt: # Replace with a single IssueHunt username
otechie: # Replace with a single Otechie username
custom: ["https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=N4JPSTUQHRJM8&currency_code=USD&source=url&item_name=Fan+Control"] # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']
custom: ["https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=N4JPSTUQHRJM8&currency_code=USD&source=url&item_name=Fan+Control", "https://buy.stripe.com/aFaeV75oSg0wcvhbKL0ZW00"] # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']

Binary file not shown.

View File

@@ -7,6 +7,8 @@
<p align="center">
<a href="/FanControl.zip?raw=true"><img src="https://img.shields.io/badge/Download-FanControl-green.svg?style=flat&logo=download" alt="Download"/></a>
<a href="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&currency_code=USD"><img src="https://img.shields.io/badge/Donate-PayPal-blue.svg?style=flat&logo=paypal" alt="Donate"/></a>
<a href="https://buy.stripe.com/aFaeV75oSg0wcvhbKL0ZW00"><img src="https://img.shields.io/badge/Donate-Stripe-635BFF?logo=stripe&logoColor=white" alt="Donate"/></a>
</p>
![Fan Control](Images/MainUI.png)
@@ -120,6 +122,7 @@ The plugin system lets you inject any type of sensor into FanControl. See the [P
| [FanControl.RazerCoolingPadPlugin](https://github.com/Benson5650/FanControl.RazerCoolingPadPlugin) | Razer Laptop Cooling Pad |
| [FanControl.GPDPlugin](https://github.com/chenx-dust/FanControl.GPDPlugin) | GPD devices |
| [FanControl.LenovoPlugin](https://github.com/jiarandiana0307/FanControl.LenovoPlugin) | Lenovo laptops with `Lenovo ACPI-Compliant Virtual Power Controller` |
| [FanControl.GigabyteWaterforce](https://github.com/brenoperucchi/FanControl.GigabyteWaterforce) | GIGABYTE AORUS WATERFORCE X AIO coolers — X240, X280, X360 |
## Issues and Hardware Compatibility
@@ -136,6 +139,9 @@ If you have a hardware compatibility request and can provide a **working** code
**Q: What BIOS settings work best with FanControl?**
> Avoid any "smart" fan control from your BIOS. Setting a fixed default speed (e.g. 50%) works great for most people. Also check whether your BIOS uses PWM or DC mode — one may work better depending on your setup.
**Q: Does it work on laptops?**
> Mostly no, as laptops do not interface their fans the same way desktop motherboards do. Most of them are not made to be interfaced by a 3rd party. However, if supported, a plugin may add support for a specific type of laptop. To be clear, you'll be able to install the software, but it won't find any fans or may throw errors.
**Q: My NVIDIA GPU has 3 fans but only 2 control cards show up. Why?**
> Your card only has 2 channels; multiple fans are wired to the same channel.

View File

@@ -1,11 +1,11 @@
{
"Number": 262,
"Message": "- Fix a cache loading bug\r\n- Fix tray icon tooltips\r\n- Add support for any full config path with -c or --config cli option\r\n- Update LibreHardwareMonitorLib",
"Number": 266,
"Message": "- Update LibreHardwareMonitorLib",
"Checksums": {
"FanControl_4_8": "27E4BEF5AB961DDC93B2FAF6CE6900D2",
"FanControl_10_0": "0B042EBD9C18078392B998210DFCE38A",
"FanControl_4_8_Installer": "50C4AC18A5B043B07B4005899B8E518B",
"FanControl_10_0_Installer": "306195B5092B81E883074754A4915103",
"FanControl_4_8": "093B804BFB6E7734864177D0209E0BED",
"FanControl_10_0": "3FBBF9200A1D69BBFC60D923EA1E47C1",
"FanControl_4_8_Installer": "631D2411A85DB2ECC32A339A0890ED16",
"FanControl_10_0_Installer": "F4B996AC0AC392FF8BAEB185919163DE",
"Updater": "8445CA16D4EC4D0791F71C025B56FF0C"
}
}