Lines Matching +full:high +full:- +full:vt
1 .\"-
2 .\" SPDX-License-Identifier: BSD-2-Clause
32 .Nm vt
43 .Cd "device vt"
49 .Cd kern.vty=vt
50 .Cd kern.vt.color.<colornum>.rgb="<colorspec>"
51 .Cd kern.vt.fb.default_mode="<X>x<Y>"
52 .Cd kern.vt.fb.modes.<connector>="<X>x<Y>"
53 .Cd kern.vt.slow_down=<delay>"
60 .Cd kern.vt.kbd_halt=1
61 .Cd kern.vt.kbd_poweroff=1
62 .Cd kern.vt.kbd_reboot=1
63 .Cd kern.vt.kbd_debug=1
64 .Cd kern.vt.kbd_panic=0
65 .Cd kern.vt.enable_altgr=0
66 .Cd kern.vt.enable_bell=1
72 .Bl -item -offset indent
74 Unicode UTF-8 text with double-width characters.
79 Graphics-mode consoles.
94 Alt-F1 through Alt-F12 correspond to the first twelve virtual terminals.
95 If more than twelve virtual terminals are created, Shift-Alt-F1 through
96 Shift-Alt-F4 are used to switch to the additional terminals.
132 .Bl -tag -width MAXCONS
151 In effect, this makes the right-hand mouse button perform a paste.
169 .Bl -column -offset indent ".Sy vt VT_TWOBUTTON_MOUSE" ".Sy SC_TWOBUTTON_MOUSE"
170 .It Sy vt Option Name Ta Sy sc Option Name
177 .Sh START-UP OPERATION WITH X86 BIOS SYSTEMS
192 video driver is available, the display is switched to high resolution
202 .Bl -tag -width indent
219 .Ql vt
233 .It Va kern.vt.color. Ns Ar colornum Ns Va .rgb
237 The value should be either a comma-separated triplet of
239 HTML-like hex triplet.
247 .It Va kern.vt.fb.default_mode
255 .It Va kern.vt.fb.modes. Ns Pa connector_name
263 .Va kern.vt.fb.default_mode .
271 .It Va kern.vt.slow_down
277 .Va kern.vt.slow_down
278 to a non-zero number will make console output synchronous (ie:
301 .Bl -tag -width indent
302 .It Va kern.vt.enable_altgr
304 .It Va kern.vt.kbd_halt
306 .It Va kern.vt.kbd_poweroff
308 .It Va kern.vt.kbd_reboot
310 .It Va kern.vt.kbd_debug
312 .It Va kern.vt.kbd_panic
322 .Bl -tag -width indent
325 .It Va kern.vt.enable_bell
329 .Bl -tag -width "/usr/share/vt/keymaps/*.kbd" -compact
336 .It Pa /usr/share/vt/fonts/*.fnt
338 .It Pa /usr/share/vt/keymaps/*.kbd
342 .Bl -column "System" "Subsystem" "Type" "Description"
344 .It Li VT Ta BELL Ta RING Ta
347 .Bl -column "duration_ms" "Meaning"
371 .Dl kern.vt.fb.default_mode="1024x768"
376 .Dl kern.vt.fb.modes.LVDS-1="800x600"
381 .Dl info: [drm] Connector LVDS-1: get mode from tunables:
382 .Dl info: [drm] - kern.vt.fb.modes.LVDS-1
383 .Dl info: [drm] - kern.vt.fb.default_mode
387 .Dl kern.vt.color.0.rgb="10,10,10"
388 .Dl kern.vt.color.15.rgb="#f0f0f0"
424 .An -nosplit