Enable correct xe
This commit is contained in:
@@ -3,8 +3,8 @@ 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-match "XPS" && omarchy-hw-intel-ptl && [ -f /etc/default/limine ]; then
|
||||||
UPDATED=false
|
UPDATED=false
|
||||||
|
|
||||||
if ! grep -q 'xe.enable_panel_replay' /etc/default/limine; then
|
if ! grep -q 'xe.enable_psr' /etc/default/limine; then
|
||||||
echo 'KERNEL_CMDLINE[default]+=" xe.enable_panel_replay=0"' | sudo tee -a /etc/default/limine >/dev/null
|
echo 'KERNEL_CMDLINE[default]+=" xe.enable_psr=0"' | sudo tee -a /etc/default/limine >/dev/null
|
||||||
UPDATED=true
|
UPDATED=true
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user