Add vt(4) devices and options to NOTES

Reviewed by:	marius (earlier version)
This commit is contained in:
Ed Maste 2014-07-01 00:22:54 +00:00
parent 8c0d2adf3f
commit ccbb7b5e19
4 changed files with 24 additions and 0 deletions

View File

@ -248,6 +248,10 @@ options VGA_WIDTH90 # support 90 column modes
# Debugging.
options VGA_DEBUG
# vt(4) drivers.
device vt_vga # VGA
device vt_efifb # EFI framebuffer
# Linear framebuffer driver for S3 VESA 1.2 cards. Works on top of VESA.
device s3pci

View File

@ -1452,6 +1452,20 @@ options SC_NO_SUSPEND_VTYSWITCH
options TEKEN_CONS25 # cons25-style terminal emulation
options TEKEN_UTF8 # UTF-8 output handling
# The vt video console driver.
device vt
options VT_ALT_TO_ESC_HACK=1 # Prepend ESC sequence to ALT keys
options VT_MAXWINDOWS=16 # Number of virtual consoles
options VT_TWOBUTTON_MOUSE # Use right mouse button to paste
# The following options set the default framebuffer size.
options VT_FB_DEFAULT_HEIGHT=480
options VT_FB_DEFAULT_WIDTH=640
# The following options will let you change the default vt terminal colors.
options TERMINAL_NORM_ATTR=(FG_GREEN|BG_BLACK)
options TERMINAL_KERN_ATTR=(FG_LIGHTRED|BG_BLACK)
#
# Optional devices:
#

View File

@ -466,6 +466,9 @@ options VGA_WIDTH90 # support 90 column modes
# Debugging.
options VGA_DEBUG
# vt(4) drivers.
device vt_vga
# Linear framebuffer driver for S3 VESA 1.2 cards. Works on top of VESA.
device s3pci

View File

@ -97,6 +97,9 @@ options VGA_WIDTH90 # support 90 column modes
# Debugging.
options VGA_DEBUG
# vt(4) drivers.
device vt_vga
# AGP debugging.
options AGP_DEBUG