diff --git a/usr/share/gamescope-session-plus/device-quirks b/usr/share/gamescope-session-plus/device-quirks index cc9a07b..0f4e2f2 100644 --- a/usr/share/gamescope-session-plus/device-quirks +++ b/usr/share/gamescope-session-plus/device-quirks @@ -96,8 +96,8 @@ fi # AYN Loki Devices AYN_LIST="Loki Max:Loki Zero:Loki MiniPro" if [[ ":$AYN_LIST:" =~ ":$SYS_ID:" ]]; then - # Dependent on a special --force-external-orientation option in gamescope - if ( gamescope --help 2>&1 | grep -e "--force-external-orientation" > /dev/null ) ; then + # Dependent on a special --force-orientation option in gamescope + if ( gamescope --help 2>&1 | grep -e "--force-orientation" > /dev/null ) ; then export GAMESCOPECMD="/usr/bin/gamescope \ -e \ --generate-drm-mode fixed \ @@ -106,8 +106,7 @@ if [[ ":$AYN_LIST:" =~ ":$SYS_ID:" ]]; then --default-touch-mode 4 \ --hide-cursor-delay 3000 \ --fade-out-duration 200 \ - --force-panel-type external \ - --force-external-orientation left " + --force-orientation left " fi # Set refresh rate range and enable refresh rate switching export STEAM_DISPLAY_REFRESH_LIMITS=40,60