Created
December 22, 2024 12:31
-
-
Save juunini/b52a9c3c77bfb84e343ffb51cb73fb88 to your computer and use it in GitHub Desktop.
/boot/firmware/config.txt
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # change the cooling map | |
| dtparam=fan_temp0=30000,fan_temp0_hyst=2000,fan_temp0_speed=90 | |
| dtparam=fan_temp1=32000,fan_temp1_hyst=3000,fan_temp1_speed=150 | |
| dtparam=fan_temp2=38000,fan_temp2_hyst=4000,fan_temp2_speed=200 | |
| dtparam=fan_temp3=42000,fan_temp3_hyst=5000,fan_temp3_speed=255 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment