From cfd53e12c170eb6d17d4afa728e58e757866ac98 Mon Sep 17 00:00:00 2001 From: Aleix Pol Date: Sun, 9 Jun 2024 00:09:59 +0200 Subject: [PATCH 1/2] Make sure bluetooth gets enabled Alternatively Plasma integration won't work. --- mkosi.extra/usr/lib/systemd/system-preset/50-systemdos.preset | 1 + 1 file changed, 1 insertion(+) diff --git a/mkosi.extra/usr/lib/systemd/system-preset/50-systemdos.preset b/mkosi.extra/usr/lib/systemd/system-preset/50-systemdos.preset index 0f612fc..47cdb84 100644 --- a/mkosi.extra/usr/lib/systemd/system-preset/50-systemdos.preset +++ b/mkosi.extra/usr/lib/systemd/system-preset/50-systemdos.preset @@ -8,6 +8,7 @@ enable snapd.socket enable snapd.apparmor.service enable apparmor.service enable systemd-oomd.service +enable bluetooth.service enable live-user.service enable plasma-setup-live-system.service From 64a8dd8b292660728808c4b1b6fe398666610fd4 Mon Sep 17 00:00:00 2001 From: Aleix Pol Date: Sun, 9 Jun 2024 00:13:13 +0200 Subject: [PATCH 2/2] Add ddcutil It should make Powerdevil pick up DDC support which is required to control certain monitors. --- mkosi.postinst.chroot | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mkosi.postinst.chroot b/mkosi.postinst.chroot index 712c72f..ea715df 100755 --- a/mkosi.postinst.chroot +++ b/mkosi.postinst.chroot @@ -42,6 +42,8 @@ pacman --sync --noconfirm cups cups-browsed pacman --sync --noconfirm opencv # For fingerprint login pacman --sync --noconfirm fprintd +# For DDC/CI external monitors brightness; https://wiki.archlinux.org/title/backlight +pacman --sync --noconfirm ddcutil # YAY Builder # https://preciselab.io/how-to-install-yay-on-pure-archlinux-image/