Skip to content

Instantly share code, notes, and snippets.

@bartosjiri
Last active November 26, 2019 12:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bartosjiri/98d6cc6a2e509d1ac024daee063854e8 to your computer and use it in GitHub Desktop.
Save bartosjiri/98d6cc6a2e509d1ac024daee063854e8 to your computer and use it in GitHub Desktop.
Direct Manjaro CPU fan control

Direct Manjaro CPU fan control

If your CPU clock is constantly running at high frequency, consuming too much power and keeping the laptop constantly hot, consider using cpupower and mbpfan-git packages:

yaourt -S mbpfan-git cpupower
sudo systemctl enable mbpfan
sudo systemctl enable cpupower

The mbpfan-git controls fan actions while cpupower sets CPU governor to configured performance mode set in /etc/default/cpupower file:

# Define CPUs governor
governor='powersave'
@bartosjiri
Copy link
Author

Useful article with more configuration options: link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment