aboutsummaryrefslogtreecommitdiffstats
path: root/docs/man/xmdomain.cfg.pod.5
diff options
context:
space:
mode:
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>2007-01-17 14:03:12 +0000
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>2007-01-17 14:03:12 +0000
commit671248b38b3bdd997b949a43ae1ceb2d412ea6e3 (patch)
treef9061ce85a95c18fbf3e1efedba7e9d913dd3e90 /docs/man/xmdomain.cfg.pod.5
parent201c511f5a11b2317070146dd5f83f1832fc45f5 (diff)
downloadxen-671248b38b3bdd997b949a43ae1ceb2d412ea6e3.tar.gz
xen-671248b38b3bdd997b949a43ae1ceb2d412ea6e3.tar.bz2
xen-671248b38b3bdd997b949a43ae1ceb2d412ea6e3.zip
Document vfb configuration.
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Diffstat (limited to 'docs/man/xmdomain.cfg.pod.5')
-rw-r--r--docs/man/xmdomain.cfg.pod.549
1 files changed, 49 insertions, 0 deletions
diff --git a/docs/man/xmdomain.cfg.pod.5 b/docs/man/xmdomain.cfg.pod.5
index 03faf68caf..6fe1da79f7 100644
--- a/docs/man/xmdomain.cfg.pod.5
+++ b/docs/man/xmdomain.cfg.pod.5
@@ -135,6 +135,55 @@ one will be randomly chosen by xen with the 00:16:3e vendor id prefix.
=back
+=item B<vfb>
+
+A virtual frame buffer stanza in the form:
+
+ vfb = [ "stanza" ]
+
+The stanza specifies a set of I<name = value> options separated by
+commas, in the form: "name1=value1, name2=value2, ..."
+
+B<OPTIONS>
+
+=over 4
+
+=item I<type>
+
+There are currently two valid options: I<vnc> starts a VNC server that
+lets you connect an external VNC viewer, and I<sdl> starts an internal
+viewer.
+
+=item I<vncdisplay>
+
+The VNC display number to use, defaults to the domain ID. The
+VNC server listens on port 5900 + display number.
+
+=item I<vnclisten>
+
+The listening address for the VNC server, default 127.0.0.1.
+
+=item I<vncunused>
+
+If non-zero, the VNC server listens on the first unused port above
+5900.
+
+=item I<vncpasswd>
+
+Overrides the XenD configured default password.
+
+=item I<display>
+
+Display to use for the internal viewer, defaults to environment
+variable I<DISPLAY>.
+
+=item I<xauthority>
+
+Authority file to use for the internal viewer, defaults to environment
+variable I<XAUTHORITY>.
+
+=back
+
=back
=head1 ADDITIONAL OPTIONS