From a2646f9718ec5843fc99e2c69f5875af78e100f3 Mon Sep 17 00:00:00 2001 From: christian Date: Fri, 1 Oct 2021 21:52:13 +0200 Subject: [PATCH] further readme update --- AutismBotIngame/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/AutismBotIngame/README.md b/AutismBotIngame/README.md index df21341a..2d6ddced 100644 --- a/AutismBotIngame/README.md +++ b/AutismBotIngame/README.md @@ -28,6 +28,8 @@ once logged in steam can run actively for months without requiring restarts ## bashrc for x2go users in the users thats running a x2go session edit the .bashrc file and add the follwing (remember SDL_VIDEO_X11_VISUALID deppends on glxinfo from xterm terminal): + + if [[ $DISPLAY ]]; then echo 'SDL_VIDEO_X11_VISUALID: ' $SDL_VIDEO_X11_VISUALID export SDL_VIDEO_X11_VISUALID=0x205 @@ -36,5 +38,7 @@ if [[ $DISPLAY ]]; then fi #X2GO_NXAGENT_DEFAULT_OPTIONS="-options nx/nx,sleep=0" /etc/x2go/x2goagent.options + #keeps session as R instead of S which is needed for interaction with graphical components such as steam and CS:S +ovh: 0x205, 0x209