* docs/grub.texi (Simple configuration): Update GRUB_GFXMODE

documentation.
This commit is contained in:
Colin Watson 2011-03-30 10:19:08 +01:00
parent 9b300caf84
commit 421284f299
2 changed files with 4 additions and 1 deletions

View File

@ -29,3 +29,5 @@
* util/grub.d/00_header.in (GRUB_GFXMODE): Default to "auto". This
is more appropriate on a wider range of platforms than 640x480.
* docs/grub.texi (Simple configuration): Update GRUB_GFXMODE
documentation.

View File

@ -1140,7 +1140,8 @@ listed in @file{/boot/grub/video.lst}.
Set the resolution used on the @samp{gfxterm} graphical terminal. Note that
you can only use modes which your graphics card supports via VESA BIOS
Extensions (VBE), so for example native LCD panel resolutions may not be
available. The default is @samp{640x480}.
available. The default is @samp{auto}, which tries to select a preferred
resolution.
@item GRUB_BACKGROUND
Set a background image for use with the @samp{gfxterm} graphical terminal.