42334466b9c214aace2325d468c1c3b9691d8bf5
[xscreensaver] / hacks / glx / boxed.man
1 .TH XScreenSaver 1 "" "X Version 11"
2 .SH NAME
3 boxed - draws a box full of 3D bouncing balls that explode.
4 .SH SYNOPSIS
5 .B boxed
6 [\-display \fIhost:display.screen\fP]
7 [\-visual \fIvisual\fP]
8 [\-window]
9 [\-root]
10 [\-delay \fInumber\fP]
11 [\-wireframe]
12 [\-fps]
13 .SH DESCRIPTION
14 Draws a box full of 3D bouncing balls that explode.
15 .SH OPTIONS
16 .TP 8
17 .B \-visual \fIvisual\fP
18 Specify which visual to use.  Legal values are the name of a visual class,
19 or the id number (decimal or hex) of a specific visual.
20 .TP 8
21 .B \-window
22 Draw on a newly-created window.  This is the default.
23 .TP 8
24 .B \-root
25 Draw on the root window.
26 .TP 8
27 .B \-delay \fInumber\fP
28 Per-frame delay, in microseconds.  Default: 20000 (0.02 seconds.).
29 .TP 8
30 .B \-wireframe
31 Render in wireframe instead of solid.
32 .TP 8
33 .B \-fps
34 Display the current frame rate, CPU load, and polygon count.
35 .SH ENVIRONMENT
36 .PP
37 .TP 8
38 .B DISPLAY
39 to get the default host and display number.
40 .TP 8
41 .B XENVIRONMENT
42 to get the name of a resource file that overrides the global resources
43 stored in the RESOURCE_MANAGER property.
44 .SH SEE ALSO
45 .BR X (1),
46 .BR xscreensaver (1)
47 .SH COPYRIGHT
48 Copyright \(co 2002 by Sander van Grieken.  Permission to use, copy, modify, 
49 distribute, and sell this software and its documentation for any purpose is 
50 hereby granted without fee, provided that the above copyright notice appear 
51 in all copies and that both that copyright notice and this permission notice
52 appear in supporting documentation.  No representations are made about the 
53 suitability of this software for any purpose.  It is provided "as is" without
54 express or implied warranty.
55 .SH AUTHOR
56 Sander van Grieken.