Ajout : option -geometry dans headlessvnc pour définir une résolution d'écran par défaut
This commit is contained in:
parent
056010442f
commit
0fbbfdc422
1 changed files with 2 additions and 1 deletions
|
@ -59,7 +59,8 @@ public_start() {
|
||||||
-localhost \
|
-localhost \
|
||||||
-alwaysshared \
|
-alwaysshared \
|
||||||
-securitytypes none \
|
-securitytypes none \
|
||||||
-nocursor
|
-nocursor \
|
||||||
|
-geometry 1600x900
|
||||||
else
|
else
|
||||||
error "The VNC server is already running!" 4
|
error "The VNC server is already running!" 4
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue