http://packetstormsecurity.org/UNIX/admin/xscreensaver-4.14.tar.gz
[xscreensaver] / hacks / glx / blinkbox.man
1 .TH XScreenSaver 1 "" "X Version 11"
2 .SH NAME
3 blinkbox 
4 .SH SYNOPSIS
5 .B boundingbox
6 [\-display \fIhost:display.screen\fP]
7 [\-visual \fIvisual\fP]
8 [\-window]
9 [\-root]
10 [\-delay \fInumber\fP]
11 .SH DESCRIPTION
12 Shows a ball contained inside of a bounding box. Colored blocks blink in
13 when the ball hits the edges.
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: 30000 (0.03 seconds.).
28 .SH ENVIRONMENT
29 .PP
30 .TP 8
31 .B DISPLAY
32 to get the default host and display number.
33 .TP 8
34 .B XENVIRONMENT
35 to get the name of a resource file that overrides the global resources
36 stored in the RESOURCE_MANAGER property.
37 .SH SEE ALSO
38 .BR X (1),
39 .BR xscreensaver (1)
40 .SH COPYRIGHT
41 Copyright \(co 2003 by Jeremy English.  Permission to use, copy, modify, 
42 distribute, and sell this software and its documentation for any purpose is 
43 hereby granted without fee, provided that the above copyright notice appear 
44 in all copies and that both that copyright notice and this permission notice
45 appear in supporting documentation.  No representations are made about the 
46 suitability of this software for any purpose.  It is provided "as is" without
47 express or implied warranty.
48 .SH AUTHOR
49 Jeremy English.