From http://www.jwz.org/xscreensaver/xscreensaver-5.37.tar.gz
[xscreensaver] / hacks / glx / vigilance.man
1 .TH XScreenSaver 1 "" "X Version 11"
2 .SH NAME
3 vigilance - screen saver.
4 .SH SYNOPSIS
5 .B vigilance
6 [\-display \fIhost:display.screen\fP]
7 [\-visual \fIvisual\fP]
8 [\-window]
9 [\-root]
10 [\-delay \fInumber\fP]
11 [\-speed \fInumber\fP]
12 [\-count \fInumber\fP]
13 .SH DESCRIPTION
14 A set of security cameras keep very careful track of their surroundings.
15 You can trust them. Everything is completely under control.
16 .SH OPTIONS
17 .TP 8
18 .B \-visual \fIvisual\fP
19 Specify which visual to use.  Legal values are the name of a visual class,
20 or the id number (decimal or hex) of a specific visual.
21 .TP 8
22 .B \-window
23 Draw on a newly-created window.  This is the default.
24 .TP 8
25 .B \-root
26 Draw on the root window.
27 .TP 8
28 .B \-delay \fInumber\fP
29 Per-frame delay, in microseconds.  Default: 20000 (0.02 seconds).
30 .TP 8
31 .B \-speed \fInumber\fP
32 Animation speed.  2.0 means twice as fast, 0.5 means half as fast.
33 .TP 8
34 .B \-count \fInumber\fP
35 Number of cameras.  1 - 50.  Default: 5.
36 .SH ENVIRONMENT
37 .PP
38 .TP 8
39 .B DISPLAY
40 to get the default host and display number.
41 .TP 8
42 .B XENVIRONMENT
43 to get the name of a resource file that overrides the global resources
44 stored in the RESOURCE_MANAGER property.
45 .SH SEE ALSO
46 .BR X (1),
47 .BR xscreensaver (1)
48 .SH COPYRIGHT
49 Copyright \(co 2017 by Jamie Zawinski.  Permission to use, copy, modify, 
50 distribute, and sell this software and its documentation for any purpose is 
51 hereby granted without fee, provided that the above copyright notice appear 
52 in all copies and that both that copyright notice and this permission notice
53 appear in supporting documentation.  No representations are made about the 
54 suitability of this software for any purpose.  It is provided "as is" without
55 express or implied warranty.
56 .SH AUTHOR
57 Jamie Zawinski.