From 0fbbfdc422a5be28e10f21e6cc0132db57b54f61 Mon Sep 17 00:00:00 2001 From: Hippolyte Chauvin Date: Sat, 15 Jul 2023 19:25:26 +0200 Subject: [PATCH] =?UTF-8?q?Ajout=20:=20option=20-geometry=20dans=20headles?= =?UTF-8?q?svnc=20pour=20d=C3=A9finir=20une=20r=C3=A9solution=20d'=C3=A9cr?= =?UTF-8?q?an=20par=20d=C3=A9faut?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bin/headlessvnc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/headlessvnc b/bin/headlessvnc index 2257f0f..3d8f544 100755 --- a/bin/headlessvnc +++ b/bin/headlessvnc @@ -59,7 +59,8 @@ public_start() { -localhost \ -alwaysshared \ -securitytypes none \ - -nocursor + -nocursor \ + -geometry 1600x900 else error "The VNC server is already running!" 4 fi