summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoremaste <emaste@FreeBSD.org>2014-07-01 00:22:54 +0000
committeremaste <emaste@FreeBSD.org>2014-07-01 00:22:54 +0000
commit10d8b7a43b1d3e5c67c3217a5be7a08738369604 (patch)
treef5a5b76da1e8473d07175f8b036d364c67c3f206
parentc2f3de4f6cdcdd7774d7cded6660f16b8dcb3578 (diff)
downloadFreeBSD-src-10d8b7a43b1d3e5c67c3217a5be7a08738369604.zip
FreeBSD-src-10d8b7a43b1d3e5c67c3217a5be7a08738369604.tar.gz
Add vt(4) devices and options to NOTES
Reviewed by: marius (earlier version)
-rw-r--r--sys/amd64/conf/NOTES4
-rw-r--r--sys/conf/NOTES14
-rw-r--r--sys/i386/conf/NOTES3
-rw-r--r--sys/ia64/conf/NOTES3
4 files changed, 24 insertions, 0 deletions
diff --git a/sys/amd64/conf/NOTES b/sys/amd64/conf/NOTES
index e26c730..8866e76 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 4d27713..29b99a0 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 2642ec0..3b36197 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 107c70f..b85d6b0 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
OpenPOWER on IntegriCloud