Fix #24 add -noxdamage to VNC

Probably related to https://wiki.archlinux.org/title/x11vnc#Session_closes_unexpectedly
This commit is contained in:
Eduardo Ochetski Hellas 2024-05-03 22:32:55 -03:00 committed by GitHub
parent 4feb25e1bf
commit ae34d22c5a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -20,7 +20,8 @@ services:
- VNC_PASSWORD=insecure - VNC_PASSWORD=insecure
- DISPLAY_HEIGHT=900 - DISPLAY_HEIGHT=900
- DISPLAY_WIDTH=1200 - DISPLAY_WIDTH=1200
- X11VNC_EXTRA_OPTS=-noxdamage -reopen -forever
# Always On Server mod # Always On Server mod
## Removing this will probably defeat the point of ever using this? ## Removing this will probably defeat the point of ever using this?
- ENABLE_ALWAYSONSERVER_MOD=${ENABLE_ALWAYSONSERVER_MOD-true} - ENABLE_ALWAYSONSERVER_MOD=${ENABLE_ALWAYSONSERVER_MOD-true}