From ae34d22c5a57ef4342c946dfd5f22d8f6bc497aa Mon Sep 17 00:00:00 2001 From: Eduardo Ochetski Hellas Date: Fri, 3 May 2024 22:32:55 -0300 Subject: [PATCH] Fix #24 add -noxdamage to VNC Probably related to https://wiki.archlinux.org/title/x11vnc#Session_closes_unexpectedly --- docker-compose-steam.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docker-compose-steam.yml b/docker-compose-steam.yml index 3f3649f..fcb7eb9 100644 --- a/docker-compose-steam.yml +++ b/docker-compose-steam.yml @@ -20,7 +20,8 @@ services: - VNC_PASSWORD=insecure - DISPLAY_HEIGHT=900 - DISPLAY_WIDTH=1200 - + - X11VNC_EXTRA_OPTS=-noxdamage -reopen -forever + # Always On Server mod ## Removing this will probably defeat the point of ever using this? - ENABLE_ALWAYSONSERVER_MOD=${ENABLE_ALWAYSONSERVER_MOD-true}