chore: Remove now unneeded Galileo rotation change

This commit is contained in:
Kyle Gospodnetich 2024-04-23 10:07:55 -07:00
parent e8cc088fac
commit afab9eb611

View File

@ -55,12 +55,7 @@ if [[ $IMAGE_NAME =~ "deck" && ":AOKZOE A1 AR07:" =~ ":$SYS_ID:" ]]; then
fi
fi
if [[ ":Galileo:" =~ ":$SYS_ID:" ]]; then
if [[ ! $KARGS =~ "video" ]]; then
echo "Adding panel orientation for Steam Deck OLED"
NEEDED_KARGS+=("--append-if-missing=video=eDP-1:panel_orientation=right_side_up")
fi
elif [[ ":83E1:" =~ ":$SYS_ID:" ]]; then
if [[ ":83E1:" =~ ":$SYS_ID:" ]]; then
if [[ ! $KARGS =~ "video" ]]; then
echo "Adding panel orientation for Lenovo Legion Go"
NEEDED_KARGS+=("--append-if-missing=video=eDP-1:panel_orientation=left_side_up")