diff --git a/system_files/desktop/shared/usr/etc/default/steamos-nested-desktop b/system_files/desktop/shared/usr/etc/default/steamos-nested-desktop index 5f1cedd2..7e7fb350 100644 --- a/system_files/desktop/shared/usr/etc/default/steamos-nested-desktop +++ b/system_files/desktop/shared/usr/etc/default/steamos-nested-desktop @@ -8,7 +8,7 @@ case "$(cat /sys/devices/virtual/dmi/id/product_name)" in "Jupiter" | "Galileo" | "AYANEO GEEK" | "G1619-05") STEAMOS_NESTED_DESKTOP_WIDTH=1280 STEAMOS_NESTED_DESKTOP_HEIGHT=800 ;; - "ROG Ally RC71L_RC71L" | "G1618-04" | "G1617-01" | "Loki Max") + "ROG Ally RC71L_RC71L" | "ROG Ally RC71L" | "G1618-04" | "G1617-01" | "Loki Max") STEAMOS_NESTED_DESKTOP_WIDTH=1920 STEAMOS_NESTED_DESKTOP_HEIGHT=1080 ;; "AYANEO 2" | "AYANEO 2S" | "AOKZOE A1 AR07" | "G1619-04" | "AIR Plus") diff --git a/system_files/desktop/shared/usr/libexec/hardware/hhd-supported-hardware b/system_files/desktop/shared/usr/libexec/hardware/hhd-supported-hardware index 21005aaa..cbd9bfed 100755 --- a/system_files/desktop/shared/usr/libexec/hardware/hhd-supported-hardware +++ b/system_files/desktop/shared/usr/libexec/hardware/hhd-supported-hardware @@ -1,7 +1,7 @@ #!/usr/bin/bash # Returns true for hardware that is supported by HHD SYS_ID="$(cat /sys/devices/virtual/dmi/id/product_name)" -if [[ ":ROG Ally RC71L_RC71L:83E1:G1618-04:G1617-01:G1619-05:AIR Plus:AYANEO GEEK:AYANEO 2:AYANEO 2S:AOKZOE A1 AR07:G1619-04:Win600:Loki Max:" =~ ":$SYS_ID:" ]]; then +if [[ ":ROG Ally RC71L_RC71L:ROG Ally RC71L:83E1:G1618-04:G1617-01:G1619-05:AIR Plus:AYANEO GEEK:AYANEO 2:AYANEO 2S:AOKZOE A1 AR07:G1619-04:Win600:Loki Max:" =~ ":$SYS_ID:" ]]; then exit 0 else exit 1 diff --git a/system_files/desktop/shared/usr/libexec/hardware/rotation-fix-hardware b/system_files/desktop/shared/usr/libexec/hardware/rotation-fix-hardware index 696464b3..3d93409b 100755 --- a/system_files/desktop/shared/usr/libexec/hardware/rotation-fix-hardware +++ b/system_files/desktop/shared/usr/libexec/hardware/rotation-fix-hardware @@ -1,7 +1,7 @@ #!/usr/bin/bash # Returns true for hardware that needs a rotation fix in KDE SYS_ID="$(cat /sys/devices/virtual/dmi/id/product_name)" -if [[ ":ROG Ally RC71L_RC71L:83E1:Loki Max:G1618-04:" =~ ":$SYS_ID:" ]]; then +if [[ ":ROG Ally RC71L_RC71L:ROG Ally RC71L:83E1:Loki Max:G1618-04:" =~ ":$SYS_ID:" ]]; then exit 0 else exit 1 diff --git a/system_files/desktop/shared/usr/libexec/hardware/simpledeckytdp-supported-hardware b/system_files/desktop/shared/usr/libexec/hardware/simpledeckytdp-supported-hardware index f7a47c8d..2c1de909 100755 --- a/system_files/desktop/shared/usr/libexec/hardware/simpledeckytdp-supported-hardware +++ b/system_files/desktop/shared/usr/libexec/hardware/simpledeckytdp-supported-hardware @@ -1,7 +1,7 @@ #!/usr/bin/bash # Returns true for hardware that is supported by SimpleDeckyTDP SYS_ID="$(cat /sys/devices/virtual/dmi/id/product_name)" -if [[ ":ROG Ally RC71L_RC71L:83E1:G1618-04:G1617-01:G1619-05:AIR Plus:" =~ ":$SYS_ID:" ]]; then +if [[ ":ROG Ally RC71L_RC71L:ROG Ally RC71L:83E1:G1618-04:G1617-01:G1619-05:AIR Plus:" =~ ":$SYS_ID:" ]]; then exit 0 else exit 1