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

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