From b7be265ccbce9ed16e6cde90a1488910c4123f67 Mon Sep 17 00:00:00 2001 From: ville rantanen Date: Mon, 2 Sep 2013 14:05:53 +0300 Subject: [PATCH] more resolutions --- vncs | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/vncs b/vncs index c5fcbc9..90620e9 100755 --- a/vncs +++ b/vncs @@ -2,7 +2,19 @@ dn=$( echo $UID | sed 's/.*\(....\)$/\1/' ) -vncserver :$dn -depth 24 -geometry 1024x768 -geometry 800x600 -geometry 1366x768 -geometry 1280x1024 -geometry 1680x1050 -geometry 1280x720 +vncserver :$dn -depth 24 \ + -geometry 800x600 \ + -geometry 1024x768 \ + -geometry 1280x1024 \ + -geometry 1600x1200 \ + -geometry 1280x720 \ + -geometry 1366x768 \ + -geometry 1440x900 \ + -geometry 1680x1050 \ + -geometry 1920x1080 \ + -geometry 1920x1200 \ + -geometry 2560x1440 \ + -geometry 2560x1600 echo "Kill with vnckill" echo "use vncdisp to change resolution" echo Your VNC connection port is $HOSTNAME:$(( 5900 + $dn ))