Deleted Added
sdiff udiff text old ( 271095 ) new ( 273294 )
full compact
1.\" Copyright (c) 2014 Warren Block
2.\" All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 8 unchanged lines hidden (view full) ---

17.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
18.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
19.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23.\" SUCH DAMAGE.
24.\"
25.\" $FreeBSD: stable/10/share/man/man4/vt.4 271095 2014-09-04 13:45:16Z se $
26.\"
27.Dd July 2, 2014
28.Dt "VIRTUAL TERMINALS" 4
29.Os
30.Sh NAME
31.Nm vt
32.Nd virtual terminal console driver
33.Sh SYNOPSIS
34.Cd "options TERMINAL_KERN_ATTR=_attribute_"
35.Cd "options TERMINAL_NORM_ATTR=_attribute_"

--- 4 unchanged lines hidden (view full) ---

40.Cd "options VT_FB_DEFAULT_HEIGHT=Y"
41.Cd "options SC_NO_CUTPASTE"
42.Cd "device vt"
43.Pp
44In
45.Xr loader.conf 5 :
46.Cd hw.vga.textmode=1
47.Cd kern.vty=vt
48.Sh DESCRIPTION
49The
50.Nm
51device provides multiple virtual terminals with an extensive feature
52set:
53.Bl -item -offset indent
54.It
55Unicode UTF-8 text with double-width characters.

--- 123 unchanged lines hidden (view full) ---

179prompt or in
180.Xr loader.conf 5 .
181.Bl -tag -width indent
182.It Va hw.vga.textmode
183Set to 1 to use virtual terminals in text mode instead of graphics mode.
184Features that require graphics mode, like loadable fonts, will be
185disabled.
186.It Va kern.vty
187When both
188.Nm
189and
190.Xr sc 4 have been compiled into the kernel, the one to use for the
191system console can be selected by setting this value to
192.Ql vt
193or
194.Ql sc .
195If this value is not set,
196.Xr sc 4
197is used.
198.El
199.Sh FILES
200.Bl -tag -width /usr/share/vt/keymaps/* -compact
201.It Pa /dev/console
202.It Pa /dev/consolectl
203.It Pa /dev/ttyv*
204virtual terminals
205.It Pa /etc/ttys

--- 64 unchanged lines hidden ---