From 6b9c334b696fd4a01c9d2e237efda7c5dc3de7e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pasi=20K=C3=A4rkk=C3=A4inen?= Date: Mon, 3 Sep 2012 11:22:02 +0100 Subject: xl.cfg: videoram and stdvga documentation improvements MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 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 Acked-by: Ian Campbell Committed-by: Ian Campbell --- docs/man/xl.cfg.pod.5 | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) (limited to 'docs/man') 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 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 -option (see below). The default is 8MB which is sufficient for -e.g. 1600x1200 at 32bpp. When not using the B 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) +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 @@ -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 -- cgit v1.2.3