Changeset 309


Ignore:
Timestamp:
Mar 29, 2008, 11:54:58 AM (16 years ago)
Author:
price
Message:

move framebuffer tip to /help page

Location:
trunk/packages/sipb-xen-www/code
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/packages/sipb-xen-www/code/main.py

    r266 r309  
    446446Quotas are determined on a per-locker basis.  Each quota may have a
    447447maximum of 512 megabytes of active ram, 50 gigabytes of disk, and 4
    448 active machines."""
     448active machines.""",
     449                        console="""
     450<strong>Framebuffer:</strong> At a Linux boot prompt in your VM, try
     451setting <tt>fb=false</tt> to disable the framebuffer.  If you don't,
     452your machine will run just fine, but the applet's display of the
     453console will suffer artifacts.
     454"""
    449455                   )
    450456   
  • trunk/packages/sipb-xen-www/code/templates/vnc.tmpl

    r285 r309  
    77
    88#def body
    9 <h1>Console</h1>
     9<h1>Console to ${machine.name}</h1>
    1010#if not $on
    1111<p> Your machine appears to be off.</p>
     
    1313<p> Your machine appears to not be accepting VNC connections. Perhaps you have a ParaVM machine?</p>
    1414#end if
    15 <p>Here is a console to ${machine.name}.</p>
     15<p>See <a href="help?subject=console">tips</a> about framebuffer and other issues.</p>
    1616<APPLET CODE="VncViewer.class" ARCHIVE="https://$hostname:446/static/VncViewer.jar"
    1717        WIDTH="100%" HEIGHT="1000">
     
    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>
    26 #*
    27 java VncViewer HOST black-mesa PORT 10003 VMNAME tabbott_test AUTHTOKEN quentin SocketFactory VNCProxyConnectSocketFactory
    28 *#
    2925#end def
Note: See TracChangeset for help on using the changeset viewer.