summaryrefslogtreecommitdiffstats
path: root/usr.sbin/vidcontrol/vidcontrol.1
blob: f3ac429bc911bce8ea5962118441f348be2644c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
.\"
.\" 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,
screensaver type and timeout.

A new video mode is selected by specifying its name as an argument to
.B vidcontrol
eg. "
.B vidcontrol 80x25 
". 

The modes currently supported: 80x25 and 80x50 text.

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\ " start.end
Change the cursor apperance. The cursor is changed to a shape that starts
on scanline 
.B start
and ends on scanline 
.B end
.
.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 "\-s\ " NAME|help
Sets the screensaver appearance to
.I NAME .
Use \-s help to print a list of the available screen savers.
.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) ,
.BR /sys/i386/conf/GENERICAH
.SH AUTHORS
Søren Schmidt (sos@login.dkuug.dk)

OpenPOWER on IntegriCloud