Thermald: Difference between revisions

From wikinotes
(Created page with "daemon that tries to prevent overheating of intel cpus. = Install = <blockquote> <syntaxhighlight lang="bash"> pacman -S thermald </syntaxhighlight> <syntaxhighlight lang="b...")
 
No edit summary
Line 1: Line 1:
daemon that tries to prevent overheating of intel cpus.
Intel tool that monitors and tries to prevent overheating on their cpus.
 
= Documentation =
<blockquote>
{| class="wikitable"
|-
| <code>man thermald</code> || https://man.archlinux.org/man/community/thermald/thermald.8.en
|-
| <code>man thermald-conf.xml</code> ||  https://man.archlinux.org/man/community/thermald-conf.xml/thermald.5.en
|}
</blockquote><!-- Documentation -->


= Install =
= Install =

Revision as of 16:02, 7 March 2022

Intel tool that monitors and tries to prevent overheating on their cpus.

Documentation

man thermald https://man.archlinux.org/man/community/thermald/thermald.8.en
man thermald-conf.xml https://man.archlinux.org/man/community/thermald-conf.xml/thermald.5.en

Install

pacman -S thermald
systemctl enable --now thermald