diff options
author | bfox <bfox> | 2001-02-08 16:48:21 +0000 |
---|---|---|
committer | bfox <bfox> | 2001-02-08 16:48:21 +0000 |
commit | 18ae6f234f7210d238be5319c16f09445c673e80 (patch) | |
tree | 58dea64d6cdb9a59e76b5bdafba7717bab82558d /bootdisk | |
parent | 254c6364b82e1ea389c5a2764be0484a6d9d9b30 (diff) | |
download | anaconda-18ae6f234f7210d238be5319c16f09445c673e80.tar.gz anaconda-18ae6f234f7210d238be5319c16f09445c673e80.tar.xz anaconda-18ae6f234f7210d238be5319c16f09445c673e80.zip |
updated vga modes
Diffstat (limited to 'bootdisk')
-rw-r--r-- | bootdisk/i386/general.msg | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/bootdisk/i386/general.msg b/bootdisk/i386/general.msg index a5bfa2950..484a648b7 100644 --- a/bootdisk/i386/general.msg +++ b/bootdisk/i386/general.msg @@ -9,10 +9,9 @@ resolution. If you are having problems with the graphical installer, try one of the following options: - Start the installer in 640x480 resolution by typing 0flowres <ENTER>07. - Avoid using framebuffer mode by typing 0fnofb <ENTER>07. - - Specify another framebuffer resolution at the boot prompt by appending - 'vga=xxx' according to one of the following modes: - 1024x768x16bpp -> vga=791 1280x1024x16bpp -> vga=794 - 1024x768x24bpp -> vga=792 1280x1024x24bpp -> vga=795 + - Try another resolution by appending 'vga=xxx' according to these values: + 1024x768x8bpp -> vga=773 1024x768x16bpp -> vga=791 + 1280x1024x8bpp -> vga=775 1280x1024x16bpp -> vga=794 Certain hardware configurations may have trouble with the automatic hardware detection done during the installation. If you experience problems during the |