1swirl(6x) XScreenSaver manual swirl(6x)
2
3
4
6 swirl - draws swirly color-cycling patterns
7
9 swirl [--display host:display.screen] [--foreground color] [--back‐
10 ground color] [--window] [--root] [--window-id number][--mono] [--in‐
11 stall] [--visual visual] [--ncolors integer] [--delay microseconds]
12 [--count integer]
13
14 [--fps]
15
17 The swirl program draws swirly color-cycling patterns.
18
20 swirl accepts the following options:
21
22 --window
23 Draw on a newly-created window. This is the default.
24
25 --root Draw on the root window.
26
27 --window-id number
28 Draw on the specified window.
29
30 --mono If on a color display, pretend we're on a monochrome display.
31
32 --install
33 Install a private colormap for the window.
34
35 --visual visual
36 Specify which visual to use. Legal values are the name of a
37 visual class, or the id number (decimal or hex) of a specific
38 visual.
39
40 --ncolors integer
41 How many colors should be used (if possible). Default 200.
42
43 --count integer
44
45
46 --fps Display the current frame rate and CPU load.
47
49 DISPLAY to get the default host and display number.
50
51 XENVIRONMENT
52 to get the name of a resource file that overrides the global
53 resources stored in the RESOURCE_MANAGER property.
54
55 XSCREENSAVER_WINDOW
56 The window ID to use with --root.
57
59 X(1), xscreensaver(1), xlock(1)
60
62 Copyright © 1994 M. Dobie.
63
64 Permission to use, copy, modify, and distribute this software and its
65 documentation for any purpose and without fee is hereby granted, pro‐
66 vided that the above copyright notice appear in all copies and that
67 both that copyright notice and this permission notice appear in sup‐
68 porting documentation.
69
70
72 M.Dobie <mrd@ecs.soton.ac.uk>, 1994.
73
74 Ability to run standalone or with xscreensaver added by Jamie Zawinski
75 <jwz@jwz.org>, 13-May-97.
76
77
78
79X Version 11 6.06-1.fc37 (12-Dec-2022) swirl(6x)