~ubuntu-branches/ubuntu/dapper/xscreensaver/dapper

« back to all changes in this revision

Viewing changes to hacks/glx/menger.man

  • Committer: Bazaar Package Importer
  • Author(s): Oliver Grawert
  • Date: 2005-10-11 21:00:42 UTC
  • mfrom: (2.1.1 sarge)
  • Revision ID: james.westby@ubuntu.com-20051011210042-u7q6zslgevdxspr3
Tags: 4.21-4ubuntu17
updated pt_BR again, fixed to UTF-8 

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.TH XScreenSaver 1 "" "X Version 11"
 
2
.SH NAME
 
3
menger - 3D menger gasket fractal.
 
4
.SH SYNOPSIS
 
5
.B menger
 
6
[\-display \fIhost:display.screen\fP]
 
7
[\-visual \fIvisual\fP]
 
8
[\-window]
 
9
[\-root]
 
10
[\-delay \fInumber\fP]
 
11
[\-speed \fInumber\fP]
 
12
[\-depth \fInumber\fP]
 
13
[\-no-wander]
 
14
[\-no-spin]
 
15
[\-spin \fI[XYZ]\fP]
 
16
[\-wireframe]
 
17
[\-fps]
 
18
.SH DESCRIPTION
 
19
This draws the three-dimensional variant of the recursive Menger Gasket, a
 
20
cube-based fractal object analagous to the Sierpinski Tetrahedron.
 
21
.SH OPTIONS
 
22
.TP 8
 
23
.B \-visual \fIvisual\fP
 
24
Specify which visual to use.  Legal values are the name of a visual class,
 
25
or the id number (decimal or hex) of a specific visual.
 
26
.TP 8
 
27
.B \-window
 
28
Draw on a newly-created window.  This is the default.
 
29
.TP 8
 
30
.B \-root
 
31
Draw on the root window.
 
32
.TP 8
 
33
.B \-delay \fInumber\fP
 
34
Per-frame delay, in microseconds.  Default: 30000 (0.03 seconds.).
 
35
.TP 8
 
36
.B \-speed \fInumber\fP
 
37
Number of frames before changing shape.  Default: 150.
 
38
.TP 8
 
39
.B \-depth \fInumber\fP
 
40
Max depth to descend.  Default: 3.  You probably don't have enough
 
41
memory for 6.
 
42
.TP 8
 
43
.B \-wander | \-no-wander
 
44
Whether the object should wander around the screen.
 
45
.TP 8
 
46
.B \-spin [XYZ]
 
47
Around which axes should the object spin?
 
48
.TP 8
 
49
.B \-no-spin
 
50
None.
 
51
.TP 8
 
52
.B \-wireframe
 
53
Render in wireframe instead of solid.
 
54
.TP 8
 
55
.B \-fps | \-no-fps
 
56
Whether to show a frames-per-second display at the bottom of the screen.
 
57
.SH ENVIRONMENT
 
58
.PP
 
59
.TP 8
 
60
.B DISPLAY
 
61
to get the default host and display number.
 
62
.TP 8
 
63
.B XENVIRONMENT
 
64
to get the name of a resource file that overrides the global resources
 
65
stored in the RESOURCE_MANAGER property.
 
66
.SH SEE ALSO
 
67
.BR X (1),
 
68
.BR xscreensaver (1)
 
69
.SH COPYRIGHT
 
70
Copyright \(co 2002 by Jamie Zawinski.  Permission to use, copy, modify, 
 
71
distribute, and sell this software and its documentation for any purpose is 
 
72
hereby granted without fee, provided that the above copyright notice appear 
 
73
in all copies and that both that copyright notice and this permission notice
 
74
appear in supporting documentation.  No representations are made about the 
 
75
suitability of this software for any purpose.  It is provided "as is" without
 
76
express or implied warranty.
 
77
.SH AUTHOR
 
78
Jamie Zawinski.