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

Revision 20148, 1.6 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 "" "X Version 11"
2.SH NAME
3triangle - random mountains using iterative subdivision of triangles.
4.SH SYNOPSIS
5.B triangle
6[\-display \fIhost:display.screen\fP]
7[\-visual \fIvisual\fP]
8[\-window]
9[\-root]
10[\-delay \fInumber\fP]
11[\-ncolors \fInumber\fP]
12.SH DESCRIPTION
13Generates random mountain ranges using iterative subdivision of triangles.
14.SH OPTIONS
15.TP 8
16.B \-visual \fIvisual\fP
17Specify which visual to use.  Legal values are the name of a visual class,
18or the id number (decimal or hex) of a specific visual.
19.TP 8
20.B \-window
21Draw on a newly-created window.  This is the default.
22.TP 8
23.B \-root
24Draw on the root window.
25.TP 8
26.B \-delay \fInumber\fP
27Per-frame delay, in microseconds.  Default: 10000 (0.01 seconds.).
28.TP 8
29.B \-ncolors \fInumber\fP
30Number of Colors.  Default: 128.
31.SH ENVIRONMENT
32.PP
33.TP 8
34.B DISPLAY
35to get the default host and display number.
36.TP 8
37.B XENVIRONMENT
38to get the name of a resource file that overrides the global resources
39stored in the RESOURCE_MANAGER property.
40.SH SEE ALSO
41.BR X (1),
42.BR xscreensaver (1)
43.SH COPYRIGHT
44Copyright \(co 2002 by Tobias Gloth.  Permission to use, copy, modify,
45distribute, and sell this software and its documentation for any purpose is
46hereby granted without fee, provided that the above copyright notice appear
47in all copies and that both that copyright notice and this permission notice
48appear in supporting documentation.  No representations are made about the
49suitability of this software for any purpose.  It is provided "as is" without
50express or implied warranty.
51.SH AUTHOR
52Tobias Gloth.
Note: See TracBrowser for help on using the repository browser.