111 lines
2.7 KiB
Groff
111 lines
2.7 KiB
Groff
.\"
|
||
.\" vidcontrol - a utility for manipulating the syscons video driver
|
||
.\"
|
||
.\" Redistribution and use in source and binary forms, with or without
|
||
.\" modification, are permitted provided that the following conditions
|
||
.\" are met:
|
||
.\" 1. Redistributions of source code must retain the above copyright
|
||
.\" notice, this list of conditions and the following disclaimer.
|
||
.\" 2. Redistributions in binary form must reproduce the above copyright
|
||
.\" notice, this list of conditions and the following disclaimer in the
|
||
.\" documentation and/or other materials provided with the distribution.
|
||
.\"
|
||
.\" @(#)vidcontrol.1
|
||
.\"
|
||
.TH vidcontrol 1 "May 22, 1994" "" "FreeBSD"
|
||
|
||
.SH NAME
|
||
vidcontrol - a utility for manipulating the syscons video driver.
|
||
.SH SYNOPSIS
|
||
.na
|
||
.B vidcontrol
|
||
.RB [options]
|
||
.SH DESCRIPTION
|
||
The
|
||
.B vidcontrol
|
||
command is used to set various options for the syscons video driver,
|
||
such as video mode, colors, cursor, scrnmaps, font and screensaver timeout.
|
||
|
||
A new video mode is selected by specifying its name as an argument to
|
||
.B vidcontrol
|
||
eg. "
|
||
.B vidcontrol VGA_80x25
|
||
".
|
||
|
||
The modes currently supported: VGA_40x25, VGA_80x25, VGA_80x50, EGA_80x25, EGA_80x43.
|
||
On some laptops the modes VGA_80x30 and VGA_80x60 can be used.
|
||
The graphic mode VGA_320x200 can also be chosen.
|
||
|
||
The colors used when displaying text can be changed by specifying the
|
||
foreground color (eg. "
|
||
.B vidcontrol white
|
||
"), or both a foreground & background
|
||
color (eg. "
|
||
.B vidcontrol yellow blue
|
||
").
|
||
|
||
To see the supported colors on a given platform use "
|
||
.B vidcontrol show
|
||
".
|
||
|
||
.SH OPTIONS
|
||
.TP
|
||
The following command line options are supported.
|
||
.TP
|
||
.BI "\-r\ " foreground\ background
|
||
Change reverse mode colors to
|
||
.B foreground
|
||
and
|
||
.B background
|
||
.
|
||
.TP
|
||
.BI "\-b\ " color
|
||
Set border color to
|
||
.B color
|
||
(only supported on VGA hardware):
|
||
.TP
|
||
.BI "\-c\ " normal | blink | destructive
|
||
Change the cursor apperance. The cursor is either an inverting block
|
||
(normal) that eventually can "blink". Or it can be like the old hardware cursor
|
||
(destructive). The latter is actually a simulation.
|
||
.TP
|
||
.BI "\-d\ "
|
||
Print out current screen output map.
|
||
.TP
|
||
.BI "\-l\ " scrmap
|
||
Install screen output map file from
|
||
.I scrmap
|
||
.TP
|
||
.BI "\-L\ "
|
||
Install default screen output map.
|
||
.TP
|
||
.BI "\-f\ " size\ file
|
||
Load font
|
||
.I file
|
||
for
|
||
.I size
|
||
(currently, only 8x8, 8x14 or 8x16).
|
||
The fontfile can be either uuencoded or in raw binary format.
|
||
.TP
|
||
.BI "\-t\ " N|off
|
||
Sets the screensaver timeout to
|
||
.I N
|
||
seconds, or turns it
|
||
.I off
|
||
.TP
|
||
.BI "\-x\ "
|
||
Use hexadecimal digits for output.
|
||
.PP
|
||
.SH FILES
|
||
/usr/share/syscons/fonts
|
||
/usr/share/syscons/scrnmaps
|
||
.SH BUGS
|
||
Report when found.
|
||
.SH "SEE ALSO"
|
||
.BR kbdcontrol(1) ,
|
||
.BR keyboard (4) ,
|
||
.BR screen (4) ,
|
||
.SH AUTHORS
|
||
S<EFBFBD>ren Schmidt (sos@FreeBSD.org)
|
||
|