1deco(6x) XScreenSaver manual deco(6x)
2
3
4
6 deco - draw tacky 70s basement wall panelling
7
9 deco [-display host:display.screen] [-foreground color] [-background
10 color] [-window] [-root] [-mono] [-install] [-visual visual] [-delay
11 seconds] [-max-depth int] [-min-width int] [-min-height int] [-line-
12 width yIint] [-smooth-colors] [-golden-ratio] [-mondrian] [-fps]
13
15 The deco program subdivides and colors rectangles randomly. It looks
16 kind of like Brady-Bunch-era rec-room wall paneling. (Raven says:
17 "This screensaver is ugly enough to peel paint.") Can also produce
18 more aesthetically pleasing displays via options.
19
21 deco accepts the following options:
22
23 -window Draw on a newly-created window. This is the default.
24
25 -root Draw on the root window.
26
27 -mono If on a color display, pretend we're on a monochrome display.
28
29 -install
30 Install a private colormap for the window.
31
32 -visual visual
33 Specify which visual to use. Legal values are the name of a
34 visual class, or the id number (decimal or hex) of a specific
35 visual.
36
37 -delay seconds
38 How long to wait before starting over. Default 5 seconds.
39
40 -max-depth integer
41 How deep to subdivide. Default 12.
42
43 -min-width integer
44
45 -min-height integer
46 The size of the smallest rectangle to draw. Default 20x20.
47
48 -line-width integer
49 Width of lines drawn between rectangles. Default zero (minimal
50 width).
51
52 -smooth-colors
53
54 -no-smooth-colors
55 Whether to use a smooth color palette instead of a random one.
56 Less jarring. Default False.
57
58 -golden-ratio
59
60 -no-golden-ratio
61 Whether to subdivide rectangles using the golden ratio instead
62 of 1/2. This ratio is supposed to be more aesthetically pleas‐
63 ing. Default false.
64
65 -mondrian
66
67 -no-mondrian
68 Whether to imitiate style of some famous paintings by Piet Mon‐
69 drian. Overrides line-width and colormap options. Default
70 false.
71
72 -fps Display the current frame rate and CPU load.
73
75 DISPLAY to get the default host and display number.
76
77 XENVIRONMENT
78 to get the name of a resource file that overrides the global
79 resources stored in the RESOURCE_MANAGER property.
80
82 X(1), xscreensaver(1)
83
85 Copyright © 1997 by Jamie Zawinski. Permission to use, copy, modify,
86 distribute, and sell this software and its documentation for any pur‐
87 pose is hereby granted without fee, provided that the above copyright
88 notice appear in all copies and that both that copyright notice and
89 this permission notice appear in supporting documentation. No repre‐
90 sentations are made about the suitability of this software for any pur‐
91 pose. It is provided "as is" without express or implied warranty.
92
94 Jamie Zawinski <jwz@jwz.org>, 26-Apr-97, based on code by Michael D.
95 Bayne <mdb@go2net.com>. Golden ratio and Mondrian settings by Lars Hut‐
96 tar.
97
98
99
100X Version 11 5.42-1.fc30.2 (03-Feb-2019) deco(6x)