1spiral(6x) XScreenSaver manual spiral(6x)
2
3
4
6 spiral - draws moving circular spiral patterns
7
9 spiral [-display host:display.screen] [-foreground color] [-background
10 color] [-window] [-root] [-mono] [-install] [-visual visual] [-ncolors
11 integer] [-delay microseconds] [-count integer]
12
13
15 The spiral program draws moving circular spiral patterns
16
18 spiral accepts the following options:
19
20 -window Draw on a newly-created window. This is the default.
21
22 -root Draw on the root window.
23
24 -mono If on a color display, pretend we're on a monochrome display.
25
26 -install
27 Install a private colormap for the window.
28
29 -visual visual
30 Specify which visual to use. Legal values are the name of a
31 visual class, or the id number (decimal or hex) of a specific
32 visual.
33
34 -ncolors integer
35 How many colors should be used (if possible). Default 64. The
36 colors are chosen randomly.
37
38 -count integer
39 Default 40.
40
41 -cycles integer
42 Default 350.
43
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), xlock(1)
54
56 Copyright © 1994 by Darrick Brown.
57
58 Permission to use, copy, modify, and distribute this software and its
59 documentation for any purpose and without fee is hereby granted, pro‐
60 vided that the above copyright notice appear in all copies and that
61 both that copyright notice and this permission notice appear in sup‐
62 porting documentation.
63
65 Darrick Brown, 1994.
66
67 Improved by Peter Schmitzberger <schmitz@coma.sbg.ac.at>, 24-Jul-95.
68
69 Ability to run standalone or with xscreensaver added by Jamie Zawinski
70 <jwz@jwz.org>, 10-May-97.
71
72
73
74X Version 11 5.05-3 (06-Apr-2008) spiral(6x)