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 ))