diff options
Diffstat (limited to 'conf.d.BSD')
-rw-r--r-- | conf.d.BSD/syscons | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/conf.d.BSD/syscons b/conf.d.BSD/syscons index 14200d39..8ea71000 100644 --- a/conf.d.BSD/syscons +++ b/conf.d.BSD/syscons @@ -1,5 +1,9 @@ # Example syscons config file. This is the place to set things like keymap, etc. +# 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" + # Set the keymap to "uk.iso". #KEYMAP="uk.iso" |