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 [-fps]
12
14 Another cellular automaton. This one produces loop-shaped colonies
15 that spawn, age, and eventually die.
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 -cycles number
28 Timeout. 0 - 8000. Default: 1600.
29
30 -delay number
31 Per-frame delay, in microseconds. Default: 100000 (0.10 sec‐
32 onds.).
33
34 -ncolors number
35 Number of Colors. Default: 15.
36
37 -size number
38 Size. -50 - 50. Default: -12.
39
40 -fps Display the current frame rate and CPU load.
41
43 DISPLAY to get the default host and display number.
44
45 XENVIRONMENT
46 to get the name of a resource file that overrides the global
47 resources stored in the RESOURCE_MANAGER property.
48
50 X(1), xscreensaver(1)
51
53 Copyright © 2002 by David Bagley. Permission to use, copy, modify,
54 distribute, and sell this software and its documentation for any pur‐
55 pose is hereby granted without fee, provided that the above copyright
56 notice appear in all copies and that both that copyright notice and
57 this permission notice appear in supporting documentation. No repre‐
58 sentations are made about the suitability of this software for any pur‐
59 pose. It is provided "as is" without express or implied warranty.
60
62 David Bagley.
63
64
65
66X Version 11 6.04-1.fc36 (06-Jun-2022) loop(6x)