1loop(6x) XScreenSaver manual loop(6x)
2
3
4
6 loop - cellular automaton.
7
9 loop [-display host:display.screen] [-visual visual] [-window] [-root]
10 [-cycles number] [-delay number] [-ncolors number] [-size number]
11
13 Another cellular automaton. This one produces loop-shaped colonies
14 that spawn, age, and eventually die.
15
17 -visual visual
18 Specify which visual to use. Legal values are the name of a
19 visual class, or the id number (decimal or hex) of a specific
20 visual.
21
22 -window Draw on a newly-created window. This is the default.
23
24 -root Draw on the root window.
25
26 -cycles number
27 Timeout. 0 - 8000. Default: 1600.
28
29 -delay number
30 Per-frame delay, in microseconds. Default: 100000 (0.10 sec‐
31 onds.).
32
33 -ncolors number
34 Number of Colors. Default: 15.
35
36 -size number
37 Size. -50 - 50. Default: -12.
38
40 DISPLAY to get the default host and display number.
41
42 XENVIRONMENT
43 to get the name of a resource file that overrides the global
44 resources stored in the RESOURCE_MANAGER property.
45
47 X(1), xscreensaver(1)
48
50 Copyright © 2002 by David Bagley. Permission to use, copy, modify,
51 distribute, and sell this software and its documentation for any pur‐
52 pose is hereby granted without fee, provided that the above copyright
53 notice appear in all copies and that both that copyright notice and
54 this permission notice appear in supporting documentation. No repre‐
55 sentations are made about the suitability of this software for any pur‐
56 pose. It is provided "as is" without express or implied warranty.
57
59 David Bagley.
60
61
62
63X Version 11 5.05-3 (06-Apr-2008) loop(6x)