04-22-2021, 05:20 AM
(This post was last modified: 04-26-2021, 01:25 AM by Fish.
Edit Reason: Mistakes where made...
)
A small manual for noobs like me to lower the temperature values (please correct me if I made a mistake):
on mobian:
First install sysfsutils: sudo apt install sysfsutils
Check service status: systemctl status sysfsutils
Ensure the service is enabled at boot: systemctl is-enabled sysfsutils
Change the values (like the post above in millidegree Celsius), sudo password is needed:
echo -e "class/thermal/thermal_zone0/trip_point_0_temp = 45000\nclass/thermal/thermal_zone0/trip_point_1_temp = 65000\nclass/thermal/thermal_zone0/trip_point_2_temp = 90000" | sudo tee /etc/sysfs.d/throttling.conf
Restart sysfsutil: sudo systemctl restart sysfsutils
on mobian:
First install sysfsutils: sudo apt install sysfsutils
Check service status: systemctl status sysfsutils
Ensure the service is enabled at boot: systemctl is-enabled sysfsutils
Change the values (like the post above in millidegree Celsius), sudo password is needed:
echo -e "class/thermal/thermal_zone0/trip_point_0_temp = 45000\nclass/thermal/thermal_zone0/trip_point_1_temp = 65000\nclass/thermal/thermal_zone0/trip_point_2_temp = 90000" | sudo tee /etc/sysfs.d/throttling.conf
Restart sysfsutil: sudo systemctl restart sysfsutils