From 753885a6591b889db05a024106fd861690c0c88c Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Wed, 15 Apr 2026 15:48:35 +0200 Subject: [PATCH] Broaden the CPU boost after sleep fix to all Intel machines --- install/config/hardware/intel/resume-boost.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install/config/hardware/intel/resume-boost.sh b/install/config/hardware/intel/resume-boost.sh index 8a1f48cd..3d177cfd 100644 --- a/install/config/hardware/intel/resume-boost.sh +++ b/install/config/hardware/intel/resume-boost.sh @@ -1,8 +1,8 @@ -# Boost CPU performance for 10 seconds after resume on Panther Lake systems. +# Boost CPU performance for 10 seconds after resume on Intel systems. # The powersave governor with balance_power EPP is slow to ramp frequency # after long suspends, causing noticeable sluggishness on wake. -if omarchy-hw-intel-ptl; then +if omarchy-hw-intel; then sudo mkdir -p /usr/lib/systemd/system-sleep sudo install -m 0755 -o root -g root "$OMARCHY_PATH/default/systemd/system-sleep/resume-boost" /usr/lib/systemd/system-sleep/ fi