http://www.jwz.org/xscreensaver/xscreensaver-5.07.tar.gz
[xscreensaver] / hacks / hopalong.man
1 .TH XScreenSaver 1 "10-May-97" "X Version 11"
2 .SH NAME
3 hopalong - draw real plane fractals
4 .SH SYNOPSIS
5 .B hopalong
6 [\-display \fIhost:display.screen\fP] [\-foreground \fIcolor\fP] [\-background \fIcolor\fP] [\-window] [\-root] [\-mono] [\-install] [\-visual \fIvisual\fP] [\-ncolors \fIinteger\fP] [\-delay \fImicroseconds\fP] [\-cycles \fIinteger\fP] [\-count \fIinteger\fP] [\-jong] [\-no\-jong] [\-jong] [\-no\-sine]
7
8 [\-fps]
9 .SH DESCRIPTION
10 The \fIhop\fP program generates real plane fractals as described in
11 the September 1986 issue of Scientific American.
12 .SH OPTIONS
13 .I hopalong
14 accepts the following options:
15 .TP 8
16 .B \-window
17 Draw on a newly-created window.  This is the default.
18 .TP 8
19 .B \-root
20 Draw on the root window.
21 .TP 8
22 .B \-mono 
23 If on a color display, pretend we're on a monochrome display.
24 .TP 8
25 .B \-install
26 Install a private colormap for the window.
27 .TP 8
28 .B \-visual \fIvisual\fP
29 Specify which visual to use.  Legal values are the name of a visual class,
30 or the id number (decimal or hex) of a specific visual.
31 .TP 8
32 .B \-ncolors \fIinteger\fP
33 How many colors should be used (if possible).  Default 200.
34 The colors used cycle through the hue, making N stops around
35 the color wheel.
36 .TP 8
37 .B \-cycles \fIinteger\fP
38 How long to run each batch.  Default 2500 pixels.
39 .TP 8
40 .B \-count \fIinteger\fP
41 How many pixels should be drawn before a color change.  Default 1000.
42 .TP 8
43 .B \-jong \fIinteger\fP
44 .TP 8
45 .B \-no\-jong \fIinteger\fP
46 Whether to use the Jong format (default is to choose randomly.)
47
48 .TP 8
49 .B \-sine \fIinteger\fP
50 .TP 8
51 .B \-no\-sine \fIinteger\fP
52 Whether to use the Sine format (default is to choose randomly.)
53
54 .TP 8
55 .B \-fps
56 Display the current frame rate and CPU load.
57 .SH ENVIRONMENT
58 .PP
59 .TP 8
60 .B DISPLAY
61 to get the default host and display number.
62 .TP 8
63 .B XENVIRONMENT
64 to get the name of a resource file that overrides the global resources
65 stored in the RESOURCE_MANAGER property.
66 .SH SEE ALSO
67 .BR X (1),
68 .BR xscreensaver (1),
69 .BR xlock (1)
70 .SH COPYRIGHT
71 Copyright \(co 1988-91 by Patrick J. Naughton.
72
73 Permission to use, copy, modify, and distribute this software and its
74 documentation for any purpose and without fee is hereby granted,
75 provided that the above copyright notice appear in all copies and that
76 both that copyright notice and this permission notice appear in
77 supporting documentation. 
78 .SH AUTHOR
79 Patrick J. Naughton <naughton@eng.sun.com>, 23-mar-88.
80
81 Ability to run standalone or with \fIxscreensaver\fP added by 
82 Jamie Zawinski <jwz@jwz.org>, 13-aug-92, and again on 10-May-97.