From 8df6a37fc1d42b389b8b6adefb5bec25d83d65b4 Mon Sep 17 00:00:00 2001 From: Adnan Hodzic Date: Sun, 9 Aug 2020 22:06:12 +0200 Subject: [PATCH] added ARM support + fedora cgroups v2 workaround --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e88d6f3..48bf88a 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Please note: this tool doesn't conflict and [works great in tandem with TLP](htt #### Supported architectures and devices -Currently supported devices must have an Intel or AMD CPU's. This tool was developed to improve performance and battery life on laptops, but running it on desktop/servers (to lower power consumption) should also be possible. +Supported devices must have an Intel, AMD or ARM CPU's. This tool was developed to improve performance and battery life on laptops, but running it on desktop/servers (to lower power consumption) should also be possible. ## Features @@ -47,7 +47,10 @@ auto-cpufreq is available on [snap store](https://snapcraft.io/auto-cpufreq), or sudo snap install auto-cpufreq ``` -**Please note:** once [snapd](https://snapcraft.io/docs/installing-snapd) is installed, your `snap version` version must be >= 2.44 for `auto-cpufreq` to fully work due to [recent snapd changes](https://github.com/snapcore/snapd/pull/8127). +**Please note:** +* Make sure [snapd](https://snapcraft.io/docs/installing-snapd) is installed and `snap version` version is >= 2.44 for `auto-cpufreq` to fully work due to [recent snapd changes](https://github.com/snapcore/snapd/pull/8127). + +* Fedora users will [encounter following error](https://twitter.com/killyourfm/status/1291697985236144130). Due to `cgroups v2` [being in development](https://github.com/snapcore/snapd/pull/7825). This problem can be resolved by either running `sudo snap run auto-cpufreq` after snap installation. Or using [auto-cpufreq-installer](https://github.com/AdnanHodzic/auto-cpufreq/#auto-cpufreq-installer) which doesn't have this issue. ### auto-cpufreq-installer