aboutsummaryrefslogtreecommitdiffstats
path: root/docs/man
diff options
context:
space:
mode:
authorPasi Kärkkäinen <pasik@iki.fi>2012-09-03 11:22:02 +0100
committerPasi Kärkkäinen <pasik@iki.fi>2012-09-03 11:22:02 +0100
commit6b9c334b696fd4a01c9d2e237efda7c5dc3de7e8 (patch)
treec198bd6dc772fc6f5b51052d22daa70e3324774e /docs/man
parentd5047e1a1ce16d9d00d485c563c08e6662a91fb4 (diff)
downloadxen-6b9c334b696fd4a01c9d2e237efda7c5dc3de7e8.tar.gz
xen-6b9c334b696fd4a01c9d2e237efda7c5dc3de7e8.tar.bz2
xen-6b9c334b696fd4a01c9d2e237efda7c5dc3de7e8.zip
xl.cfg: videoram and stdvga documentation improvements
- videoram: Document that only qemu-xen-traditional device-model currently supports changing the amount of video memory for stdvga graphics device. - videoram: Better document the default amount of videoram for both stdvga and Cirrus. - stdvga: Add a note that stdvga allows bigger amount of videoram and bigger resolutions. Signed-off-by: Pasi Kärkkäinen <pasik@iki.fi> Acked-by: Ian Campbell <ian.campbell@citrix.com> Committed-by: Ian Campbell <ian.campbell@citrix.com>
Diffstat (limited to 'docs/man')
-rw-r--r--docs/man/xl.cfg.pod.517
1 files changed, 13 insertions, 4 deletions
diff --git a/docs/man/xl.cfg.pod.5 b/docs/man/xl.cfg.pod.5
index e332661f73..8a0069ac82 100644
--- a/docs/man/xl.cfg.pod.5
+++ b/docs/man/xl.cfg.pod.5
@@ -740,10 +740,18 @@ in the B<VFB_SPEC_STRING> for configuring virtual frame buffer devices
Sets the amount of RAM which the emulated video card will contain,
which in turn limits the resolutions and bit depths which will be
available. This option is only available when using the B<stdvga>
-option (see below). The default is 8MB which is sufficient for
-e.g. 1600x1200 at 32bpp. When not using the B<stdvga> option the
-amount of video ram is fixed at 4MB which is sufficient for 1024x768
-at 32 bpp.
+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>)
+the amount of video ram is fixed at 4MB which is sufficient
+for 1024x768 at 32 bpp.
+
+videoram option is currently only available when using the
+qemu-xen-traditional device-model. Upstream qemu-xen device-model
+currently doesn't support changing the amount of video memory
+for the emulated graphics device.
=item B<stdvga=BOOLEAN>
@@ -751,6 +759,7 @@ Select a standard VGA card with VBE (VESA BIOS Extensions) as the
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.
=item B<vnc=BOOLEAN>