Update several guides

This commit is contained in:
ItsDrike 2025-08-28 15:43:24 +02:00
parent ce9413777b
commit 4e89803237
Signed by: ItsDrike
GPG key ID: FA2745890B7048C0
6 changed files with 97 additions and 44 deletions

View file

@ -132,6 +132,16 @@ pacman -S power-profiles-daemon
systemctl enable --now power-profiles-daemon
```
> [!NOTE]
> Depending on where in the installation process you are, when setting this up,
> your system might not yet have the `python-gobject` package, which is an
> optional dependency of `power-profiles-daemon`. If you've already set up a
> graphical environment, you will almost certainly have this pacakge brought in
> by some other pakcage that has a hard-dependency on it, however, if you do
> not, running `powerprofilesctl` will produce a `ModuleNotFound` python error.
> If this happens to you, you can simply run `pacman -S --asdep
> python-gobject`, to bring this package in.
### Setting power profile manually
To try things out, you can set the power profile manually, using
@ -252,9 +262,6 @@ systemctl daemon-reload # make systemd aware of the new service
systemctl enable --now power-profiles-monitor
```
> [!TIP]
> You may have noticed that the script
## TLP
> [!IMPORTANT]