Fix #24 add -noxdamage to VNC
Probably related to https://wiki.archlinux.org/title/x11vnc#Session_closes_unexpectedly
This commit is contained in:
parent
4feb25e1bf
commit
ae34d22c5a
@ -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}
|
||||||
|
Loading…
Reference in New Issue
Block a user