Changeset 281


Ignore:
Timestamp:
Mar 28, 2008, 6:21:55 PM (16 years ago)
Author:
price
Message:

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.

Location:
trunk/web/templates
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/web/templates

    • Property svn:ignore
      •  

        old new  
        11*.py
        22*.pyc
         3*.py.bak
  • trunk/web/templates/vnc.tmpl

    r267 r281  
    1515<p>Here is a console to ${machine.name}.</p>
    1616<APPLET CODE="VncViewer.class" ARCHIVE="https://$hostname:446/static/VncViewer.jar"
    17         WIDTH="100%" HEIGHT="2048">
     17        WIDTH="100%" HEIGHT="450">
    1818<PARAM NAME="PASSWORD" VALUE="moocow">
    1919<PARAM NAME="PORT" VALUE="10003">
     
    2323<PARAM NAME="SocketFactory" VALUE="VNCProxyConnectSocketFactory">
    2424</APPLET>
     25<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>
    2526#*
    2627java VncViewer HOST black-mesa PORT 10003 VMNAME tabbott_test AUTHTOKEN quentin SocketFactory VNCProxyConnectSocketFactory
Note: See TracChangeset for help on using the changeset viewer.