After I have installed Ubuntu on my laptop Acer Aspire 4830TG my computer is overheating too much and working very slow. I'm guessing is that something makes my computer's CPU overwork or there's some inconsistency with something on my computer. Could you please tell how can I fix this problem?
Asked
Active
Viewed 232 times
tlp
, and another mentioned often isthermald
- both of these are available in the Ubuntu repositories, have you tried either or both? – Charles Green Jun 16 '17 at 15:46sudo apt-get install tlp thermald
will install both of them. After install, you should reboot. – Charles Green Jun 17 '17 at 17:55