source: trunk/third/xscreensaver/hacks/helix.man @ 20148

Revision 20148, 2.3 KB checked in by ghudson, 21 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r20147, which included commits to RCS files with non-trunk default branches.
Line 
1.TH XScreenSaver 1 "18-sep-97" "X Version 11"
2.SH NAME
3helix - draw helical string-art patterns
4.SH SYNOPSIS
5.B helix
6[\-display \fIhost:display.screen\fP] [\-foreground \fIcolor\fP] [\-background \fIcolor\fP] [\-window] [\-root] [\-mono] [\-erase\-speed \fIusecs\fP] [\-erase\-mode \fIinteger\fP] [\-delay \fIseconds\fP] [\-install] [\-visual \fIvisual\fP]
7.SH DESCRIPTION
8The \fIhelix\fP program draws interesting patterns composed of line segments
9in random colors.
10.SH OPTIONS
11.I helix
12accepts the following options:
13.TP 8
14.B \-window
15Draw on a newly-created window.  This is the default.
16.TP 8
17.B \-root
18Draw on the root window.
19.TP 8
20.B \-mono
21If on a color display, pretend we're on a monochrome display.
22.TP 8
23.B \-erase\-speed \fIusecs\fP
24This controls the speed at which the screen will be erased. Lower numbers
25erase faster.
26.TP 8
27.B \-erase\-mode \fIinteger\fP
28This sets the erase mode. Mode \-1 chooses a random mode each time. There
29are currently 6 modes defined (0\-5).
30.TP 8
31.B \-delay \fIseconds\fP
32This sets the number of seconds that the helix will be on the screen.
33.TP 8
34.B \-subdelay \fImicroseconds\fP
35This sets the amount of time to pause periodically while drawing.
36.TP 8
37.B \-install
38Install a private colormap for the window.
39.TP 8
40.B \-visual \fIvisual\fP
41Specify which visual to use.  Legal values are the name of a visual class,
42or the id number (decimal or hex) of a specific visual.
43.SH ENVIRONMENT
44.PP
45.TP 8
46.B DISPLAY
47to get the default host and display number.
48.TP 8
49.B XENVIRONMENT
50to get the name of a resource file that overrides the global resources
51stored in the RESOURCE_MANAGER property.
52.SH SEE ALSO
53.BR X (1),
54.BR xscreensaver (1)
55.SH COPYRIGHT
56Copyright \(co 1992 by Jamie Zawinski.  Permission to use, copy, modify,
57distribute, and sell this software and its documentation for any purpose is
58hereby granted without fee, provided that the above copyright notice appear
59in all copies and that both that copyright notice and this permission notice
60appear in supporting documentation.  No representations are made about the
61suitability of this software for any purpose.  It is provided "as is" without
62express or implied warranty.
63.SH AUTHOR
64Jamie Zawinski <jwz@jwz.org>, 13-aug-92.
65Screen eraser improved by Johannes Keukelaar <johannes@nada.kth.se>,
66 18-sep-97.
Note: See TracBrowser for help on using the repository browser.