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