From http://www.jwz.org/xscreensaver/xscreensaver-5.23.tar.gz
[xscreensaver] / hacks / glx / atunnel.man
1 .de EX          \"Begin example
2 .ne 5
3 .if n .sp 1
4 .if t .sp .5
5 .nf
6 .in +.5i
7 ..
8 .de EE
9 .fi
10 .in -.5i
11 .if n .sp 1
12 .if t .sp .5
13 ..
14 .TH XScreenSaver 1 "12-Feb-03" "X Version 11"
15 .SH NAME
16 atunnel - hypnotic GL tunnel journey
17 .SH SYNOPSIS
18 .B sballs
19 [\-display \fIhost:display.screen\fP] [\-window] [\-root]
20 [\-visual \fIvisual\fP] [\-delay \fImicroseconds\fP]
21 [\-light] [\-no-light]
22 [\-wire] [\-no-wire]
23 [\-texture] [\-no-texture]
24 [\-fps]
25 .SH DESCRIPTION
26 The \fIatunnel\fP program draws an animation of a journey in a GL tunnel.
27 .SH OPTIONS
28 .I sballs
29 accepts the following options:
30 .TP 8
31 .B \-window
32 Draw on a newly-created window.  This is the default.
33 .TP 8
34 .B \-root
35 Draw on the root window.
36 .TP 8
37 .B \-install
38 Install a private colormap for the window.
39 .TP 8
40 .B \-visual \fIvisual\fP
41 Specify which visual to use.  Legal values are the name of a visual class,
42 or the id number (decimal or hex) of a specific visual.
43 .TP 8
44 .B \-fps
45 Display the current frame rate, CPU load, and polygon count.
46 .TP 8
47 .B \-texture
48 Show a textured tunnel. This is the default.
49 .TP 8
50 .B \-no\-texture
51 Disables texturing the animation.
52 .TP 8
53 .B \-wire
54 Draw a wireframe rendition of the tunnel.
55 .SH ENVIRONMENT
56 .PP
57 .TP 8
58 .B DISPLAY
59 to get the default host and display number.
60 .TP 8
61 .B XENVIRONMENT
62 to get the name of a resource file that overrides the global resources
63 stored in the RESOURCE_MANAGER property.
64 .SH SEE ALSO
65 .BR X (1),
66 .BR xscreensaver (1)
67 .SH COPYRIGHT
68 Copyright \(co 2003 by Eric Lassauge.
69 Permission to use, copy, modify, distribute, and sell this software and
70 its documentation for any purpose is hereby granted without fee,
71 provided that the above copyright notice appear in all copies and that
72 both that copyright notice and this permission notice appear in
73 supporting documentation.  No representations are made about the
74 suitability of this software for any purpose.  It is provided "as is"
75 without express or implied warranty.
76
77 The original code for this mode was written by 
78 Roman Podobedov <romka@ut.ee>
79 and can be found at http://romka.demonews.com
80
81 .SH AUTHOR
82 Roman Podobedov <romka@ut.ee> 
83 Eric Lassauge <lassauge@users.sourceforge.net>