Index: trunk/web/templates/vnc.tmpl
===================================================================
--- trunk/web/templates/vnc.tmpl	(revision 280)
+++ trunk/web/templates/vnc.tmpl	(revision 281)
@@ -15,5 +15,5 @@
 <p>Here is a console to ${machine.name}.</p>
 <APPLET CODE="VncViewer.class" ARCHIVE="https://$hostname:446/static/VncViewer.jar"
-        WIDTH="100%" HEIGHT="2048">
+        WIDTH="100%" HEIGHT="450">
 <PARAM NAME="PASSWORD" VALUE="moocow">
 <PARAM NAME="PORT" VALUE="10003">
@@ -23,4 +23,5 @@
 <PARAM NAME="SocketFactory" VALUE="VNCProxyConnectSocketFactory">
 </APPLET>
+<p><strong>Tip:</strong> At a Linux boot prompt, try setting <tt>fb=false</tt> to disable the framebuffer.  If you don't, your machine will run just fine, but this applet's display of the console will suffer artifacts.</p>
 #*
 java VncViewer HOST black-mesa PORT 10003 VMNAME tabbott_test AUTHTOKEN quentin SocketFactory VNCProxyConnectSocketFactory
