removed ncache
This commit is contained in:
parent
53e4ec831b
commit
6f2e6f067c
2 changed files with 9 additions and 1 deletions
8
Readme.md
Normal file
8
Readme.md
Normal file
|
@ -0,0 +1,8 @@
|
|||
# About
|
||||
x11vnc on alpine linux
|
||||
|
||||
# Usage
|
||||
docker run -d -p 5900:5900 danielguerra/alpine-vnc
|
||||
|
||||
After this use vnc-client to connect to your alpine.
|
||||
Right click shows the menu
|
|
@ -8,7 +8,7 @@ user=alpine
|
|||
priority=100
|
||||
|
||||
[program:x11vnc]
|
||||
command=/usr/bin/x11vnc -xkb -ncache 10 -display :1 -nopw -wait 5 -shared -permitfiletransfer -tightfilexfer
|
||||
command=/usr/bin/x11vnc -xkb -noxrecord -noxfixes -noxdamage -display :1 -nopw -wait 5 -shared -permitfiletransfer -tightfilexfer
|
||||
user=alpine
|
||||
autorestart=true
|
||||
priority=200
|
||||
|
|
Loading…
Reference in a new issue