File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
system_files/desktop/shared/usr/bin Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ BASE_IMAGE_NAME=$(jq -r '."base-image-name"' < $IMAGE_INFO)
77FEDORA_VERSION=$( jq -r ' ."fedora-version"' < $IMAGE_INFO )
88
99# SCRIPT VERSION
10- HWS_VER=17
10+ HWS_VER=18
1111HWS_VER_FILE=" /etc/bazzite/hws_version"
1212HWS_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
131135fi
132136
133137if [[ " :ROG Ally RC71L_RC71L:AYANEO GEEK:AYANEO 2:AYANEO 2S:AOKZOE A1 AR07:G1618-04:G1619-04:83E1:" =~ " :$SYS_ID :" ]]; then
You can’t perform that action at this time.
0 commit comments