|
NAMEvga —
generic video card interface
SYNOPSISoptions VESA
options VESA_DEBUG=N
options VGA_ALT_SEQACCESS
options VGA_NO_FONT_LOADING
options VGA_NO_MODE_CHANGE
options VGA_SLOW_IOACCESS
options VGA_WIDTH90
device vga
In /boot/device.hints:
DESCRIPTIONThevga driver is a generic video card driver which
provides access to video cards. This driver is required for the console driver
syscons(4).
The console driver will call the vga driver to
manipulate video hardware (changing video modes, loading font, etc).
The In order to statically link the VESA support to the kernel, the
The DRIVER CONFIGURATIONKernel Configuration OptionsThe following kernel configuration options (see config(8)) can be used to control thevga driver. These options
provide compatibility with certain VGA cards.
The following options add optional features to the driver.
The following options will remove some features from the
EXAMPLESYour kernel configuration should normally have:device vga And you need the following line in /boot/device.hints. hint.vga.0.at="isa" The following lines should be included in the kernel configuration file in order to enable the VESA BIOS Extension support. options VESA device vga If you do not want VESA support included in the kernel, but want
to use occasionally, do not add the kldload vesa SEE ALSOvgl(3), syscons(4), config(8), kldload(8), kldunload(8)STANDARDSVideo Electronics Standards Association, VESA BIOS Extension (VBE).HISTORYThevga driver first appeared in
FreeBSD 3.1.
AUTHORSThevga driver was written by
Søren Schmidt
<sos@FreeBSD.org> and
Kazutaka Yokota
<yokota@FreeBSD.org>.
This manual page was written by Kazutaka Yokota.
Visit the GSP FreeBSD Man Page Interface. |