f41457125b05fe84dc505bb045e7aff2b930dae9
[xscreensaver] / hacks / glx / noof.man
1 .TH XScreenSaver 1 "" "X Version 11"
2 .SH NAME
3 noof - draw rotatey patterns
4 .SH SYNOPSIS
5 .B dangerball
6 [\-display \fIhost:display.screen\fP]
7 [\-visual \fIvisual\fP]
8 [\-window]
9 [\-root]
10 [\-delay \fInumber\fP]
11 [\-fps]
12 .SH DESCRIPTION
13 Draws some rotatey patterns, using OpenGL.
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: 10000 (0.01 seconds.).
28 .TP 8
29 .B \-fps
30 Display the current frame rate, CPU load, and polygon count.
31 .SH ENVIRONMENT
32 .PP
33 .TP 8
34 .B DISPLAY
35 to get the default host and display number.
36 .TP 8
37 .B XENVIRONMENT
38 to get the name of a resource file that overrides the global resources
39 stored in the RESOURCE_MANAGER property.
40 .SH SEE ALSO
41 .BR X (1),
42 .BR xscreensaver (1)
43 .SH COPYRIGHT
44 Copyright \(co 2004 by Mark Kilgard.  Permission to use, copy, modify, 
45 distribute, and sell this software and its documentation for any purpose is 
46 hereby granted without fee, provided that the above copyright notice appear 
47 in all copies and that both that copyright notice and this permission notice
48 appear in supporting documentation.  No representations are made about the 
49 suitability of this software for any purpose.  It is provided "as is" without
50 express or implied warranty.
51 .SH AUTHOR
52 Mark Kilgard <mjk@nvidia.com>