Lines Matching +full:at +full:- +full:the +full:- +full:time

8 .\" modification, are permitted provided that the following conditions
10 .\" 1. Redistributions of source code must retain the above copyright
11 .\" notice, this list of conditions and the following disclaimer.
12 .\" 2. Redistributions in binary form must reproduce the above copyright
13 .\" notice, this list of conditions and the following disclaimer in the
14 .\" documentation and/or other materials provided with the distribution.
16 .\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
17 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
19 .\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
25 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
35 .Cd "vga0 at isa?"
36 .Cd "vga* at pci?"
37 .Cd "wsdisplay* at vga?"
38 .Cd "agp* at vga?"
40 This driver handles VGA graphics hardware within the
44 functions available via the internal
54 The type is determined at the time the virtual screen is created and can't
56 Screens are either created at kernel startup (then the default type is used)
57 or later with help of the
61 Currently, the following screen types are supported:
62 .Bl -hang
64 This is the standard VGA text mode with 80 columns and 25 rows.
65 16 different colors can be displayed at the same time.
67 A built-in font of this size is always present on a VGA card.
70 A modified version of the previous.
72 In exchange, it can access two fonts at the same time, so that 512
76 Similar to the standard mode, 16 colors and 256 characters are available.
80 A modified version of the previous.
82 In exchange, it can access two fonts at the same time, so that 512
86 Similar to the standard mode, 16 colors and 256 characters are available.
90 A modified version of the previous.
92 In exchange, it can access two fonts at the same time, so that 512
95 A variant of the
98 It uses the standard 8x16 VGA font.
102 A modified version of the previous.
104 In exchange, it can access two fonts at the same time, so that 512
110 driver can display fonts of the original IBM type and ISO-8859-1 encoded fonts.
122 Only a subset of the possible text modes is supported.
125 In this case, the device will naturally not support colors at all, but
126 offer the capability to display underlined characters instead.