Recovered from the older tannerjc.net wiki snapshot dated January 23, 2016.

Resizing

Real VNC server 4.4 includes support for Xrandr, which allows resizing the VNC. Start the server with:

vncserver -geometry 1600x1200 -randr 1600x1200,1440x900,1024x768

Then resize with:

xrandr -s 1600x1200 xrandr -s 1440x900 xrandr -s 1024x768