summaryrefslogtreecommitdiffstats
path: root/share/man/man4/vt.4
diff options
context:
space:
mode:
authorray <ray@FreeBSD.org>2014-07-07 14:16:05 +0000
committerray <ray@FreeBSD.org>2014-07-07 14:16:05 +0000
commit74b8e10dc8320877d77c972a0f9a432c58388311 (patch)
tree7d808123341a80f55c4f3e9f60035f4df44fc403 /share/man/man4/vt.4
parent51242982dad67c86d8775c0abc241de6f2dc768d (diff)
downloadFreeBSD-src-74b8e10dc8320877d77c972a0f9a432c58388311.zip
FreeBSD-src-74b8e10dc8320877d77c972a0f9a432c58388311.tar.gz
267622 Log:
Rename vt(4) vga module to dismiss interference with syscons(4) vga module. 267623 Log: Remove stale link to deleted vt(4) xboxfb driver. 267624 Log: syscons(4) and vt(4) can be built together now. 267625 Log: Allow to disable syscons(4) if "hw.syscons.disable" kenv is set. 267626 Log: Suspend vt(4) initialization if "kern.vt.disable" kenv is set. 267965 by emaste@ Log: Use a common tunable to choose between vt(4)/sc(4) With this change and previous work from ray@ it will be possible to put both in GENERIC, and have one enabled by default, but allow the other to be selected via the loader. (The previous implementation had separate kern.vt.disable and hw.syscons.disable tunables, and would panic if both drivers were compiled in and neither was explicitly disabled.) 268175 by emaste@ Log: Fix vt(4) detection in kbdcontrol and vidcontrol As sc(4) and vt(4) coexist and are both enabled in GENERIC, the existence of a vt(4) sysctl is not sufficient to determine that vt(4) is in use. Reported by: Trond Endrestøl 268045 by emaste@ Log: Add vt(4) to GENERIC and retire the separate VT config vt(4) and sc(4) can now coexist in the same kernel. To choose the vt driver, set the loader tunable kern.vty=vt . Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'share/man/man4/vt.4')
-rw-r--r--share/man/man4/vt.47
1 files changed, 7 insertions, 0 deletions
diff --git a/share/man/man4/vt.4 b/share/man/man4/vt.4
index 8599704..afa56d4 100644
--- a/share/man/man4/vt.4
+++ b/share/man/man4/vt.4
@@ -44,6 +44,7 @@
In
.Xr loader.conf 5 :
.Cd hw.vga.textmode=1
+.Cd kern.vty=vt
.Sh DESCRIPTION
The
.Nm
@@ -182,6 +183,12 @@ prompt or in
Set to 1 to use virtual terminals in text mode instead of graphics mode.
Features that require graphics mode, like loadable fonts, will be
disabled.
+.It Va kern.vty
+Set to vt to choose the
+.Nm
+driver for the system console, if the
+.Xr syscons 4
+driver is also compiled in and is the default.
.El
.Sh EXAMPLES
The following line will change the default color of normal text.
OpenPOWER on IntegriCloud