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

« back to all changes in this revision

Viewing changes to hacks/glx/rubik.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
rubik - screen saver that solves Rubik's Cube.
 
4
.SH SYNOPSIS
 
5
.B rubik
 
6
[\-display \fIhost:display.screen\fP]
 
7
[\-visual \fIvisual\fP]
 
8
[\-window]
 
9
[\-root]
 
10
[\-count \fInumber\fP]
 
11
[\-cycles \fInumber\fP]
 
12
[\-delay \fInumber\fP]
 
13
[\-size \fInumber\fP]
 
14
[\-hideshuffling]
 
15
[\-fps]
 
16
.SH DESCRIPTION
 
17
Draws a Rubik's Cube that rotates in three dimensions and repeatedly
 
18
shuffles and solves itself.
 
19
.SH OPTIONS
 
20
.TP 8
 
21
.B \-visual \fIvisual\fP
 
22
Specify which visual to use.  Legal values are the name of a visual class,
 
23
or the id number (decimal or hex) of a specific visual.
 
24
.TP 8
 
25
.B \-window
 
26
Draw on a newly-created window.  This is the default.
 
27
.TP 8
 
28
.B \-root
 
29
Draw on the root window.
 
30
.TP 8
 
31
.B \-count \fInumber\fP
 
32
Count.  -100 - 100.  Default: -30.
 
33
.TP 8
 
34
.B \-cycles \fInumber\fP
 
35
Timeout.  0 - 60.  Default: 5.
 
36
.TP 8
 
37
.B \-delay \fInumber\fP
 
38
Per-frame delay, in microseconds.  Default: 40000 (0.04 seconds.).
 
39
.TP 8
 
40
.B \-size \fInumber\fP
 
41
Size.  -20 - 20.  Default: -6.
 
42
.TP 8
 
43
.B \-hideshuffling | \-no-hideshuffling
 
44
Show Shuffling.  Boolean.
 
45
.TP 8
 
46
.B \-fps | \-no-fps
 
47
Whether to show a frames-per-second display at the bottom of the screen.
 
48
.SH ENVIRONMENT
 
49
.PP
 
50
.TP 8
 
51
.B DISPLAY
 
52
to get the default host and display number.
 
53
.TP 8
 
54
.B XENVIRONMENT
 
55
to get the name of a resource file that overrides the global resources
 
56
stored in the RESOURCE_MANAGER property.
 
57
.SH SEE ALSO
 
58
.BR X (1),
 
59
.BR xscreensaver (1)
 
60
.SH COPYRIGHT
 
61
Copyright \(co 2002 by Marcelo Vianna.  Permission to use, copy, modify, 
 
62
distribute, and sell this software and its documentation for any purpose is 
 
63
hereby granted without fee, provided that the above copyright notice appear 
 
64
in all copies and that both that copyright notice and this permission notice
 
65
appear in supporting documentation.  No representations are made about the 
 
66
suitability of this software for any purpose.  It is provided "as is" without
 
67
express or implied warranty.
 
68
.SH AUTHOR
 
69
Marcelo Vianna.