VGA(4) FreeBSD Kernel Interfaces Manu…

2009-05-13 01:22:53来源:未知 阅读 ()

新老客户大回馈,云服务器低至5折

VGA(4)                       FreeBSD Kernel Interfaces Manual                 VGA(4)
SYNOPSIS
     options 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:
     hint.vga.0.at="isa"
VGA(4)                       FreeBSD Kernel Interfaces Manual                 VGA(4)
NAME
     vga -- generic video card interface
SYNOPSIS
     options 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:
     hint.vga.0.at="isa"
DESCRIPTION
     The vga 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 vga driver supports the standard video cards: MDA, CGA, EGA and VGA.
     In addition, the driver can utilize VESA BIOS extensions if the video
     card supports them.  VESA support can either be statically included in
     the kernel or can be loaded as a separate module.
     In order to statically link the VESA support to the kernel, the VESA
     option (see below) must be defined in the kernel configuration file.
     The vesa module can be dynamically loaded into the kernel using
     

标签:

版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com
特别注意:本站所有转载文章言论不代表本站观点,本站所提供的摄影照片,插画,设计作品,如需使用,请与原作者联系,版权归原作者所有

上一篇:用cvsup同步源代码并更新系统

下一篇:VIDCONTROL(1) FreeBSD General Commands Manual V