File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed
system_files/desktop/shared/usr/bin Expand file tree Collapse file tree 1 file changed +9
-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=14
10+ HWS_VER=15
1111HWS_VER_FILE=" /etc/bazzite/hws_version"
1212HWS_VER_RAN=$( cat $HWS_VER_FILE )
1313
@@ -94,6 +94,14 @@ if [[ ":Jupiter:" =~ ":$SYS_ID:" || ":Galileo:" =~ ":$SYS_ID:" ]]; then
9494 fi
9595fi
9696
97+ if [[ " :ROG Ally RC71L_RC71L:AYANEO GEEK:AYANEO 2:AYANEO 2S:AOKZOE A1 AR07:G1618-04:G1619-04:83E1:" =~ " :$SYS_ID :" ]]; then
98+ echo " Steam-Patch supported Handheld detected, Checking for needed karg changes"
99+
100+ if [[ ! $KARGS =~ " iomem" ]]; then
101+ NEEDED_KARGS+=(" --append-if-missing=iomem=relaxed" )
102+ fi
103+ fi
104+
97105if [[ $KARGS =~ " nomodeset" ]]; then
98106 echo " Removing nomodeset"
99107 NEEDED_KARGS+=(" --delete-if-present=nomodeset" )
You can’t perform that action at this time.
0 commit comments