View | Details | Raw Unified | Return to bug 193710 | Differences between
and this patch

Collapse All | Expand All

(-)share/man/man4/vt.4 (-2 / +7 lines)
Lines 185-194 Link Here
185
Features that require graphics mode, like loadable fonts, will be
185
Features that require graphics mode, like loadable fonts, will be
186
disabled.
186
disabled.
187
.It Va kern.vty
187
.It Va kern.vty
188
When both
188
On BIOS computers with both
189
.Nm
189
.Nm
190
and
190
and
191
.Xr sc 4 have been compiled into the kernel, the one to use for the
191
.Xr sc 4 compiled into the kernel, the driver to use for the
192
system console can be selected by setting this value to
192
system console can be selected by setting this value to
193
.Ql vt
193
.Ql vt
194
or
194
or
Lines 196-201 Link Here
196
If this value is not set,
196
If this value is not set,
197
.Xr sc 4
197
.Xr sc 4
198
is used.
198
is used.
199
.Pp
200
This value is ignored on computers that boot from UEFI.
201
Only
202
.Nm
203
supports UEFI, so it is always used.
199
.It Va kern.vt.spclkeys
204
.It Va kern.vt.spclkeys
200
bitmap of allowed special keys. 1 is enabled, 0 is disabled. Encoded as:
205
bitmap of allowed special keys. 1 is enabled, 0 is disabled. Encoded as:
201
.Bl -tag -compact -width 0x000000
206
.Bl -tag -compact -width 0x000000

Return to bug 193710