aboutsummaryrefslogtreecommitdiffstats
path: root/tools/examples/xmexample1
diff options
context:
space:
mode:
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>2007-01-12 14:43:50 +0000
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>2007-01-12 14:43:50 +0000
commit8c8d60ad1ad1d6049778a0d439d6a1c250c8bf7b (patch)
treec7bd344af9854b47ed10b1acc4cbbd692891fca5 /tools/examples/xmexample1
parentce9e6668ac8c0c6188026d2374d15b37dee6186c (diff)
downloadxen-8c8d60ad1ad1d6049778a0d439d6a1c250c8bf7b.tar.gz
xen-8c8d60ad1ad1d6049778a0d439d6a1c250c8bf7b.tar.bz2
xen-8c8d60ad1ad1d6049778a0d439d6a1c250c8bf7b.zip
Add vfb config examples.
From: Markus Armbruster <armbru@redhat.com> Signed-off-by: Keir Fraser <keir@xensource.com>
Diffstat (limited to 'tools/examples/xmexample1')
-rw-r--r--tools/examples/xmexample134
1 files changed, 34 insertions, 0 deletions
diff --git a/tools/examples/xmexample1 b/tools/examples/xmexample1
index 741e330bfb..fc17ca84d9 100644
--- a/tools/examples/xmexample1
+++ b/tools/examples/xmexample1
@@ -66,6 +66,40 @@ vif = [ '' ]
disk = [ 'phy:hda1,hda1,w' ]
#----------------------------------------------------------------------------
+# Define frame buffer device.
+#
+# By default, no frame buffer device is configured.
+#
+# To create one using the SDL backend and sensible defaults:
+#
+# vfb = [ 'type=sdl' ]
+#
+# This uses environment variables XAUTHORITY and DISPLAY. You
+# can override that:
+#
+# vfb = [ 'type=sdl,xauthority=/home/bozo/.Xauthority,display=:1' ]
+#
+# To create one using the VNC backend and sensible defaults:
+#
+# vfb = [ 'type=vnc' ]
+#
+# The backend listens on 127.0.0.1 port 5900+N by default, where N is
+# the domain ID. You can override both address and N:
+#
+# vfb = [ 'type=vnc,vnclisten=127.0.0.1,vncdisplay=1' ]
+#
+# Or you can bind the first unused port above 5900:
+#
+# vfb = [ 'type=vnc,vnclisten=0.0.0.0,vnunused=1' ]
+#
+# You can override the password:
+#
+# vfb = [ 'type=vnc,vncpasswd=MYPASSWD' ]
+#
+# Empty password disables authentication. Defaults to the vncpasswd
+# configured in xend-config.sxp.
+
+#----------------------------------------------------------------------------
# Define to which TPM instance the user domain should communicate.
# The vtpm entry is of the form 'instance=INSTANCE,backend=DOM'
# where INSTANCE indicates the instance number of the TPM the VM