mirror of
https://github.com/Rem0o/FanControl.Releases.git
synced 2026-01-11 23:48:09 -05:00
Compare commits
14 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
44fa6eb0ed | ||
|
|
92f81d67b4 | ||
|
|
8cd2910fcf | ||
|
|
5b47a10478 | ||
|
|
0a61f72d51 | ||
|
|
de3aafd60d | ||
|
|
4f605b4c96 | ||
|
|
914cad5ce0 | ||
|
|
b57173ca8e | ||
|
|
2e4c01afce | ||
|
|
1da1614894 | ||
|
|
9910600ba1 | ||
|
|
bf1d7d961d | ||
|
|
ea76429a73 |
BIN
FanControl.zip
BIN
FanControl.zip
Binary file not shown.
Binary file not shown.
|
Before Width: | Height: | Size: 12 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 23 KiB |
20
README.md
20
README.md
@@ -11,6 +11,10 @@
|
||||
[](/FanControl.zip?raw=true)
|
||||
[](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=N4JPSTUQHRJM8¤cy_code=USD&source=url&item_name=Fan+Control)
|
||||
|
||||
## Featured On
|
||||
JayzTwoCents - Everyone NEEDS this FREE piece of software... You will thank me!
|
||||
|
||||
<a href="https://www.youtube.com/watch?v=uDPKVKBMQU8"><img alt="JayzTwoCents - Everyone NEEDS this FREE piece of software... You will thank me!" src="https://i.ytimg.com/vi/uDPKVKBMQU8/hq720.jpg?sqp=-oaymwEcCNAFEJQDSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLDpjcuKgjSlSO8bZt8bcG4eKoRB4Q" width="350" /></a>
|
||||
|
||||
## Main features
|
||||
|
||||
@@ -26,11 +30,11 @@
|
||||

|
||||
|
||||
## New
|
||||
* __(NEW) Opt-out of update popup for a specific version__
|
||||
* Configurable temperature range for graphs
|
||||
* Decimal support in graphs
|
||||
* Nickname any temperature sensor from the sensor settings dialog
|
||||
* Auto fan curve (BETA): Automatically adjust speed to keep target temperature
|
||||
* Sensor settings dialog window. Activate or deactivate specific sources.
|
||||
|
||||
## Installation
|
||||
|
||||
@@ -51,18 +55,22 @@ Some examples (notify me if I'm missing some):
|
||||
|
||||
## Issues and hardware compatibility
|
||||
|
||||
* I am not the main developer for the driver/backend portion of this software. Fan Control is basically a UI on top of existing hardware libraries. Any issue regarding hardware compatibility entirely depends on:
|
||||
* I am not the main developer for the driver/backend portion of this software. Fan Control is basically a UI on top of existing hardware libraries. Any issue regarding hardware compatibility entirely depends on the following projects. If you can't contribute meaningfully with a branch/PR, don't pollute their issue page with "XXXXX doesn't work". The hardware is needed for testing. If a dev has interest in that project, is browsing it, has your specific hardware AND the knowledge to make it work, that dev won't be looking for your issue, he'll just raise a PR.
|
||||
* https://github.com/LibreHardwareMonitor/LibreHardwareMonitor
|
||||
* https://github.com/falahati/NvAPIWrapper
|
||||
|
||||
* Please only open issues for the software itself, UI, feature request and so on.
|
||||
* If you do have a hardware compatibility request and you can provide a __working__ sample of code that can be used in .NET, like with a [Plugin](https://github.com/Rem0o/FanControl.Releases/wiki/Plugins), then feel free to submit that.
|
||||
* Please only open issues on this repository for the software itself, UI, feature request and so on.
|
||||
* If you do have a special hardware compatibility request and you can provide a __working__ sample of code that can be used in .NET, like with a [Plugin](https://github.com/Rem0o/FanControl.Releases/wiki/Plugins), then feel free to submit that.
|
||||
|
||||
## 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 new AMD card can't be controlled, why?
|
||||
<br>__A__: Newer AMD cards are not supported. If you can provide a working sample of code that works with these newer cards, please share!
|
||||
* __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 section above.
|
||||
<br>__A__: See __[ Issues and hardware compatibility](#issues-and-hardware-compatibility)__.
|
||||
* __Q__: How does __[FAN CURVE TYPE]__ works and what does its parameters do?
|
||||
<br>__A__: Click on its card's icon at the top left, a dialog will tell you.
|
||||
* __Q__: Does it run on my OS?
|
||||
@@ -74,7 +82,7 @@ Some examples (notify me if I'm missing some):
|
||||
* Linear : Temperature based linear function
|
||||
* Graph : Temperature based custom curve
|
||||
* Target: Temperature based that holds speed until target temperature is reached
|
||||
* Mix : Use two different curves and apply a mix function (Min, Max, Sum, Average)
|
||||
* Mix : Use two different curves and apply a mix function (Min, Max, Sum, Average, Subtract)
|
||||
* Sync : Sync to an existing control
|
||||
* Flat: Set a fixed %
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{
|
||||
"Number": 112,
|
||||
"Message": "- Auto-scroll when adding a new item \r\n- Cancel button in graph dialog \r\n- Auto-save on logout, shutdown or restart \r\n- Fixed a \"one way\" hysteresis bug \r\n- Fixed a bug allowing over 100% on Nvidia controls \r\n- Changed minus button style on numeric up/down fields \r\n- Fixed a drag and drop bug\r\n- Fixed window positioning bug \r\n- Fixed transitionary state bug for linear and graph"
|
||||
"Number": 120,
|
||||
"Message": "- Updated LibreHardwareMonitorLib \r\n- Various bug fixes"
|
||||
}
|
||||
Reference in New Issue
Block a user