http://packetstormsecurity.org/UNIX/admin/xscreensaver-3.34.tar.gz
[xscreensaver] / hacks / swirl.man
1 .TH XScreenSaver 1 "13-May-97" "X Version 11"
2 .SH NAME
3 swirl - draws swirly color-cycling patterns
4 .SH SYNOPSIS
5 .B swirl
6 [\-display \fIhost:display.screen\fP] [\-foreground \fIcolor\fP]
7 [\-background \fIcolor\fP] [\-window] [\-root] [\-mono] [\-install]
8 [\-visual \fIvisual\fP]
9 [\-ncolors \fIinteger\fP]
10 [\-delay \fImicroseconds\fP]
11 [\-count \fIinteger\fP]
12
13 .SH DESCRIPTION
14 The \fIswirl\fP program draws swirly color-cycling patterns.
15 .SH OPTIONS
16 .I swirl
17 accepts the following options:
18 .TP 8
19 .B \-window
20 Draw on a newly-created window.  This is the default.
21 .TP 8
22 .B \-root
23 Draw on the root window.
24 .TP 8
25 .B \-mono 
26 If on a color display, pretend we're on a monochrome display.
27 .TP 8
28 .B \-install
29 Install a private colormap for the window.
30 .TP 8
31 .B \-visual \fIvisual\fP
32 Specify which visual to use.  Legal values are the name of a visual class,
33 or the id number (decimal or hex) of a specific visual.
34 .TP 8
35 .B \-ncolors \fIinteger\fP
36 How many colors should be used (if possible).  Default 200.
37 .TP 8
38 .B \-count \fIinteger\fP
39
40 .SH ENVIRONMENT
41 .PP
42 .TP 8
43 .B DISPLAY
44 to get the default host and display number.
45 .TP 8
46 .B XENVIRONMENT
47 to get the name of a resource file that overrides the global resources
48 stored in the RESOURCE_MANAGER property.
49 .SH SEE ALSO
50 .BR X (1),
51 .BR xscreensaver (1),
52 .BR xlock (1)
53 .SH COPYRIGHT
54 Copyright \(co 1994 M. Dobie.
55
56 Permission to use, copy, modify, and distribute this software and its
57 documentation for any purpose and without fee is hereby granted,
58 provided that the above copyright notice appear in all copies and that
59 both that copyright notice and this permission notice appear in
60 supporting documentation. 
61
62 .SH AUTHOR
63 M.Dobie <mrd@ecs.soton.ac.uk>, 1994.
64
65 Ability to run standalone or with \fIxscreensaver\fP added by 
66 Jamie Zawinski <jwz@jwz.org>, 13-May-97.