From edb15bf83c43842edd0ed2a9a1e9c8daaebb4b45 Mon Sep 17 00:00:00 2001 From: Fabio Fantoni Date: Fri, 15 Feb 2013 13:32:26 +0000 Subject: 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 Acked-by: Stefano Stabellini Committed-by: Ian Campbell --- docs/man/xl.cfg.pod.5 | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'docs') 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) +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. @@ -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 + +Selects the emulated video card (stdvga|cirrus). +The default is cirrus. =item B -- cgit v1.2.3