From 9203d16852fab74c685a435bbf4ab8f684cbb063 Mon Sep 17 00:00:00 2001 From: Kyle Gospodnetich Date: Fri, 9 Feb 2024 16:43:53 -0800 Subject: [PATCH] Revert "Revert "fix(deck): Correct rotation of Plymouth on Galileo"" This reverts commit 3f3593642390d35e707a2cb367edb3be9c25f925. --- .../desktop/shared/usr/libexec/bazzite-hardware-setup | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/system_files/desktop/shared/usr/libexec/bazzite-hardware-setup b/system_files/desktop/shared/usr/libexec/bazzite-hardware-setup index 3155fbd9..b7e99d65 100755 --- a/system_files/desktop/shared/usr/libexec/bazzite-hardware-setup +++ b/system_files/desktop/shared/usr/libexec/bazzite-hardware-setup @@ -7,7 +7,7 @@ IMAGE_FLAVOR=$(jq -r '."image-flavor"' < $IMAGE_INFO) FEDORA_VERSION=$(jq -r '."fedora-version"' < $IMAGE_INFO) # SCRIPT VERSION -HWS_VER=31 +HWS_VER=32 HWS_VER_FILE="/etc/bazzite/hws_version" HWS_VER_RAN=$(cat $HWS_VER_FILE) @@ -130,6 +130,10 @@ if [[ $IMAGE_NAME =~ "deck" && ":AOKZOE A1 AR07:" =~ ":$SYS_ID:" ]]; then if [[ ! $KARGS =~ "drm.edid_firmware" ]]; then NEEDED_KARGS+=("--append-if-missing=drm.edid_firmware=eDP-1:edid/aokzoea1ar07_edid.bin") fi + + if [[ ":Galileo:" =~ ":$SYS_ID:" ]]; then + NEEDED_KARGS+=("--append-if-missing=video=eDP-1:panel_orientation=right_side_up") + fi fi if [[ ":83E1:" =~ ":$SYS_ID:" ]]; then