From 6fc7f90e43b45c4b3452ef34092a39b9b2ec4e13 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Thu, 30 Apr 2026 19:30:06 +0200 Subject: [PATCH] Revert "Try debugging F13P issue by not turning on fred there" This reverts commit f15094c9efd4cd017300a096bde101974ab2a394. --- install/config/hardware/intel/fred.sh | 4 ++-- migrations/1777546300.sh | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/install/config/hardware/intel/fred.sh b/install/config/hardware/intel/fred.sh index 91cf9e76..c25e4c79 100644 --- a/install/config/hardware/intel/fred.sh +++ b/install/config/hardware/intel/fred.sh @@ -1,9 +1,9 @@ -# Enable Flexible Return and Event Delivery on Dell XPS Panther Lake systems. +# Enable Flexible Return and Event Delivery on Intel Panther Lake. DROP_IN="/etc/limine-entry-tool.d/intel-panther-lake-fred.conf" DEFAULT_LIMINE="/etc/default/limine" -if omarchy-hw-match "XPS" && omarchy-hw-intel-ptl; then +if omarchy-hw-intel-ptl; then if [[ ! -f $DROP_IN ]] || ! grep -q 'fred=on' "$DROP_IN"; then sudo mkdir -p /etc/limine-entry-tool.d cat </dev/null diff --git a/migrations/1777546300.sh b/migrations/1777546300.sh index f96ddb91..fc40e222 100644 --- a/migrations/1777546300.sh +++ b/migrations/1777546300.sh @@ -1,8 +1,8 @@ -echo "Enable FRED on Dell XPS Panther Lake systems" +echo "Enable FRED on Intel Panther Lake systems" DEFAULT_LIMINE="/etc/default/limine" -if omarchy-hw-match "XPS" && omarchy-hw-intel-ptl && [[ -f $DEFAULT_LIMINE ]] && ! grep -q 'fred=on' "$DEFAULT_LIMINE"; then +if omarchy-hw-intel-ptl && [[ -f $DEFAULT_LIMINE ]] && ! grep -q 'fred=on' "$DEFAULT_LIMINE"; then source "$OMARCHY_PATH/install/config/hardware/intel/fred.sh" sudo limine-update