Lines Matching +full:standard +full:- +full:vt

1 .\"-
2 .\" SPDX-License-Identifier: BSD-2-Clause
4 .\" vidcontrol - a utility for manipulating the syscons or vt video driver
54 .Xr vt 4
59 .Xr vt 4 .
64 .Bl -tag -width indent
130 The change is specified by a non-empty comma-separated list of
139 .Bl -tag -width indent
142 with a configuration-dependent coloring
145 Set to a blinking sub-block with
163 A non-blinking destructive cursor would be unusable,
192 .Bl -tag -width indent
219 The following (non-sticky) flags control application of the
221 .Bl -tag -width indent
245 only 3 of 4 sub-destinations of the 4 destinations selected by
307 You can also use the menu-driven
317 .Xr vt 4
333 .Xr vt 4
364 .Xr vt 4
381 to the terminal device referred to by standard input.
384 utility writes contents of the video buffer to the standard
465 .Bl -column "25 line modes" "8x16 (VGA), 8x14 (EGA)" -compact
492 .Xr vt 4
500 .\" is it supported on vt(4)???
502 .Xr vt 4
508 utility writes version and additional information to the standard
517 .Bl -column "X:X" "<00000000>" "width" "bright foreground color"
527 .Bl -hang -offset indent -compact
548 .Bl -hang -offset indent -compact
582 .Bl -column "Byte range" "Contents" -offset indent
584 .It "1 - 8 Literal text" Dq Li SCRSHOT_
590 .Bl -column "Version" "13 and up" -offset indent
598 .Bd -literal -offset indent
600 ----------------------- -- -- -- --
602 | | | `--- 80 decimal
603 | | `------ 2 remaining bytes of header data
604 | `--------- File format version 1
605 `------------------------ Literal "SCRSHOT_"
615 .Bl -tag -width foo_bar_var -compact
641 .Bl -tag -width /usr/share/syscons/scrnmaps/foo-bar -compact
643 .It Pa /usr/share/vt/fonts/*
652 .Pa /usr/share/syscons/fonts/iso-8x16.fnt
657 .Dl vidcontrol -f 8x16 /usr/share/syscons/fonts/iso-8x16.fnt
662 .Pa /usr/share/vt/fonts
663 (if using vt),
665 .Pa iso-8x16 :
667 .Dl vidcontrol -f 8x16 iso-8x16
672 .Dl vidcontrol -f iso-8x16
680 .Dl vidcontrol -f iso
688 .Dl vidcontrol -l iso-8859-1_to_cp437
691 .Pa /usr/share/syscons/scrnmaps/iso-8859-1_to_cp437.scm .
693 The following command will set-up a 100x37 raster text mode (useful for
696 .Dl vidcontrol -g 100x37 VESA_800x600
703 .Dl vidcontrol -p < /dev/ttyv0 > shot.scr
707 to the standard output in the human readable format:
709 .Dl vidcontrol -P < /dev/ttyv3
717 .Xr vt 4 ,
735 .An -split