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