source: trunk/third/xscreensaver/hacks/demon.man @ 20148

Revision 20148, 1.8 KB checked in by ghudson, 21 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r20147, which included commits to RCS files with non-trunk default branches.
Line 
1.TH XScreenSaver 1 "" "X Version 11"
2.SH NAME
3demon - celular automaton.
4.SH SYNOPSIS
5.B demon
6[\-display \fIhost:display.screen\fP]
7[\-visual \fIvisual\fP]
8[\-window]
9[\-root]
10[\-count \fInumber\fP]
11[\-cycles \fInumber\fP]
12[\-delay \fInumber\fP]
13[\-ncolors \fInumber\fP]
14[\-size \fInumber\fP]
15.SH DESCRIPTION
16A cellular automaton that starts with a random field, and organizes it into
17stripes and spirals.
18.SH OPTIONS
19.TP 8
20.B \-visual \fIvisual\fP
21Specify which visual to use.  Legal values are the name of a visual class,
22or the id number (decimal or hex) of a specific visual.
23.TP 8
24.B \-window
25Draw on a newly-created window.  This is the default.
26.TP 8
27.B \-root
28Draw on the root window.
29.TP 8
30.B \-count \fInumber\fP
31States.  0 - 20.  Default: 0.
32.TP 8
33.B \-cycles \fInumber\fP
34Timeout.  0 - 800000.  Default: 1000.
35.TP 8
36.B \-delay \fInumber\fP
37Per-frame delay, in microseconds.  Default: 50000 (0.05 seconds.).
38.TP 8
39.B \-ncolors \fInumber\fP
40Number of Colors.  Default: 64.
41.TP 8
42.B \-size \fInumber\fP
43Cell Size.  -20 - 20.  Default: -7.
44.SH ENVIRONMENT
45.PP
46.TP 8
47.B DISPLAY
48to get the default host and display number.
49.TP 8
50.B XENVIRONMENT
51to get the name of a resource file that overrides the global resources
52stored in the RESOURCE_MANAGER property.
53.SH SEE ALSO
54.BR X (1),
55.BR xscreensaver (1)
56.SH COPYRIGHT
57Copyright \(co 2002 by David Bagley.  Permission to use, copy, modify,
58distribute, and sell this software and its documentation for any purpose is
59hereby granted without fee, provided that the above copyright notice appear
60in all copies and that both that copyright notice and this permission notice
61appear in supporting documentation.  No representations are made about the
62suitability of this software for any purpose.  It is provided "as is" without
63express or implied warranty.
64.SH AUTHOR
65David Bagley.
Note: See TracBrowser for help on using the repository browser.