Comment 35 for bug 2026658

Revision history for this message
koba (kobako) wrote :

@Eli, is it possible to try the upstream thermald?
~~~
https://github.com/intel/thermal_daemon
~~~

after compilation is finished, run thermald in thermal_daemon foler.
~~~
sudo ./thermald --no-daemon --adaptive --loglevel=debug > thermald_adaptive_$(date %Y%m%d%H%M)
~~~
W/o adaptive
sudo ./thermald --no-daemon --loglevel=debug > thermald_adaptive_$(date %Y%m%d%H%M)
~~~