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

« back to all changes in this revision

Viewing changes to hacks/glx/circuit.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 "5-May-2004" "X Version 11"
 
2
.SH NAME
 
3
circuit - animates a number of 3D electronic components.
 
4
.SH SYNOPSIS
 
5
.B circuit
 
6
[\-display \fIhost:display.screen\fP]
 
7
[\-visual \fIvisual\fP]
 
8
[\-window]
 
9
[\-root]
 
10
[\-delay \fInumber\fP]
 
11
[\-parts \fInumber\fP]
 
12
[\-no-spin]
 
13
[\-rotate]
 
14
[\-speed \fInumber\fP]
 
15
[\-no-light]
 
16
[\-fps]
 
17
.SH DESCRIPTION
 
18
Animates a number of 3D electronic components.
 
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 \-delay \fInumber\fP
 
32
Per-frame delay, in microseconds.  Default: 20000 (0.02 seconds.).
 
33
.TP 8
 
34
.B \-parts \fInumber\fP
 
35
Number of parts.  Default: 10.
 
36
.TP 8
 
37
.B \-spin | \-no-spin
 
38
Whether the objects should spin.
 
39
.TP 8
 
40
.B \-rotate | \-no-rotate
 
41
Whether the scene should spin.
 
42
.TP 8
 
43
.B \-speed \fInumber\fP
 
44
Rotation speed, 0 - 100.  Default: 1.
 
45
.TP 8
 
46
.B \-light | \-no-light
 
47
Whether to us lighting, or flat coloring.
 
48
.TP 8
 
49
.B \-fps | \-no-fps
 
50
Whether to show a frames-per-second display at the bottom of the screen.
 
51
.SH ENVIRONMENT
 
52
.PP
 
53
.TP 8
 
54
.B DISPLAY
 
55
to get the default host and display number.
 
56
.TP 8
 
57
.B XENVIRONMENT
 
58
to get the name of a resource file that overrides the global resources
 
59
stored in the RESOURCE_MANAGER property.
 
60
.SH SEE ALSO
 
61
.BR X (1),
 
62
.BR xscreensaver (1)
 
63
.SH COPYRIGHT
 
64
Copyright \(co 2002 by Ben Buxton.  Permission to use, copy, modify, 
 
65
distribute, and sell this software and its documentation for any purpose is 
 
66
hereby granted without fee, provided that the above copyright notice appear 
 
67
in all copies and that both that copyright notice and this permission notice
 
68
appear in supporting documentation.  No representations are made about the 
 
69
suitability of this software for any purpose.  It is provided "as is" without
 
70
express or implied warranty.
 
71
.SH AUTHOR
 
72
Ben Buxton.