Changed -S scrnmap to be -M scrnmap,
[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
13f3017d
CR
40.TP
41.BI "\-S\ " NAME|list
42Sets the screensaver appearance to
43.I NAME .
44Use \-S list to list the available
45.I NAMEs .
24380a1e
JH
46.TP
47.BI "\-m\ " 80x25|80x50
48Set screen size to 80x25 or 80x50 chars.
49.TP
0037764b
JH
50.BI "\-r\ " [ delay.repeat | slow | fast | normal ]
51Set keyboard
24380a1e
JH
52.I delay
53and
54.I repeat
0037764b
JH
55rates, or use presets for
56.I slow,
57.I fast
58or
59.I normal.
60.TP
13f3017d 61.BI "\-M\ " scrmap
0037764b
JH
62Install screen output map file from
63.I scrmap
24380a1e
JH
64.TP
65.BI "\-k\ " mapfile
66Install keyboard map file from
67.I mapfile
68.TP
69.BI "\-f\ " size\ file
70Load font
71.I file
72for
73.I size
74(currently, only 8, 14 or 16).
75.TP
76.BI "\-t\ " scr#
77Set current virtual screen to be
78.I scr#
79.TP
0037764b 80.BI "\-F\ " FN#\ string
24380a1e
JH
81Set function key
82.I FN#
83to send
84.I string
85.
86.PP
0037764b
JH
87.SH FILES
88/usr/share/syscons/fonts
89/usr/share/syscons/keymaps
90/usr/share/syscons/scrnmaps
91.PP
24380a1e
JH
92.SH BUGS
93Sure to be some.
94.SH "SEE ALSO"
13f3017d
CR
95.BR keyboard (4) ,
96.BR screen (4) ,
24380a1e
JH
97.BR /sys/i386/conf/SYSCONS
98.SH AUTHORS
99Christoph M. Robitschko
100.TP
101Sxren Schmidt (syscons driver & original code).
102.TP
103Jordan Hubbard (this man page).