From http://www.jwz.org/xscreensaver/xscreensaver-5.23.tar.gz
[xscreensaver] / hacks / glx / bouncingcow.man
1 .TH XScreenSaver 1 "" "X Version 11"
2 .SH NAME
3 bouncingcow - a happy cow on a trampoline in 3D.  Moo.
4 .SH SYNOPSIS
5 .B bouncingcow
6 [\-display \fIhost:display.screen\fP]
7 [\-visual \fIvisual\fP]
8 [\-window]
9 [\-root]
10 [\-delay \fInumber\fP]
11 [\-speed \fInumber\fP]
12 [\-count \fInumber\fP]
13 [\-texture \fIfilename\fP]
14 [\-wireframe]
15 [\-fps]
16 .SH DESCRIPTION
17 It's very silly.
18 .SH 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: 30000 (0.03 seconds.).
32 .TP 8
33 .B \-speed \fInumber\fP
34 How fast the cow bounces.  Larger for faster.  Default: 1.0.
35 .TP 8
36 .B \-count \fInumber\fP
37 How many cows!  Default 1.
38 .TP 8
39 .B \-texture \fIfilename\fP
40 An image file to paint on the cow's hide.
41
42 Note that on most systems, GL textures must have dimensions that are a
43 power of two.
44 .TP 8
45 .B \-wireframe
46 Render in wireframe instead of solid.
47 .TP 8
48 .B \-fps
49 Display the current frame rate, CPU load, and polygon count.
50 .SH ENVIRONMENT
51 .PP
52 .TP 8
53 .B DISPLAY
54 to get the default host and display number.
55 .TP 8
56 .B XENVIRONMENT
57 to get the name of a resource file that overrides the global resources
58 stored in the RESOURCE_MANAGER property.
59 .SH SEE ALSO
60 .BR X (1),
61 .BR xscreensaver (1)
62 .SH COPYRIGHT
63 Copyright \(co 2003 by Jamie Zawinski.  Moo.  Permission to use, copy,
64 modify, distribute, and sell this software and its documentation for
65 any purpose is hereby granted without fee, provided that the above
66 copyright notice appear in all copies and that both that copyright
67 notice and this permission notice appear in supporting documentation.
68 Moo.  No representations are made about the suitability of this
69 software for any purpose.  It is provided "as is" without express or
70 implied warranty.  Moo.
71 .SH AUTHOR
72 Jamie Zawinski <jwz@jwz.org>
73