From 66a4a0bab62d10c66386c1f879a606366c5aea99 Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Mon, 7 Dec 2009 16:22:07 -0800 Subject: doc: document MENU RESOLUTION Signed-off-by: H. Peter Anvin --- doc/menu.txt | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/doc/menu.txt b/doc/menu.txt index 97e172fc..e1601249 100644 --- a/doc/menu.txt +++ b/doc/menu.txt @@ -203,12 +203,24 @@ MENU MASTER PASSWD passwd work. +MENU RESOLUTION height width + + Requests a specific screen resolution when in graphics mode. + The default is "640 480" corresponding to a resolution of + 640x480 pixels, which all VGA-compatible monitors should be + able to display. + + If the selected resolution is unavailable, the text mode menu + is displayed instead. + + MENU BACKGROUND background For vesamenu.c32, sets the background image. The background can either be a color (see MENU COLOR) or the name of an image - file, which should be 640x480 pixels and either in PNG or JPEG - format. + file, which should be the size of the screen (normally 640x480 + pixels, but see MENU RESOLUTION) and either in PNG, JPEG or + LSS16 format. MENU BEGIN [tagname] -- cgit v1.2.1