From 18ae6f234f7210d238be5319c16f09445c673e80 Mon Sep 17 00:00:00 2001 From: bfox Date: Thu, 8 Feb 2001 16:48:21 +0000 Subject: updated vga modes --- bootdisk/i386/general.msg | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'bootdisk') 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 07. - Avoid using framebuffer mode by typing 0fnofb 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 -- cgit