Changed README text
This commit is contained in:
parent
88a5d2a45e
commit
34187d4137
16
README.md
16
README.md
@ -1,5 +1,5 @@
|
|||||||
# fanControl
|
# FanControl
|
||||||
Simple script for controlling your system fans
|
Simple script for controlling your system fans
|
||||||
|
|
||||||
Currently only works for nvidia gpu.
|
Currently only works for nvidia gpu.
|
||||||
|
|
||||||
@ -7,18 +7,18 @@ To install just clone the repo and compile the code:
|
|||||||
<code> g++ -O3 -o fanControl main.cpp</code>
|
<code> g++ -O3 -o fanControl main.cpp</code>
|
||||||
|
|
||||||
Best used with tmux and running <code> sudo ./fanControl </code>
|
Best used with tmux and running <code> sudo ./fanControl </code>
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
<h2> Setting custom fan curve </h2>
|
<h2> Setting custom fan curve </h2>
|
||||||
To make your own custom fan curve just edit "TEMP_THRESHOLD" and "FAN_SPEED".
|
To make your own custom fan curve just edit "TEMP_THRESHOLD" and "FAN_SPEED".
|
||||||
<b>Example:</b><code> TEMP_THRESHOLD[] = {30, 50, 80};
|
|
||||||
FAN_SPEEd[] = {0, 30, 50, 80};
|
<b>Example:</b>
|
||||||
|
<code> TEMP_THRESHOLD[] = {30, 50, 80};
|
||||||
|
FAN_SPEEd[] = {0, 30, 50, 80};
|
||||||
</code>
|
</code>
|
||||||
|
|
||||||
When the GPU temperature is below 30°C, the fans will not spin (0% speed).
|
When the GPU temperature is below 30°C, the fans will not spin (0% speed).
|
||||||
|
|
||||||
Once the temperature reaches 30°C or higher, the fans will spin at 30% speed.
|
Once the temperature reaches 30°C or higher, the fans will spin at 30% speed.
|
||||||
|
|
||||||
When the temperature reaches 50°C or higher, the fan speed increases to 50%.
|
When the temperature reaches 50°C or higher, the fan speed increases to 50%.
|
||||||
|
At 80°C or higher, the fans will spin at speed (80%).
|
||||||
At 80°C or higher, the fans will spin at full speed (80%).
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user