Deleted Added
sdiff udiff text old ( 273511 ) new ( 274865 )
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 273511 2014-10-23 02:18:23Z emaste $
26.\"
27.Dd October 20, 2014
28.Dt "VIRTUAL TERMINALS" 4
29.Os
30.Sh NAME
31.Nm vt
32.Nd virtual terminal console driver
33.Sh SYNOPSIS

--- 6 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

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

171If
172.Va hw.vga.textmode
173is set, the system remains in text mode.
174Otherwise,
175.Nm
176switches to 640x480x16 VGA mode using
177.Cm vt_vga .
178If a KMS
179.Pq Kernel Mode Switching
180video driver is available, the display is switched to high resolution
181and the KMS driver takes over.
182When a KMS driver is not available,
183.Cm vt_vga
184remains active.
185.Sh LOADER TUNABLES
186These settings can be entered at the
187.Xr loader 8

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

198or
199.Ql sc
200to override the default driver used for the system console.
201By default,
202.Xr sc 4
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

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

250.Xr config 8 .
251.Pp
252.Dl "options TERMINAL_NORM_ATTR=(FG_GREEN|BG_BLACK)"
253.Pp
254This line changes the default color of kernel messages to be bright red
255on a black background, or black on a bright red background when reversed.
256.Pp
257.Dl "options TERMINAL_KERN_ATTR=(FG_LIGHTRED|BG_BLACK)"
258.Sh SEE ALSO
259.Xr kbdcontrol 1 ,
260.Xr login 1 ,
261.Xr vidcontrol 1 ,
262.Xr atkbd 4 ,
263.Xr atkbdc 4 ,
264.Xr keyboard 4 ,
265.Xr screen 4 ,

--- 38 unchanged lines hidden ---