ftp://ftp.linux.ncsu.edu/mirror/ftp.redhat.com/pub/redhat/linux/enterprise/4/en/os...
[xscreensaver] / hacks / flow.man
1 .TH XScreenSaver 1 "" "X Version 11"
2 .SH NAME
3 flow - strange attractors.
4 .SH SYNOPSIS
5 .B flow
6 [\-display \fIhost:display.screen\fP]
7 [\-visual \fIvisual\fP]
8 [\-window]
9 [\-root]
10 [\-count \fInumber\fP]
11 [\-cycles \fInumber\fP]
12 [\-delay \fInumber\fP]
13 [\-ncolors \fInumber\fP]
14 [\-rotate \fIbool\fP]
15 [\-ride \fIbool\fP]
16 [\-zoom \fIbool\fP]
17 [\-box \fIbool\fP]
18 [\-freeze \fIbool\fP]
19 [\-allow2d \fIbool\fP]
20 [\-slow \fIbool\fP]
21 .SH DESCRIPTION
22 Another series of strange attractors: a flowing series of points, making
23 strange rotational shapes.
24 .SH OPTIONS
25 .TP 8
26 .B \-visual \fIvisual\fP
27 Specify which visual to use.  Legal values are the name of a visual class,
28 or the id number (decimal or hex) of a specific visual.
29 .TP 8
30 .B \-window
31 Draw on a newly-created window.  This is the default.
32 .TP 8
33 .B \-root
34 Draw on the root window.
35 .TP 8
36 .B \-count \fInumber\fP
37 Number of pixels.  Default: 500.
38 .TP 8
39 .B \-cycles \fInumber\fP
40 Timeout before changing objects.  0 - 800000.  Default: 3000.
41 .TP 8
42 .B \-delay \fInumber\fP
43 Per-frame delay, in microseconds.  Default: 1000 (0.001 seconds.).
44 .TP 8
45 .B \-ncolors \fInumber\fP
46 Number of Colors.  Default: 200.
47 .TP 8
48 .B \-rotate
49 Rotate Around Attractor.
50 .TP 8
51 .B \-ride
52 Ride a Trained Bee.
53 .TP 8
54 .B \-zoom
55 Zoom In and Out.
56 .TP 8
57 .B \-box
58 Show Bounding Box.
59 .TP 8
60 .B \-freeze
61 Freeze Some Bees.
62 .TP 8
63 .B \-allow2d
64 Allow 2D Attractors.
65 .TP 8
66 .B \-slow
67 Slow Bees with Antifreeze.
68 .SH ENVIRONMENT
69 .PP
70 .TP 8
71 .B DISPLAY
72 to get the default host and display number.
73 .TP 8
74 .B XENVIRONMENT
75 to get the name of a resource file that overrides the global resources
76 stored in the RESOURCE_MANAGER property.
77 .SH SEE ALSO
78 .BR X (1),
79 .BR xscreensaver (1)
80 .SH COPYRIGHT
81
82 Copyright \(co 2002 by Tim Auckland and Jeff Butterworth.  Permission
83 to use, copy, modify, distribute, and sell this software and its
84 documentation for any purpose is hereby granted without fee, provided
85 that the above copyright notice appear in all copies and that both that
86 copyright notice and this permission notice appear in supporting
87 documentation.  No representations are made about the suitability of
88 this software for any purpose.  It is provided "as is" without express
89 or implied warranty.
90
91 .SH AUTHOR
92 Tim Auckland based on code by Jeff Butterworth.