~ubuntu-branches/ubuntu/trusty/xscreensaver/trusty

« back to all changes in this revision

Viewing changes to hacks/rotor.man

  • Committer: Bazaar Package Importer
  • Author(s): Robert Ancell
  • Date: 2009-11-30 13:33:13 UTC
  • mfrom: (1.1.8 upstream) (2.1.6 squeeze)
  • Revision ID: james.westby@ubuntu.com-20091130133313-3b5nz2e7hvbb8h3l
Tags: 5.10-3ubuntu1
* Merge with Debian unstable, remaining changes: (LP: #489062)
  - debian/control: add Build-Depends on ubuntu-artwork
  - debian/rules: use /usr/share/backgrounds
  - debian/control: Move xli | xloadimage recommends to suggests
  - debian/split-hacks.config: Use different set of default hacks to Debian
  - debian/source_xscreensaver.py: Add apport hook
  - debian/patches/53_XScreenSaver.ad.in.patch: Use Ubuntu branding

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.TH XScreenSaver 1 "" "X Version 11"
 
2
.SH NAME
 
3
rotor - screen saver.
 
4
.SH SYNOPSIS
 
5
.B rotor
 
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
[\-ncolors \fInumber\fP]
 
14
[\-size \fInumber\fP]
 
15
[\-fps]
 
16
.SH DESCRIPTION
 
17
This draws a line segment moving along a complex spiraling curve.
 
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 \-count \fInumber\fP
 
31
Count.  0 - 20.  Default: 4.
 
32
.TP 8
 
33
.B \-cycles \fInumber\fP
 
34
Length.  2 - 100.  Default: 20.
 
35
.TP 8
 
36
.B \-delay \fInumber\fP
 
37
Per-frame delay, in microseconds.  Default: 10000 (0.01 seconds.).
 
38
.TP 8
 
39
.B \-ncolors \fInumber\fP
 
40
Number of Colors.  Default: 200.
 
41
.TP 8
 
42
.B \-size \fInumber\fP
 
43
Size.  -50 - 50.  Default: -6.
 
44
.TP 8
 
45
.B \-fps
 
46
Display the current frame rate and CPU load.
 
47
.SH ENVIRONMENT
 
48
.PP
 
49
.TP 8
 
50
.B DISPLAY
 
51
to get the default host and display number.
 
52
.TP 8
 
53
.B XENVIRONMENT
 
54
to get the name of a resource file that overrides the global resources
 
55
stored in the RESOURCE_MANAGER property.
 
56
.SH SEE ALSO
 
57
.BR X (1),
 
58
.BR xscreensaver (1)
 
59
.SH COPYRIGHT
 
60
Copyright \(co 2002 by Tom Lawrence.  Permission to use, copy, modify, 
 
61
distribute, and sell this software and its documentation for any purpose is 
 
62
hereby granted without fee, provided that the above copyright notice appear 
 
63
in all copies and that both that copyright notice and this permission notice
 
64
appear in supporting documentation.  No representations are made about the 
 
65
suitability of this software for any purpose.  It is provided "as is" without
 
66
express or implied warranty.
 
67
.SH AUTHOR
 
68
Tom Lawrence.