Revert "Revert "fix(deck): Correct rotation of Plymouth on Galileo""

This reverts commit 3f3593642390d35e707a2cb367edb3be9c25f925.
This commit is contained in:
Kyle Gospodnetich 2024-02-09 16:43:53 -08:00
parent a2e0df11c0
commit 9203d16852

View File

@ -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