kernel still breaking. updated name which may have been issue

This commit is contained in:
tumillanino
2026-04-09 15:58:55 +10:00
parent 1c59f8a718
commit c6ffa3591f
155 changed files with 6219 additions and 1 deletions

View File

@@ -0,0 +1,10 @@
# AMDPC setup in one go
solarpowered-ex-setup:
sudo systemctl enable --now b550-suspend-fix.service
rpm-ostree kargs \
--append-if-missing=amd_pstate=active \
--append-if-missing=$(printf 'amdgpu.ppfeaturemask=0x%x\n' "$(($(cat /sys/module/amdgpu/parameters/ppfeaturemask) | 0x4000))") \
--append-if-missing="sysrq_always_enabled=1" \
--append-if-missing="page_alloc.shuffle=1" \
--append-if-missing="hid_apple.fnmode=0"
echo 'Remember to reboot!'