From http://www.jwz.org/xscreensaver/xscreensaver-5.23.tar.gz
[xscreensaver] / hacks / glx / tangram.man
1 .TH XScreenSaver 1 "" "X Version 11"
2 .SH NAME
3 tangram - watch the computer solve tangram puzzles.
4 .SH SYNOPSIS
5 .B tangram 
6 [\-display \fIhost:display.screen\fP]
7 [\-visual \fIvisual\fP]
8 [\-window]
9 [\-root]
10 [\-delay \fInumber\fP]
11 [\-wireframe]
12 [\-viewing_time \fInumber\fP]
13 [\-rotate]
14 [\-fps]
15 .SH DESCRIPTION
16 The \fItangram\fP program uses a few basic shapes to build silhouettes of recognizable objects.
17 .SH OPTIONS
18 .I tangram
19 accepts the following options:
20 .TP 8
21 .B \-visual \fIvisual\fP
22 Specify which visual to use.  Legal values are the name of a visual class,
23 or the id number (decimal or hex) of a specific visual.
24 .TP 8
25 .B \-window
26 Draw on a newly-created window.  This is the default.
27 .TP 8
28 .B \-root
29 Draw on the root window.
30 .TP 8
31 .B \-delay \fInumber\fP
32 Per-frame delay, in microseconds.  Default: 10000 (0.01 seconds.).
33 .TP 8
34 .B \-wireframe | \-no-wireframe
35 Render in wireframe instead of solid.
36 .TP 8
37 .B \-viewing_time \fInumber\fP 
38 Specify the length of time, in seconds, that the finished puzzle
39 should be displayed. Default: 5
40 .TP 8
41 .B \-rotate | \-no-rotate
42 Rotate the camera around the puzzle.
43 .TP 8
44 .B \-fps
45 Display the current frame rate, CPU load, and polygon count.
46 .SH ENVIRONMENT
47 .PP
48 .TP 8
49 .B DISPLAY
50 to get the default host and display number.
51 .TP 8
52 .B XENVIRONMENT
53 to get the name of a resource file that overrides the global resources
54 stored in the RESOURCE_MANAGER property.
55 .SH SEE ALSO
56 .BR X (1),
57 .BR xscreensaver (1)
58 .SH COPYRIGHT
59 Copyright \(co 2005 by Jeremy English.  Permission to use, copy, modify, 
60 distribute, and sell this software and its documentation for any purpose is 
61 hereby granted without fee, provided that the above copyright notice appear 
62 in all copies and that both that copyright notice and this permission notice
63 appear in supporting documentation.  No representations are made about the 
64 suitability of this software for any purpose.  It is provided "as is" without
65 express or implied warranty.
66 .SH AUTHOR
67 Jeremy English <jhe@jeremyenglish.org>