1994-08-17 09:00:13 +00:00
|
|
|
|
.\"
|
|
|
|
|
.\" 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
|
1997-07-24 23:46:35 +00:00
|
|
|
|
.\" $Id$
|
1994-08-17 09:00:13 +00:00
|
|
|
|
.\"
|
1996-12-09 07:20:41 +00:00
|
|
|
|
.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
|
1994-08-17 09:00:13 +00:00
|
|
|
|
The
|
1996-12-09 07:20:41 +00:00
|
|
|
|
.Nm vidcontrol
|
1994-08-17 09:00:13 +00:00
|
|
|
|
command is used to set various options for the syscons video driver,
|
1996-06-21 07:20:13 +00:00
|
|
|
|
such as video mode, colors, cursors, scrnmaps, font and screensaver timeout.
|
1996-12-09 07:20:41 +00:00
|
|
|
|
.Pp
|
1994-08-17 09:00:13 +00:00
|
|
|
|
A new video mode is selected by specifying its name as an argument to
|
1996-12-09 07:20:41 +00:00
|
|
|
|
.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
|
1994-08-17 09:00:13 +00:00
|
|
|
|
The colors used when displaying text can be changed by specifying the
|
1996-12-09 07:20:41 +00:00
|
|
|
|
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
|
1994-08-17 09:00:13 +00:00
|
|
|
|
Change reverse mode colors to
|
1996-12-09 07:20:41 +00:00
|
|
|
|
.Ar foreground
|
1994-08-17 09:00:13 +00:00
|
|
|
|
and
|
1996-12-09 07:20:41 +00:00
|
|
|
|
.Ar background
|
|
|
|
|
.It Fl b Ar color
|
1994-08-17 09:00:13 +00:00
|
|
|
|
Set border color to
|
1996-12-09 07:20:41 +00:00
|
|
|
|
.Ar color
|
|
|
|
|
(only supported on VGA hardware).
|
|
|
|
|
.It Fl c Ar normal|blink|destructive
|
1996-01-30 13:52:50 +00:00
|
|
|
|
Change the cursor appearance. The cursor is either an inverting block
|
1995-02-07 11:56:21 +00:00
|
|
|
|
(normal) that eventually can "blink". Or it can be like the old hardware cursor
|
|
|
|
|
(destructive). The latter is actually a simulation.
|
1996-12-09 07:20:41 +00:00
|
|
|
|
.It Fl d
|
1994-09-26 19:58:07 +00:00
|
|
|
|
Print out current screen output map.
|
1996-12-09 07:20:41 +00:00
|
|
|
|
.It Fl l Ar scrmap
|
1994-08-17 09:00:13 +00:00
|
|
|
|
Install screen output map file from
|
1996-12-09 07:20:41 +00:00
|
|
|
|
.Ar scrmap
|
|
|
|
|
.It Fl L
|
1994-08-17 09:00:13 +00:00
|
|
|
|
Install default screen output map.
|
1996-12-09 07:20:41 +00:00
|
|
|
|
.It Fl m Ar on|off
|
1996-06-21 07:20:13 +00:00
|
|
|
|
Switches the mousepointer on or off. Used together with the moused
|
|
|
|
|
daemon for textmode cut & paste functionality.
|
1996-12-09 07:20:41 +00:00
|
|
|
|
.It Fl f Ar size Ar file
|
1994-08-17 09:00:13 +00:00
|
|
|
|
Load font
|
1996-12-09 07:20:41 +00:00
|
|
|
|
.Ar file
|
1994-08-17 09:00:13 +00:00
|
|
|
|
for
|
1996-12-09 07:20:41 +00:00
|
|
|
|
.Ar size
|
1994-08-17 09:00:13 +00:00
|
|
|
|
(currently, only 8x8, 8x14 or 8x16).
|
|
|
|
|
The fontfile can be either uuencoded or in raw binary format.
|
1997-03-07 01:34:47 +00:00
|
|
|
|
.It Fl s Ar Number
|
|
|
|
|
Sets the current vty to
|
|
|
|
|
.Ar Number .
|
1996-12-09 07:20:41 +00:00
|
|
|
|
.It Fl t Ar N|off
|
1994-08-17 09:00:13 +00:00
|
|
|
|
Sets the screensaver timeout to
|
1996-12-09 07:20:41 +00:00
|
|
|
|
.Ar N
|
1994-08-17 09:00:13 +00:00
|
|
|
|
seconds, or turns it
|
1996-12-09 07:20:41 +00:00
|
|
|
|
.Ar off .
|
|
|
|
|
.It Fl x
|
1994-09-26 19:58:07 +00:00
|
|
|
|
Use hexadecimal digits for output.
|
1996-12-09 07:20:41 +00:00
|
|
|
|
.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 ,
|
1997-07-24 23:46:35 +00:00
|
|
|
|
.Xr screen 4 ,
|
|
|
|
|
.Xr moused 8
|
1996-12-09 07:20:41 +00:00
|
|
|
|
.Sh AUTHORS
|
1995-01-12 11:47:05 +00:00
|
|
|
|
S<EFBFBD>ren Schmidt (sos@FreeBSD.org)
|