switching from cachy to bazzite kernel

This commit is contained in:
tumillanino
2026-04-09 16:33:56 +10:00
parent 3f52e6286f
commit 57fdc02539
157 changed files with 6309 additions and 7 deletions

View File

@@ -0,0 +1,18 @@
# T480s setup in one go
solarpowered-setup:
flatpak install --system flathub --noninteractive --assumeyes com.github.d4nj1.tlpui
rpm-ostree kargs \
--append-if-missing="thinkpad_acpi.fan_control=1" \
--append-if-missing="i915.enable_guc=2" \
--append-if-missing="i915.enable_fbc=1" \
--append-if-missing="sysrq_always_enabled=1" \
--append-if-missing="page_alloc.shuffle=1" \
--append-if-missing="hid_apple.fnmode=0"
sudo systemctl enable zcfan.service
sudo systemctl start python3-validity.service
sudo systemctl start open-fprintd.service
sudo systemctl enable open-fprintd-resume.service open-fprintd-suspend.service open-fprintd.service python3-validity.service
sudo authselect enable-feature with-fingerprint
sudo authselect apply-changes
sudo authselect current
echo 'Remember to reboot!'