diff --git a/sys/amd64/conf/NOTES b/sys/amd64/conf/NOTES index e26c730d8fa..8866e762c2c 100644 --- a/sys/amd64/conf/NOTES +++ b/sys/amd64/conf/NOTES @@ -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 diff --git a/sys/conf/NOTES b/sys/conf/NOTES index 4d277130b8c..29b99a0b8c1 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -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: # diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES index 2642ec033d1..3b3619758ef 100644 --- a/sys/i386/conf/NOTES +++ b/sys/i386/conf/NOTES @@ -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 diff --git a/sys/ia64/conf/NOTES b/sys/ia64/conf/NOTES index 107c70fd1b7..b85d6b0b1de 100644 --- a/sys/ia64/conf/NOTES +++ b/sys/ia64/conf/NOTES @@ -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