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