From 6ca9fc05c3d884e4eeda1dc1f4e0e7a88ce032f8 Mon Sep 17 00:00:00 2001 From: Niki Roo Date: Fri, 28 Feb 2025 12:50:47 +0100 Subject: [PATCH] SteamDeck add info game mode --- Tech/SteamDeck/game-mode.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Tech/SteamDeck/game-mode.md b/Tech/SteamDeck/game-mode.md index 73145db..137322b 100644 --- a/Tech/SteamDeck/game-mode.md +++ b/Tech/SteamDeck/game-mode.md @@ -1,5 +1,12 @@ # Game Mode +## Option 1 + +unset LD_PRELOAD +exec startplasma-wayland --xwayland --x11-display $DISPLAY --no-lockscreen --width 1280 --height 800 -- plasma_session + +## Option 2 + I don't know if you still need help with this but maybe someone else does. Konsole is a Qt application so it uses the standard Qt command line options to set window geometry: LD_PRELOAD=${LD_PRELOAD/_32/_64} QT_SCALE_FACTOR=1.25 %command% --fullscreen --notransparency --new-tab --hide-menubar --qwindowgeometry 1024x640 -- 2.27.0