http://www.jwz.org/xscreensaver/xscreensaver-5.10.tar.gz
[xscreensaver] / hacks / vines.man
1 .TH XScreenSaver 1 "10-May-97" "X Version 11"
2 .SH NAME
3 vines - draws pseudo-fractal geometric patterns
4 .SH SYNOPSIS
5 .B vines
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]
7
8 [\-fps]
9 .SH DESCRIPTION
10 The \fIvines\fP program is yet another geometric pattern generator, this
11 one's claim to fame being a pseudo-fractal looking vine like pattern that
12 creates nifty whorls and loops.
13 .SH OPTIONS
14 .I vines
15 accepts the following options:
16 .TP 8
17 .B \-window
18 Draw on a newly-created window.  This is the default.
19 .TP 8
20 .B \-root
21 Draw on the root window.
22 .TP 8
23 .B \-mono 
24 If on a color display, pretend we're on a monochrome display.
25 .TP 8
26 .B \-install
27 Install a private colormap for the window.
28 .TP 8
29 .B \-visual \fIvisual\fP
30 Specify which visual to use.  Legal values are the name of a visual class,
31 or the id number (decimal or hex) of a specific visual.
32 .TP 8
33 .B \-ncolors \fIinteger\fP
34 How many colors should be used (if possible).  Default 64.
35 The colors are chosen randomly.
36 .TP 8
37 .B \-fps
38 Display the current frame rate and CPU load.
39 .SH ENVIRONMENT
40 .PP
41 .TP 8
42 .B DISPLAY
43 to get the default host and display number.
44 .TP 8
45 .B XENVIRONMENT
46 to get the name of a resource file that overrides the global resources
47 stored in the RESOURCE_MANAGER property.
48 .SH SEE ALSO
49 .BR X (1),
50 .BR xscreensaver (1),
51 .BR xlock (1)
52 .SH COPYRIGHT
53 Copyright \(co 1997 by Tracy Camp.
54
55 Permission to use, copy, modify, and distribute this software and its
56 documentation for any purpose and without fee is hereby granted,
57 provided that the above copyright notice appear in all copies and that
58 both that copyright notice and this permission notice appear in
59 supporting documentation. 
60 .SH AUTHOR
61 Tracy Camp <campt@hurrah.com>, 1997.
62
63 Tweaked by David Hansen <dhansen@metapath.com>, 21-Mar-97.
64
65 Ability to run standalone or with \fIxscreensaver\fP added by 
66 Jamie Zawinski <jwz@jwz.org>, 10-May-97.