ftp://ftp.smr.ru/pub/0/FreeBSD/releases/distfiles/xscreensaver-3.16.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 .SH DESCRIPTION
9 The \fIvines\fP program is yet another geometric pattern generator, this
10 one's claim to fame being a pseudo-fractal looking vine like pattern that
11 creates nifty whorls and loops.
12 .SH OPTIONS
13 .I vines
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 are chosen randomly.
35 .SH ENVIRONMENT
36 .PP
37 .TP 8
38 .B DISPLAY
39 to get the default host and display number.
40 .TP 8
41 .B XENVIRONMENT
42 to get the name of a resource file that overrides the global resources
43 stored in the RESOURCE_MANAGER property.
44 .SH SEE ALSO
45 .BR X (1),
46 .BR xscreensaver (1),
47 .BR xlock (1)
48 .SH COPYRIGHT
49 Copyright \(co 1997 by Tracy Camp.
50
51 Permission to use, copy, modify, and distribute this software and its
52 documentation for any purpose and without fee is hereby granted,
53 provided that the above copyright notice appear in all copies and that
54 both that copyright notice and this permission notice appear in
55 supporting documentation. 
56 .SH AUTHOR
57 Tracy Camp <campt@hurrah.com>, 1997.
58
59 Tweaked by David Hansen <dhansen@metapath.com>, 21-Mar-97.
60
61 Ability to run standalone or with \fIxscreensaver\fP added by 
62 Jamie Zawinski <jwz@jwz.org>, 10-May-97.