Saturday, September 23, 2023
 Popular · Latest · Hot · Upcoming
3
rated 0 times [  3] [ 0]  / answers: 1 / hits: 1156  / 2 Years ago, fri, august 6, 2021, 2:33:16

When playing a 720p video file, I can hear the laptop CPU fan kick in which after a few minutes causes the video file to play back in a very choppy manner. Is it possible to stop the CPU from slowing down like this?


More From » cpu

 Answers
6

On Intel based systems, you can usually run the following as root



echo performance > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor


If you have more then one core, which is likely the case on a contemporary machine, repeat the command for each. You can find out the number of cores with



ls /sys/devices/system/cpu/ | grep cpu[0-9].



To get back to the default poower level, run



echo ondemand > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor

[#34476] Saturday, August 7, 2021, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
antoccasiona

Total Points: 430
Total Questions: 127
Total Answers: 131

Location: Netherlands
Member since Sat, Jun 26, 2021
2 Years ago
;