source: trunk/third/xscreensaver/hacks/deco.man @ 12203

Revision 12203, 2.4 KB checked in by ghudson, 26 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r12202, 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
3deco - draw tacky 70s basement wall panelling
4.SH SYNOPSIS
5.B deco
6[\-display \fIhost:display.screen\fP] [\-foreground \fIcolor\fP] [\-background \fIcolor\fP] [\-window] [\-root] [\-mono] [\-install] [\-visual \fIvisual\fP] [\-delay \fIseconds\fP] [\-max\-depth \fIint\fP] [\-min\-width \fIint\fP] [\-min\-height \fIint\fP] [\-cycle] [\-no\-cycle] [\-cycle\-delay]
7.SH DESCRIPTION
8The \fIdeco\fP program subdivides and colors rectangles randomly.
9It looks kind of like Brady-Bunch-era rec-room wall paneling.
10(Raven says: "this screensaver is ugly enough to peel paint.")
11.SH OPTIONS
12.I deco
13accepts the following options:
14.TP 8
15.B \-window
16Draw on a newly-created window.  This is the default.
17.TP 8
18.B \-root
19Draw on the root window.
20.TP 8
21.B \-mono
22If on a color display, pretend we're on a monochrome display.
23.TP 8
24.B \-install
25Install a private colormap for the window.
26.TP 8
27.B \-visual \fIvisual\fP
28Specify which visual to use.  Legal values are the name of a visual class,
29or the id number (decimal or hex) of a specific visual.
30.TP 8
31.B \-delay \fIseconds\fP
32How long to wait before starting over.  Default 5 seconds.
33.TP 8
34.B \-max\-depth \fIinteger\fP
35How deep to subdivide.  Default 12.
36Default 8.
37.TP 8
38.B \-min-width \fIinteger\fP
39.B \-min-height \fIinteger\fP
40The size of the smallest rectangle to draw.  Default 20x20.
41.TP 8
42.B \-cycle
43.TP 8
44.B \-no\-cycle
45Whether to do color cycling.  Default False.
46.TP 8
47.B \-cycle\-delay \fIusecs\fP
48If color cycling, how often to change the colors.  Default 1000000,
49or 1 second.
50.SH ENVIRONMENT
51.PP
52.TP 8
53.B DISPLAY
54to get the default host and display number.
55.TP 8
56.B XENVIRONMENT
57to get the name of a resource file that overrides the global resources
58stored in the RESOURCE_MANAGER property.
59.SH SEE ALSO
60.BR X (1),
61.BR xscreensaver (1)
62.SH COPYRIGHT
63Copyright \(co 1997 by Jamie Zawinski.  Permission to use, copy, modify,
64distribute, and sell this software and its documentation for any purpose is
65hereby granted without fee, provided that the above copyright notice appear
66in all copies and that both that copyright notice and this permission notice
67appear in supporting documentation.  No representations are made about the
68suitability of this software for any purpose.  It is provided "as is" without
69express or implied warranty.
70.SH AUTHOR
71Jamie Zawinski <jwz@jwz.org>, 26-Apr-97, based on code by
72Michael D. Bayne <mdb@go2net.com>.
Note: See TracBrowser for help on using the repository browser.