Deleted Added
full compact
vt.4 (271095) vt.4 (273294)
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.\"
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 $
25.\" $FreeBSD: stable/10/share/man/man4/vt.4 273294 2014-10-20 00:22:08Z emaste $
26.\"
26.\"
27.Dd July 2, 2014
27.Dd October 16, 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
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.Pp
49In
50.Xr loader.conf 5 or
51.Xr sysctl.conf 5 :
52.Cd kern.vt.kbd_halt=1
53.Cd kern.vt.kbd_poweroff=1
54.Cd kern.vt.kbd_reboot=1
55.Cd kern.vt.kbd_debug=1
56.Cd kern.vt.kbd_panic=0
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
57.Sh DESCRIPTION
58The
59.Nm
60device provides multiple virtual terminals with an extensive feature
61set:
62.Bl -item -offset indent
63.It
64Unicode UTF-8 text with double-width characters.

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

188prompt or in
189.Xr loader.conf 5 .
190.Bl -tag -width indent
191.It Va hw.vga.textmode
192Set to 1 to use virtual terminals in text mode instead of graphics mode.
193Features that require graphics mode, like loadable fonts, will be
194disabled.
195.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
196Set this value to
192.Ql vt
193or
197.Ql vt
198or
194.Ql sc .
195If this value is not set,
199.Ql sc
200to override the default driver used for the system console.
201By default,
196.Xr sc 4
202.Xr sc 4
197is used.
203is used on computers that boot from BIOS, and
204.Nm
205is used on computers that boot from UEFI.
206.Sh KEYBOARD SYSCTL TUNABLES
207These settings control whether certain special key combinations are enabled or
208ignored.
209The specific key combinations can be configured by using a
210.Xr keymap 5
211file.
212.Pp
213These settings can be entered at the
214.Xr loader 8
215prompt or in
216.Xr loader.conf 5
217and can also be changed at runtime with the
218.Xr sysctl 8
219command.
220.Bl -tag -width indent
221.It Va kern.vt.kbd_halt
222Enable halt keyboard combination.
223.It Va kern.vt.kbd_poweroff
224Enable power off key combination.
225.It Va kern.vt.kbd_reboot.
226Enable reboot key combination, usually Ctrl+Alt+Del.
227.It Va kern.vt.kbd_debug
228Enable debug request key combination, usually Ctrl+Alt+Esc.
229.It Va kern.vt.kbd_panic
230Enable panic key combination.
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 ---
231.El
232.Sh FILES
233.Bl -tag -width /usr/share/vt/keymaps/* -compact
234.It Pa /dev/console
235.It Pa /dev/consolectl
236.It Pa /dev/ttyv*
237virtual terminals
238.It Pa /etc/ttys

--- 64 unchanged lines hidden ---