http://www.jwz.org/xscreensaver/xscreensaver-5.07.tar.gz
[xscreensaver] / hacks / moire.man
1 .TH XScreenSaver 1 "27-Apr-97" "X Version 11"
2 .SH NAME
3 moire - draw circular interference patterns
4 .SH SYNOPSIS
5 .B moire
6 [\-display \fIhost:display.screen\fP] [\-foreground \fIcolor\fP] [\-background \fIcolor\fP] [\-window] [\-root] [\-mono] [\-install] [\-visual \fIvisual\fP] [\-delay \fIseconds\fP] [\-random \fIboolean\fP] [\-ncolors \fIint\fP] [\-offset \fIint\fP] 
7 [\-fps]
8 .SH DESCRIPTION
9 The \fImoire\fP program draws cool circular interference patterns.
10 .SH OPTIONS
11 .I moire
12 accepts the following options:
13 .TP 8
14 .B \-window
15 Draw on a newly-created window.  This is the default.
16 .TP 8
17 .B \-root
18 Draw on the root window.
19 .TP 8
20 .B \-mono 
21 If on a color display, pretend we're on a monochrome display.
22 .TP 8
23 .B \-install
24 Install a private colormap for the window.
25 .TP 8
26 .B \-visual \fIvisual\fP
27 Specify which visual to use.  Legal values are the name of a visual class,
28 or the id number (decimal or hex) of a specific visual.
29 .TP 8
30 .B \-delay \fIseconds\fP
31 How long to wait before starting over.  Default 5 seconds.
32 .TP 8
33 .B \-random \fIboolean\fP
34 Whether to ignore the foreground/background colors, and pick them randomly
35 instead.
36 .TP 8
37 .B \-offset \fIinteger\fP
38 The maximum random radius increment to use.
39 .TP 8
40 .B \-ncolors \fIinteger\fP
41 How many colors should be allocated in the color ramp (note that this
42 value interacts with \fIoffset\fP.)
43 .TP 8
44 .B \-fps
45 Display the current frame rate and CPU load.
46 .SH ENVIRONMENT
47 .PP
48 .TP 8
49 .B DISPLAY
50 to get the default host and display number.
51 .TP 8
52 .B XENVIRONMENT
53 to get the name of a resource file that overrides the global resources
54 stored in the RESOURCE_MANAGER property.
55 .SH SEE ALSO
56 .BR X (1),
57 .BR xscreensaver (1)
58 .SH COPYRIGHT
59 Copyright \(co 1997 by Jamie Zawinski.  Permission to use, copy, modify, 
60 distribute, and sell this software and its documentation for any purpose is 
61 hereby granted without fee, provided that the above copyright notice appear 
62 in all copies and that both that copyright notice and this permission notice
63 appear in supporting documentation.  No representations are made about the 
64 suitability of this software for any purpose.  It is provided "as is" without
65 express or implied warranty.
66 .SH AUTHOR
67 Jamie Zawinski <jwz@jwz.org>, 27-Apr-97, based on code by
68 Michael D. Bayne <mdb@go2net.com>.