Skip to content

Commit e2be1e6

Browse files
committed
fix(deck): Correct rotation of Plymouth on Galileo
1 parent 44e780c commit e2be1e6

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

system_files/desktop/shared/usr/bin/bazzite-hardware-setup

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ BASE_IMAGE_NAME=$(jq -r '."base-image-name"' < $IMAGE_INFO)
77
FEDORA_VERSION=$(jq -r '."fedora-version"' < $IMAGE_INFO)
88

99
# SCRIPT VERSION
10-
HWS_VER=17
10+
HWS_VER=18
1111
HWS_VER_FILE="/etc/bazzite/hws_version"
1212
HWS_VER_RAN=$(cat $HWS_VER_FILE)
1313

@@ -128,6 +128,10 @@ if [[ ":Jupiter:" =~ ":$SYS_ID:" || ":Galileo:" =~ ":$SYS_ID:" ]]; then
128128
if [[ $KARGS =~ "simpledrm_platform_driver_init" ]]; then
129129
NEEDED_KARGS+=("--delete-if-present=initcall_blacklist=simpledrm_platform_driver_init")
130130
fi
131+
132+
if [[ ":Galileo:" =~ ":$SYS_ID:" ]]; then
133+
NEEDED_KARGS+=("--append-if-missing=video=eDP-1:panel_orientation=right_side_up")
134+
fi
131135
fi
132136

133137
if [[ ":ROG Ally RC71L_RC71L:AYANEO GEEK:AYANEO 2:AYANEO 2S:AOKZOE A1 AR07:G1618-04:G1619-04:83E1:" =~ ":$SYS_ID:" ]]; then

0 commit comments

Comments
 (0)