diff options
author | sos <sos@FreeBSD.org> | 1998-09-15 18:16:39 +0000 |
---|---|---|
committer | sos <sos@FreeBSD.org> | 1998-09-15 18:16:39 +0000 |
commit | 653c2af6aea50955f84c98c164cfd99edb197426 (patch) | |
tree | 0a8dfaf5cfe4668ea247fe425c8b3d1a87f595d6 /sys/i386/conf/LINT | |
parent | 9a318dd66f83207c7abcee476e380d062939ea19 (diff) | |
download | FreeBSD-src-653c2af6aea50955f84c98c164cfd99edb197426.zip FreeBSD-src-653c2af6aea50955f84c98c164cfd99edb197426.tar.gz |
Add VESA support to syscons.
Kazu writes:
The VESA support code requires vm86 support. Make sure your kernel
configuration file has the following line.
options "VM86"
If you want to statically link the VESA support code to the kernel,
add the following option to the kernel configuration file.
options "VESA"
The vidcontrol command now accepts the following video mode names:
VESA_132x25, VESA_132x43, VESA_132x50, VESA_132x60, VESA_800x600
The VESA_800x600 mode is a raster display mode. The 80x25 text will
be displayed on the 800x600 screen. Useful for some laptop computers.
vidcontrol accepts the new `-i <info>' option, where <info> must be
either `adapter' or `mode'. When the `-i adapter' option is given,
vidcontrol will print basic information (not much) on the video
adapter. When the `-i mode' option is specified, vidcontrol will
list video modes which are actually supported by the video adapter.
Submitted by: Kazutaka YOKOTA yokota@FreeBSD.ORG
Diffstat (limited to 'sys/i386/conf/LINT')
-rw-r--r-- | sys/i386/conf/LINT | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT index 2d8c4a8..8b20f86 100644 --- a/sys/i386/conf/LINT +++ b/sys/i386/conf/LINT @@ -2,7 +2,7 @@ # LINT -- config file for checking all the sources, tries to pull in # as much of the source tree as it can. # -# $Id: LINT,v 1.464 1998/09/15 10:01:13 gibbs Exp $ +# $Id: LINT,v 1.465 1998/09/15 11:44:43 phk Exp $ # # NB: You probably don't want to try running a kernel built from this # file. Instead, you should start from GENERIC, and add options from @@ -803,6 +803,9 @@ options SC_HISTORY_SIZE=200 # number of history buffer lines options SC_DISABLE_REBOOT # disable reboot key sequence # If the screen flickers badly when the mouse pointer is moved, try this. options SC_BAD_FLICKER +# To include support for VESA video modes +# Dont use together with SMP!! +options VESA # needs VM86 defined too!! # # `flags' for sc0: |