This commit was generated by cvs2svn to track changes on a CVS vendor
[unix-history] / usr.bin / syscons / syscons.1
CommitLineData
24380a1e
JH
1.\"
2.\" syscons - a utility for manipulating the syscons driver
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.
9.\" 2. Redistributions in binary form must reproduce the above copyright
10.\" notice, this list of conditions and the following disclaimer in the
11.\" documentation and/or other materials provided with the distribution.
12.\"
13.\" @(#)syscons.1
14.\"
15.TH syscons 1 "August 24, 1993" "" "FreeBSD"
16
17.SH NAME
18syscons - a utility for manipulating the syscons VTY driver.
19.SH SYNOPSIS
20.na
21.B syscons
22.RB [options]
23.SH DESCRIPTION
24The
25.B syscons
26command is used to set various options for the syscons console driver,
27such as font, keymap, current screen, etc.
28.SH OPTIONS
29.TP
30The following command line options are supported.
31.TP
32.B \-v
33Turns on verbose output.
34.TP
35.BI "\-s\ " N|off
36Sets the screensaver timeout to
37.I N
38seconds, or turns it
39.I off
40.
41.TP
42.BI "\-m\ " 80x25|80x50
43Set screen size to 80x25 or 80x50 chars.
44.TP
0037764b
JH
45.BI "\-r\ " [ delay.repeat | slow | fast | normal ]
46Set keyboard
24380a1e
JH
47.I delay
48and
49.I repeat
0037764b
JH
50rates, or use presets for
51.I slow,
52.I fast
53or
54.I normal.
55.TP
56.BI "\-S\ " scrmap
57Install screen output map file from
58.I scrmap
24380a1e
JH
59.TP
60.BI "\-k\ " mapfile
61Install keyboard map file from
62.I mapfile
63.TP
64.BI "\-f\ " size\ file
65Load font
66.I file
67for
68.I size
69(currently, only 8, 14 or 16).
70.TP
71.BI "\-t\ " scr#
72Set current virtual screen to be
73.I scr#
74.TP
0037764b 75.BI "\-F\ " FN#\ string
24380a1e
JH
76Set function key
77.I FN#
78to send
79.I string
80.
81.PP
0037764b
JH
82.SH FILES
83/usr/share/syscons/fonts
84/usr/share/syscons/keymaps
85/usr/share/syscons/scrnmaps
86.PP
24380a1e
JH
87.SH BUGS
88Sure to be some.
89.SH "SEE ALSO"
90.BR /sys/i386/conf/SYSCONS
91.SH AUTHORS
92Christoph M. Robitschko
93.TP
94Sxren Schmidt (syscons driver & original code).
95.TP
96Jordan Hubbard (this man page).