source: trunk/third/xscreensaver/hacks/moire2.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
3moire2 - circular interference patterns.
4.SH SYNOPSIS
5.B moire2
6[\-display \fIhost:display.screen\fP]
7[\-visual \fIvisual\fP]
8[\-window]
9[\-root]
10[\-delay \fInumber\fP]
11[\-ncolors \fInumber\fP]
12[\-thickness \fInumber\fP]
13.SH DESCRIPTION
14Another example of the fun you can have with moire interference patterns;
15this hack generates fields of concentric circles or ovals, and combines the
16planes with various operations. The planes are moving independently of one
17another, causing the interference lines to ``spray.''
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 \-delay \fInumber\fP
31Per-frame delay, in microseconds.  Default: 50000 (0.05 seconds.).
32.TP 8
33.B \-ncolors \fInumber\fP
34Number of Colors.  Default: 150.
35.TP 8
36.B \-thickness \fInumber\fP
37Thickness of lines, in pixels.  Default: 0.
38.SH ENVIRONMENT
39.PP
40.TP 8
41.B DISPLAY
42to get the default host and display number.
43.TP 8
44.B XENVIRONMENT
45to get the name of a resource file that overrides the global resources
46stored in the RESOURCE_MANAGER property.
47.SH SEE ALSO
48.BR X (1),
49.BR xscreensaver (1)
50.SH COPYRIGHT
51Copyright \(co 2002 by Jamie Zawinski.  Permission to use, copy, modify,
52distribute, and sell this software and its documentation for any purpose is
53hereby granted without fee, provided that the above copyright notice appear
54in all copies and that both that copyright notice and this permission notice
55appear in supporting documentation.  No representations are made about the
56suitability of this software for any purpose.  It is provided "as is" without
57express or implied warranty.
58.SH AUTHOR
59Jamie Zawinski.
Note: See TracBrowser for help on using the repository browser.