high temperature pc

Hello everyone,
I have a problem with the cooling of the CPU after a while I use the laptop the pc goes out for temperature too high.
Can you tell me how can I do to solve the problem, thanks hello
 
Make sure the ventilation holes are clean. Also make sure any fans inside still run.
 
Try running it in the foreground first:

# powerd -v -a hiadaptive -b adaptive

You should see the CPU lower its frequency in steps.

If that works, put this in /etc/rc.conf:

Code:
powerd_enable="YES"
powerd_flags="-a hiadaptive -b adaptive"

and run # /etc/rc.d/powerd start.

The flags above are what I use, see powerd(8) for options.
 
Back
Top