summaryrefslogtreecommitdiffstats
path: root/usr.sbin/vidcontrol/vidcontrol.1
blob: 0588c9072e72744dc079d792a70a836cacfcb323 (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
.\"
.\" 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
.\"	$Id$
.\"
.Dd May 22, 1994
.Dt VIDCONTROL 1
.Os
.Sh NAME
.Nm vidcontrol
.Nd a utility for manipulating the syscons video driver.
.Sh SYNOPSIS
.Nm
.Ar options ...
.Sh DESCRIPTION
The
.Nm vidcontrol
command is used to set various options for the syscons video driver,
such as video mode, colors, cursors, scrnmaps, font and screensaver timeout.
.Pp
A new video mode is selected by specifying its name as an argument to
.Nm vidcontrol .
For example:
.Bd -literal
vidcontrol VGA_80x25
.Ed
.Pp
The modes currently supported:
.Ar VGA_40x25 ,
.Ar VGA_80x25 ,
.Ar VGA_80x50 ,
.Ar EGA_80x25 ,
.Ar EGA_80x43 .
On some laptops the modes
.Ar VGA_80x30
and
.Ar VGA_80x60
can be used.
The graphic mode
.Ar VGA_320x200
can also be chosen.
.Pp
The colors used when displaying text can be changed by specifying the 
foreground color (e.g. "vidcontrol white"), or both a foreground & background
color (e.g. "vidcontrol yellow blue").
.Pp
To see the supported colors on a given platform use "vidcontrol show".
.Pp
The following command line options are supported:
.Bl -tag -width Fl
.It Fl r Ar foreground Ar background
Change reverse mode colors to
.Ar foreground 
and 
.Ar background 
.It Fl b Ar color
Set border color to 
.Ar color 
(only supported on VGA hardware).
.It Fl c Ar normal|blink|destructive
Change the cursor appearance. 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.
.It Fl d
Print out current screen output map.
.It Fl l Ar scrmap
Install screen output map file from
.Ar scrmap
.It Fl L
Install default screen output map.
.It Fl m Ar on|off
Switches the mousepointer on or off. Used together with the moused
daemon for textmode cut & paste functionality.
.It Fl f Ar size Ar file
Load font
.Ar file
for
.Ar size
(currently, only 8x8, 8x14 or 8x16).
The fontfile can be either uuencoded or in raw binary format.
.It Fl s Ar Number
Sets the current vty to
.Ar Number .
.It Fl t Ar N|off
Sets the screensaver timeout to
.Ar N
seconds, or turns it
.Ar off .
.It Fl x
Use hexadecimal digits for output.
.El
.Sh FILES
.Bl -tag -width /usr/share/syscons/scrnmaps -compact
.It Pa /usr/share/syscons/fonts
.It Pa /usr/share/syscons/scrnmaps
.El
.Sh SEE ALSO
.Xr kbdcontrol 1 ,
.Xr keyboard 4 ,
.Xr screen 4 ,
.Xr moused 8
.Sh AUTHORS
Søren Schmidt (sos@FreeBSD.org)
OpenPOWER on IntegriCloud