From 640f3152707e88cf5802774d0277a84fc8ba1b8d Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Wed, 21 Nov 2007 15:49:05 +0000 Subject: [PATCH] describe setting the mode a little more --- conf.d.BSD/syscons | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/conf.d.BSD/syscons b/conf.d.BSD/syscons index 8ea71000..9be8e35f 100644 --- a/conf.d.BSD/syscons +++ b/conf.d.BSD/syscons @@ -2,7 +2,9 @@ # Set the video mode - you should check the vidcontrol man page for valid modes # NOTE:- This will blank the screen after this command is run -#MODE="VGA_90x60" +# NOTE:- You can get more modes if you load the vesa kernel module, but this +# may require the SC_PIXEL_MODE kernel option +#MODE="VGA_80x30" # Set the keymap to "uk.iso". #KEYMAP="uk.iso"