<div dir="ltr"><div dir="ltr">On Wed, Oct 20, 2021 at 8:10 PM Khalid Baheyeldin <<a href="mailto:kb@2bits.com">kb@2bits.com</a>> wrote:<br></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div>Hello,</div><div><br></div><div>I have an older laptop with a bad display that I use for transcoding the videos that the cheap PVR records from an antenna. <br></div><div>The laptop had 18.04 on it and worked fine.</div><div>When I upgraded to 20.04, while transcoding, it shutdown on its own, and upon rebooting, the BIOS had a notice saying it shutdown due to overheating. <br></div><div><br></div><div>Doing some searching, it turns out there is a bug in thermald. So I uninstalled thermald, and transcoding completed without issues. <br></div><div><br></div><div>However, the range where the kernel throttles the CPU is too high for my liking (95C to 105C). <br></div><div><br></div><div>Is there any way to lower these to other values? <br></div></div></blockquote></div><div><br></div><div>Following up on this after some time ... <br></div><div><br></div><div>I found a nice tool that will provide you with frequency, temperature and CPU utilization info in a text terminal. <br></div><div>The package name for Debian/Ubunut is s-tui.</div><div>You start the tool, and it will display a nice summary and 'graphs' of this data. <br></div><div><br></div><div>Here are some screenshots: <a href="https://amanusk.github.io/s-tui/">https://amanusk.github.io/s-tui/</a></div><div><br></div><div>A handy tool for servers, where there is no X.</div><div><br></div><div>The other tool that allowed me to throttle back the CPU was cpupower. <br></div><div>It is available when you install the linux-tools-generic package. <br></div><div><br></div><div>You run it as:<br></div><div><code>cpupower frequency-set --max 1820MHz</code></div><div><br></div><div>And that prevents the CPU from going over 80C (which you use s-tui to monitor, and adjust</div><div>as needed)</div><div>-- </div><div dir="ltr" class="gmail_signature">Khalid M. Baheyeldin<br><br></div></div>