From: Greg Price Date: Fri, 28 Mar 2008 22:21:55 +0000 (-0400) Subject: advise users to disable the framebuffer X-Git-Tag: sipb-xen-www/1~11 X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-web.git/commitdiff_plain/43c105be35eb49744112ccb6f28644d0c794585a?ds=inline advise users to disable the framebuffer It'd be great if we could avoid having to hard-code an estimate of how many pixels high the applet is. Pending that, to make the tip visible I reduced the estimate to something less conservative. svn path=/trunk/web/; revision=281 --- diff --git a/templates/vnc.tmpl b/templates/vnc.tmpl index 0feb4ff..d9fa88a 100644 --- a/templates/vnc.tmpl +++ b/templates/vnc.tmpl @@ -14,7 +14,7 @@ Console to $machine.name #end if

Here is a console to ${machine.name}.

+ WIDTH="100%" HEIGHT="450"> @@ -22,6 +22,7 @@ Console to $machine.name +

Tip: At a Linux boot prompt, try setting fb=false 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.

#* java VncViewer HOST black-mesa PORT 10003 VMNAME tabbott_test AUTHTOKEN quentin SocketFactory VNCProxyConnectSocketFactory *#