1 .TH XScreenSaver 1 "27-Apr-97" "X Version 11"
3 deco - draw tacky 70s basement wall panelling
6 [\-display \fIhost:display.screen\fP]
7 [\-foreground \fIcolor\fP]
8 [\-background \fIcolor\fP]
13 [\-visual \fIvisual\fP]
14 [\-delay \fIseconds\fP]
15 [\-max\-depth \fIint\fP]
16 [\-min\-width \fIint\fP]
17 [\-min\-height \fIint\fP]
18 [\-line-width \yIint\fP]
24 The \fIdeco\fP program subdivides and colors rectangles randomly.
25 It looks kind of like Brady-Bunch-era rec-room wall paneling.
26 (Raven says: "This screensaver is ugly enough to peel paint.")
27 Can also produce more aesthetically pleasing displays via options.
30 accepts the following options:
33 Draw on a newly-created window. This is the default.
36 Draw on the root window.
39 If on a color display, pretend we're on a monochrome display.
42 Install a private colormap for the window.
44 .B \-visual \fIvisual\fP
45 Specify which visual to use. Legal values are the name of a visual class,
46 or the id number (decimal or hex) of a specific visual.
48 .B \-delay \fIseconds\fP
49 How long to wait before starting over. Default 5 seconds.
51 .B \-max\-depth \fIinteger\fP
52 How deep to subdivide. Default 12.
54 .B \-min\-width \fIinteger\fP
56 .B \-min\-height \fIinteger\fP
57 The size of the smallest rectangle to draw. Default 20x20.
59 .B \-line\-width \fIinteger\fP
60 Width of lines drawn between rectangles. Default zero (minimal width).
64 .B \-no\-smooth\-colors
65 Whether to use a smooth color palette instead of a random one.
66 Less jarring. Default False.
70 .B \-no\-golden\-ratio
71 Whether to subdivide rectangles using the golden ratio instead of 1/2.
72 This ratio is supposed to be more aesthetically pleasing. Default false.
77 Whether to imitiate style of some famous paintings by Piet Mondrian.
78 Overrides line-width and colormap options. Default false.
81 Display the current frame rate and CPU load.
86 to get the default host and display number.
89 to get the name of a resource file that overrides the global resources
90 stored in the RESOURCE_MANAGER property.
95 Copyright \(co 1997 by Jamie Zawinski. Permission to use, copy, modify,
96 distribute, and sell this software and its documentation for any purpose is
97 hereby granted without fee, provided that the above copyright notice appear
98 in all copies and that both that copyright notice and this permission notice
99 appear in supporting documentation. No representations are made about the
100 suitability of this software for any purpose. It is provided "as is" without
101 express or implied warranty.
103 Jamie Zawinski <jwz@jwz.org>, 26-Apr-97, based on code by
104 Michael D. Bayne <mdb@go2net.com>. Golden ratio and
105 Mondrian settings by Lars Huttar.