http://www.jwz.org/xscreensaver/xscreensaver-5.07.tar.gz
[xscreensaver] / hacks / moire2.man
1 .TH XScreenSaver 1 "" "X Version 11"
2 .SH NAME
3 moire2 - 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 [\-fps]
14 .SH DESCRIPTION
15 Another example of the fun you can have with moire interference patterns;
16 this hack generates fields of concentric circles or ovals, and combines the
17 planes with various operations. The planes are moving independently of one
18 another, causing the interference lines to ``spray.''
19 .SH OPTIONS
20 .TP 8
21 .B \-visual \fIvisual\fP
22 Specify which visual to use.  Legal values are the name of a visual class,
23 or the id number (decimal or hex) of a specific visual.
24 .TP 8
25 .B \-window
26 Draw on a newly-created window.  This is the default.
27 .TP 8
28 .B \-root
29 Draw on the root window.
30 .TP 8
31 .B \-delay \fInumber\fP
32 Per-frame delay, in microseconds.  Default: 50000 (0.05 seconds.).
33 .TP 8
34 .B \-ncolors \fInumber\fP
35 Number of Colors.  Default: 150.
36 .TP 8
37 .B \-thickness \fInumber\fP
38 Thickness of lines, in pixels.  Default: 0.
39 .TP 8
40 .B \-fps
41 Display the current frame rate and CPU load.
42 .SH ENVIRONMENT
43 .PP
44 .TP 8
45 .B DISPLAY
46 to get the default host and display number.
47 .TP 8
48 .B XENVIRONMENT
49 to get the name of a resource file that overrides the global resources
50 stored in the RESOURCE_MANAGER property.
51 .SH SEE ALSO
52 .BR X (1),
53 .BR xscreensaver (1)
54 .SH COPYRIGHT
55 Copyright \(co 2002 by Jamie Zawinski.  Permission to use, copy, modify, 
56 distribute, and sell this software and its documentation for any purpose is 
57 hereby granted without fee, provided that the above copyright notice appear 
58 in all copies and that both that copyright notice and this permission notice
59 appear in supporting documentation.  No representations are made about the 
60 suitability of this software for any purpose.  It is provided "as is" without
61 express or implied warranty.
62 .SH AUTHOR
63 Jamie Zawinski.