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

Revision 20148, 1.9 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
3wander - colorful random-walk.
4.SH SYNOPSIS
5.B wander
6[\-display \fIhost:display.screen\fP]
7[\-visual \fIvisual\fP]
8[\-window]
9[\-root]
10[\-density \fInumber\fP]
11[\-reset \fInumber\fP]
12[\-length \fInumber\fP]
13[\-delay \fInumber\fP]
14[\-circles]
15[\-size \fInumber\fP]
16[\-advance \fInumber\fP]
17.SH DESCRIPTION
18Draws a colorful random-walk, in various forms.
19.SH OPTIONS
20.TP 8
21.B \-visual \fIvisual\fP
22Specify which visual to use.  Legal values are the name of a visual class,
23or the id number (decimal or hex) of a specific visual.
24.TP 8
25.B \-window
26Draw on a newly-created window.  This is the default.
27.TP 8
28.B \-root
29Draw on the root window.
30.TP 8
31.B \-density \fInumber\fP
32Density.  1 - 30.  Default: 2.
33.TP 8
34.B \-reset \fInumber\fP
35Number of frames before resetting.  Default: 2500000.
36.TP 8
37.B \-length \fInumber\fP
38Number of iterations.   Default: 25000.
39.TP 8
40.B \-delay \fInumber\fP
41Sustain.  0 - 60.  Default: 1.
42.TP 8
43.B \-circles | \-no-circles
44Whether to draw spots.
45.TP 8
46.B \-size \fInumber\fP
47Size.  0 - 100.  Default: 1.
48.TP 8
49.B \-advance \fInumber\fP
50Color Contrast.  1 - 100.  Default: 1.
51.SH ENVIRONMENT
52.PP
53.TP 8
54.B DISPLAY
55to get the default host and display number.
56.TP 8
57.B XENVIRONMENT
58to get the name of a resource file that overrides the global resources
59stored in the RESOURCE_MANAGER property.
60.SH SEE ALSO
61.BR X (1),
62.BR xscreensaver (1)
63.SH COPYRIGHT
64Copyright \(co 2002 by Rick Campbell.  Permission to use, copy, modify,
65distribute, and sell this software and its documentation for any purpose is
66hereby granted without fee, provided that the above copyright notice appear
67in all copies and that both that copyright notice and this permission notice
68appear in supporting documentation.  No representations are made about the
69suitability of this software for any purpose.  It is provided "as is" without
70express or implied warranty.
71.SH AUTHOR
72Rick Campbell.
Note: See TracBrowser for help on using the repository browser.