1vines(6x) XScreenSaver manual vines(6x)
2
3
4
6 vines - draws pseudo-fractal geometric patterns
7
9 vines [-display host:display.screen] [-foreground color] [-background
10 color] [-window] [-root] [-mono] [-install] [-visual visual] [-ncolors
11 integer] [-delay microseconds]
12
13
15 The vines program is yet another geometric pattern generator, this
16 one's claim to fame being a pseudo-fractal looking vine like pattern
17 that creates nifty whorls and loops.
18
20 vines accepts the following options:
21
22 -window Draw on a newly-created window. This is the default.
23
24 -root Draw on the root window.
25
26 -mono If on a color display, pretend we're on a monochrome display.
27
28 -install
29 Install a private colormap for the window.
30
31 -visual visual
32 Specify which visual to use. Legal values are the name of a
33 visual class, or the id number (decimal or hex) of a specific
34 visual.
35
36 -ncolors integer
37 How many colors should be used (if possible). Default 64. The
38 colors are chosen randomly.
39
41 DISPLAY to get the default host and display number.
42
43 XENVIRONMENT
44 to get the name of a resource file that overrides the global
45 resources stored in the RESOURCE_MANAGER property.
46
48 X(1), xscreensaver(1), xlock(1)
49
51 Copyright © 1997 by Tracy Camp.
52
53 Permission to use, copy, modify, and distribute this software and its
54 documentation for any purpose and without fee is hereby granted, pro‐
55 vided that the above copyright notice appear in all copies and that
56 both that copyright notice and this permission notice appear in sup‐
57 porting documentation.
58
60 Tracy Camp <campt@hurrah.com>, 1997.
61
62 Tweaked by David Hansen <dhansen@metapath.com>, 21-Mar-97.
63
64 Ability to run standalone or with xscreensaver added by Jamie Zawinski
65 <jwz@jwz.org>, 10-May-97.
66
67
68
69X Version 11 5.05-3 (06-Apr-2008) vines(6x)