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] [-fps]
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
43 -fps Display the current frame rate and CPU load.
44
46 DISPLAY to get the default host and display number.
47
48 XENVIRONMENT
49 to get the name of a resource file that overrides the global
50 resources stored in the RESOURCE_MANAGER property.
51
53 X(1), xscreensaver(1)
54
56 Copyright © 2002 by David Bagley. Permission to use, copy, modify,
57 distribute, and sell this software and its documentation for any pur‐
58 pose is hereby granted without fee, provided that the above copyright
59 notice appear in all copies and that both that copyright notice and
60 this permission notice appear in supporting documentation. No repre‐
61 sentations are made about the suitability of this software for any pur‐
62 pose. It is provided "as is" without express or implied warranty.
63
65 David Bagley.
66
67
68
69X Version 11 5.42-1.fc30.2 (03-Feb-2019) demon(6x)