1demon(6x) XScreenSaver manual demon(6x)
2
3
4
6 demon - cellular automaton.
7
9 demon [-display host:display.screen] [-visual visual] [-window] [-root]
10 [-count number] [-cycles number] [-delay number] [-ncolors number]
11 [-size number]
12
14 A cellular automaton that starts with a random field, and organizes it
15 into stripes and spirals.
16
18 -visual visual
19 Specify which visual to use. Legal values are the name of a
20 visual class, or the id number (decimal or hex) of a specific
21 visual.
22
23 -window Draw on a newly-created window. This is the default.
24
25 -root Draw on the root window.
26
27 -count number
28 States. 0 - 20. Default: 0.
29
30 -cycles number
31 Timeout. 0 - 800000. Default: 1000.
32
33 -delay number
34 Per-frame delay, in microseconds. Default: 50000 (0.05 sec‐
35 onds.).
36
37 -ncolors number
38 Number of Colors. Default: 64.
39
40 -size number
41 Cell Size. -20 - 20. Default: -7.
42
44 DISPLAY to get the default host and display number.
45
46 XENVIRONMENT
47 to get the name of a resource file that overrides the global
48 resources stored in the RESOURCE_MANAGER property.
49
51 X(1), xscreensaver(1)
52
54 Copyright © 2002 by David Bagley. Permission to use, copy, modify,
55 distribute, and sell this software and its documentation for any pur‐
56 pose is hereby granted without fee, provided that the above copyright
57 notice appear in all copies and that both that copyright notice and
58 this permission notice appear in supporting documentation. No repre‐
59 sentations are made about the suitability of this software for any pur‐
60 pose. It is provided "as is" without express or implied warranty.
61
63 David Bagley.
64
65
66
67X Version 11 5.05-3 (06-Apr-2008) demon(6x)