http://www.jwz.org/xscreensaver/xscreensaver-5.07.tar.gz
[xscreensaver] / hacks / anemone.man
1 .TH XScreenSaver 1 "" "X Version 11"
2 .SH NAME
3 anemone - wiggling tentacles.
4 .SH SYNOPSIS
5 .B anemone
6 [\-display \fIhost:display.screen\fP]
7 [\-visual \fIvisual\fP]
8 [\-window]
9 [\-root]
10 [\-delay \fInumber\fP]
11 [\-arms \fInumber\fP]
12 [\-finpoints \fInumber\fP]
13 [\-width \fInumber\fP]
14 [\-fps]
15 .SH DESCRIPTION
16 Wiggling tentacles.
17 .SH OPTIONS
18 .TP 8
19 .B \-visual \fIvisual\fP
20 Specify which visual to use.  Legal values are the name of a visual class,
21 or the id number (decimal or hex) of a specific visual.
22 .TP 8
23 .B \-window
24 Draw on a newly-created window.  This is the default.
25 .TP 8
26 .B \-root
27 Draw on the root window.
28 .TP 8
29 .B \-delay \fInumber\fP
30 Per-frame delay, in microseconds.  Default: 40000 (0.04 seconds.).
31 .TP 8
32 .B \-arms \fInumber\fP
33 Arms.  2 - 500.  Default: 128.
34 .TP 8
35 .B \-finpoints \fInumber\fP
36 Tentacles.  3 - 200.  Default: 64.
37 .TP 8
38 .B \-withdraw \fInumber\fP
39 Frequency that the arms withdraw. Arms withdraw on randomly generated
40 values between 1 and 11; this value determines the maximum value of
41 that range. So 100 spends a lot of time withdrawn, while 1000,000 tends
42 not to withdraw at all. Default: 1200.
43 .TP 8
44 .B \-turnspeed \fInumber\fP
45 How fast it turns. At zero, not at all, all they way up to thousands 
46 which are very fast indeed.  Default: 50.
47 .TP 8
48 .B \-width \fInumber\fP
49 Thickness.  1 - 10.  Default: 2.
50 .TP 8
51 .B \-fps
52 Display the current frame rate and CPU load.
53 .SH ENVIRONMENT
54 .PP
55 .TP 8
56 .B DISPLAY
57 to get the default host and display number.
58 .TP 8
59 .B XENVIRONMENT
60 to get the name of a resource file that overrides the global resources
61 stored in the RESOURCE_MANAGER property.
62 .SH SEE ALSO
63 .BR X (1),
64 .BR xscreensaver (1)
65 .SH COPYRIGHT
66 Copyright \(co 2002 by Gabriel Finch.  Permission to use, copy, modify, 
67 distribute, and sell this software and its documentation for any purpose is 
68 hereby granted without fee, provided that the above copyright notice appear 
69 in all copies and that both that copyright notice and this permission notice
70 appear in supporting documentation.  No representations are made about the 
71 suitability of this software for any purpose.  It is provided "as is" without
72 express or implied warranty.
73 .SH AUTHOR
74 Gabriel Finch.