Only apply enable_psr=0 to xps oled machines

This commit is contained in:
David Heinemeier Hansson
2026-04-15 16:17:14 +02:00
parent bf802df8bd
commit 7bfd848c93
3 changed files with 9 additions and 5 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
echo "Add xe.enable_psr=0 to CMDLINE for XPS Panther Lake systems missing it"
if omarchy-hw-match "XPS" && omarchy-hw-intel-ptl && [ -f /etc/default/limine ]; then
if omarchy-hw-dell-xps-oled && [ -f /etc/default/limine ]; then
UPDATED=false
if ! grep -q 'xe.enable_psr' /etc/default/limine; then