How do I change the size of my VNC window?The default VNC window size is 1024x768 pixles and this is set by the vncserver call. To change this default, if you use command line options to the initial server call.
e.g.
vncserver -geometry 2530x880
would create a server window that spans two monitor screen.