Skip to content

Commit

Permalink
fix: minisforum v3 enable iomem and add waydroid-launcher resolution (#…
Browse files Browse the repository at this point in the history
…1077)

Co-authored-by: Aarron Lee <[email protected]>
  • Loading branch information
aarron-lee and aarron-lee authored May 5, 2024
1 parent 4d473e8 commit 8ff9397
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions system_files/desktop/shared/usr/etc/default/waydroid-launcher
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ case "$(cat /sys/devices/virtual/dmi/id/product_name)" in
"Win600")
WAYDROID_WIDTH=1280
WAYDROID_HEIGHT=720 ;;
"V3")
WAYDROID_WIDTH=2560
WAYDROID_HEIGHT=1600
WAYDROID_DENSITY=240 ;;
*)
WAYDROID_WIDTH=$WAYDROID_UNKNOWN_WIDTH
WAYDROID_HEIGHT=$WAYDROID_UNKNOWN_HEIGHT ;;
Expand Down
Original file line number Diff line number Diff line change
@@ -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:ROG Ally RC71L:83E1:G1618-04:G1619-04:G1617-01:G1619-05:AIR Plus:AIR:SLIDE:" =~ ":$SYS_ID:" ]]; then
if [[ ":ROG Ally RC71L_RC71L:ROG Ally RC71L:83E1:G1618-04:G1619-04:G1617-01:G1619-05:AIR Plus:AIR:SLIDE:V3:" =~ ":$SYS_ID:" ]]; then
exit 0
fi

Expand Down

0 comments on commit 8ff9397

Please sign in to comment.