mirror of
https://github.com/Rem0o/FanControl.Releases.git
synced 2026-01-12 07:58:06 -05:00
Compare commits
15 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d76c61dccf | ||
|
|
1e1f3585f3 | ||
|
|
8cfa4d3989 | ||
|
|
67d139f90d | ||
|
|
f71e79f2eb | ||
|
|
2e7fe2365e | ||
|
|
fabe2943fa | ||
|
|
35e955c2eb | ||
|
|
cb5db02255 | ||
|
|
9f9e95128a | ||
|
|
1127c6569e | ||
|
|
a195bb7d47 | ||
|
|
38f56f5c16 | ||
|
|
035982367f | ||
|
|
da78e3aeaa |
BIN
FanControl.zip
BIN
FanControl.zip
Binary file not shown.
Binary file not shown.
|
Before Width: | Height: | Size: 48 KiB After Width: | Height: | Size: 48 KiB |
BIN
Images/HorizontalUI.png
Normal file
BIN
Images/HorizontalUI.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 55 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 63 KiB After Width: | Height: | Size: 68 KiB |
BIN
Images/SensorSettingsDialog.png
Normal file
BIN
Images/SensorSettingsDialog.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 26 KiB |
32
README.md
32
README.md
@@ -2,20 +2,21 @@
|
||||
|
||||
[<img src="https://www.paypalobjects.com/webstatic/mktg/logo/pp_cc_mark_37x23.jpg">](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=N4JPSTUQHRJM8¤cy_code=USD&source=url&item_name=Fan+Control)
|
||||
##
|
||||
This is the release repository for Fan Control, a highly customizable fan controlling software for Windows.
|
||||
This is the release repository for Fan Control, a focused, highly customizable fan controlling software for Windows.
|
||||
|
||||
|
||||

|
||||
|
||||
## New
|
||||
|
||||
* <b>Move graph points horizontally</b>
|
||||
* <b>Reduced CPU usage by 50%</b>
|
||||
* <b> -c or --config [json config file] command line arg </b>
|
||||
* Increased max temp. to 120 C
|
||||
* Replaced numerical comboboxes with text boxes
|
||||
* Time average custom sensor ( Plus sign menu )
|
||||
* File custom sensor interface ( Plus sign menu )
|
||||
* <b> Auto fan curve (BETA): Automatically adjust speed to keep target temperature</b>
|
||||
* <b> Allow text-wrapping for long names </b>
|
||||
* Sensor settings dialog window. Activate or deactivate specific sources.
|
||||

|
||||
* Numeric textbox for graph points
|
||||
* Change windows startup delay for sensor detection issues
|
||||
* Horizontal (columns) UI option
|
||||
* -c or --config [json config file] command line arg
|
||||
* Plugin system, see [Plugins wiki](https://github.com/Rem0o/FanControl.Releases/wiki/Plugins) and
|
||||
* https://github.com/Rem0o/FanControl.HWInfo
|
||||
* https://github.com/Rem0o/FanControl.DellPlugin
|
||||
@@ -26,18 +27,23 @@ This is the release repository for Fan Control, a highly customizable fan contro
|
||||
2. Extract to the desired installation folder
|
||||
3. Start FanControl.exe
|
||||
|
||||
## Issues
|
||||
## Issues and hardware compatibility
|
||||
|
||||
* I am not the main developer for the driver portion of this software. Any issue regarding hardware compatibility should be submitted to LibreHardwareMonitor's repository.
|
||||
* 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:
|
||||
* 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 <b>working</b> 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
|
||||
* <b>Q</b>: There is no control cards / control cards are missing / control cards are not changing my fan speeds, what's the issue?
|
||||
<br><b>A</b>: See section above.
|
||||
|
||||
* <b>Q</b>: How does <b>[FAN CURVE TYPE]</b> works and what does its parameters do?
|
||||
<br><b>A</b>: Click on its card's icon at the top left, a dialog will tell you.
|
||||
* <b>Q</b>: Does it run on my OS?
|
||||
<br><b>A</b>: If your OS is Windows 10, yes.
|
||||
* <b>Q</b>: There is no control cards / control cards are missing / control cards are not changing my fan speeds, what's the issue?
|
||||
<br><b>A</b>: Your motherboard's SuperIO chip is not supported / badly supported, see the [Issues](#issues) section.
|
||||
<br><b>A</b>: If your OS is Windows 10 <b> Or 11</b>, yes.
|
||||
|
||||
## Features
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{
|
||||
"Number": 91,
|
||||
"Message": "- Update LHM: Improved AMD GPU support"
|
||||
"Number": 100,
|
||||
"Message": "- Auto fan-curve (BETA): Changed parameters names to better reflect their usage. \r\n- Bug fixes"
|
||||
}
|
||||
Reference in New Issue
Block a user