From 7eab9c0f61303aa31824faa7686198f5bfbe2276 Mon Sep 17 00:00:00 2001 From: tiopex Date: Mon, 2 Mar 2026 08:44:52 +0100 Subject: [PATCH] AYANEO Pocket DS: fix retroarch dual-screen --- .../ROCKNIX/packages/rocknix/sources/scripts/vertical-check | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/projects/ROCKNIX/packages/rocknix/sources/scripts/vertical-check b/projects/ROCKNIX/packages/rocknix/sources/scripts/vertical-check index b6315f4c14..529d7a7c76 100644 --- a/projects/ROCKNIX/packages/rocknix/sources/scripts/vertical-check +++ b/projects/ROCKNIX/packages/rocknix/sources/scripts/vertical-check @@ -49,9 +49,9 @@ if [ "${IS_VERTICAL}" = "true" ]; then swaymsg '[title="RetroArch.*"] floating enable, fullscreen disable, resize set 640 960, move to output DSI-2, move absolute position 0 0' swaymsg 'input "1046:911:Goodix_Capacitive_TouchScreen" calibration_matrix 1 0 0 0 0.5 0.5' elif [ "${QUIRK_DEVICE}" = "AYANEO Pocket DS" ]; then - swaymsg output DSI-1 scale 1.41 - swaymsg '[title="RetroArch.*"] output DSI-1 pos 0 0, output DSI-2 pos 160 768' - swaymsg '[title="RetroArch.*"] floating enable, fullscreen disable, resize set 1024 1536, move to output DSI-1, move absolute position 160 0' + swaymsg output DSI-1 scale 1.40 + swaymsg '[title="RetroArch.*"] output DSI-1 pos 0 0, output DSI-2 power on pos 160 776' + swaymsg '[title="RetroArch.*"] floating enable, fullscreen disable, resize set 1024 1544, move to output DSI-1, move absolute position 160 0' elif [[ "${QUIRK_DEVICE}" == "Retroid Pocket 5" || "${QUIRK_DEVICE}" == "Retroid Pocket Flip2" || "${QUIRK_DEVICE}" == "Retroid Pocket Mini" || "${QUIRK_DEVICE}" == "Retroid Pocket Mini V2" ]]; then case "${QUIRK_DEVICE}" in "Retroid Pocket 5" | "Retroid Pocket Flip2")