aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorFabio Fantoni <fabio.fantoni@heliman.it>2013-02-15 13:32:26 +0000
committerFabio Fantoni <fabio.fantoni@heliman.it>2013-02-15 13:32:26 +0000
commitedb15bf83c43842edd0ed2a9a1e9c8daaebb4b45 (patch)
tree2e23141337abc89fa2a9fa2411d267f322df6dc4 /docs
parent174adc2c43293029c15ea043cf124722f37f51f7 (diff)
downloadxen-edb15bf83c43842edd0ed2a9a1e9c8daaebb4b45.tar.gz
xen-edb15bf83c43842edd0ed2a9a1e9c8daaebb4b45.tar.bz2
xen-edb15bf83c43842edd0ed2a9a1e9c8daaebb4b45.zip
tools/libxl: Added vga parameter for hvm domUs
Usage: vga="stdvga"|"cirrus" - Default option is cirrus. - Prints error and exit if unknown value is passed. - stdvga parameter is now deprecated. - Updated xl.cfg man. Signed-off-by: Fabio Fantoni <fabio.fantoni@heliman.it> Acked-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com> Committed-by: Ian Campbell <ian.campbell@citrix.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/man/xl.cfg.pod.58
1 files changed, 7 insertions, 1 deletions
diff --git a/docs/man/xl.cfg.pod.5 b/docs/man/xl.cfg.pod.5
index 48e05c4a7c..66c9d9d825 100644
--- a/docs/man/xl.cfg.pod.5
+++ b/docs/man/xl.cfg.pod.5
@@ -998,7 +998,7 @@ option (see below).
The default amount of video ram for stdvga is 8MB which is sufficient
for e.g. 1600x1200 at 32bpp.
-When using the emulated Cirrus graphics card (B<stdvga=0>)
+When using the emulated Cirrus graphics card (B<vga="cirrus">)
the amount of video ram is fixed at 4MB which is sufficient
for 1024x768 at 32 bpp.
@@ -1014,6 +1014,12 @@ emulated graphics device. The default is false which means to emulate
a Cirrus Logic GD5446 VGA card. If your guest supports VBE 2.0 or
later (e.g. Windows XP onwards) then you should enable this.
stdvga supports more video ram and bigger resolutions than Cirrus.
+This option is deprecated, use vga="stdvga" instead.
+
+=item B<vga="STRING">
+
+Selects the emulated video card (stdvga|cirrus).
+The default is cirrus.
=item B<vnc=BOOLEAN>