source: trunk/third/xscreensaver/hacks/rotzoomer.man @ 20148

Revision 20148, 2.5 KB checked in by ghudson, 21 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r20147, which included commits to RCS files with non-trunk default branches.
Line 
1.TH XScreenSaver 1 "14-Mar-01" "X Version 11"
2.SH NAME
3rotzoomer - animated rotations and scalings of portions of the screen
4.SH SYNOPSIS
5.B rotzoomer
6[\-display \fIhost:display.screen\fP]
7[\-move | \-no\-move]
8[\-delay \fIusecs\fP]
9[\-n \fIcount\fP]
10[\-shm | \-no\-shm]
11[\-window] [\-root] [\-install] [\-visual \fIvisual\fP]
12.SH DESCRIPTION
13The \fIrotzoomer\fP program grabs an image, then picks
14rectangles and draws scaled and rotated animations of that
15section.
16
17The image that it manipulates will be grabbed from the portion of
18the screen underlying the window, or from the system's video input,
19or from a random file on disk, as indicated by
20the \fIgrabDesktopImages\fP, \fIgrabVideoFrames\fP,
21and \fIchooseRandomImages\fP options in the \fI~/.xscreensaver\fP
22file; see
23.BR xscreensaver-demo (1)
24for more details.
25.SH OPTIONS
26.I rotzoomer
27accepts the following options:
28.TP 8
29.B \-window
30Draw on a newly-created window.  This is the default.
31.TP 8
32.B \-root
33Draw on the root window.
34.TP 8
35.B \-install
36Install a private colormap for the window.
37.TP 8
38.B \-visual \fIvisual\fP
39Specify which visual to use.  Legal values are the name of a visual class,
40or the id number (decimal or hex) of a specific visual.
41.TP 8
42.B \-delay \fImicroseconds\fP
43How much of a delay should be introduced between steps of the animation.
44Default 10000, or about 1/100th second.
45.TP 8
46.B \-move
47Make the rectangles should wander around the screen.
48.TP 8
49.B \-no\-move
50Make the rectangles be stationary.  This is the default.
51.TP 8
52.B \-n \fIcount\fP
53How many rectangles to animate simultaniously.  Default 2.
54.TP 8
55.B \-no\-shm
56Disable use of the SHM extension, even if it appears to be available.
57.SH ENVIRONMENT
58.PP
59.TP 8
60.B DISPLAY
61to get the default host and display number.
62.TP 8
63.B XENVIRONMENT
64to get the name of a resource file that overrides the global resources
65stored in the RESOURCE_MANAGER property.
66.SH SEE ALSO
67.BR X (1),
68.BR xscreensaver (1),
69.BR xscreensaver\-demo (1),
70.BR xscreensaver\-getimage (1)
71.SH COPYRIGHT
72Copyright \(co 2001 by Claudio Matsuoka.  Permission to use, copy, modify,
73distribute, and sell this software and its documentation for any purpose is
74hereby granted without fee, provided that the above copyright notice appear
75in all copies and that both that copyright notice and this permission notice
76appear in supporting documentation.  No representations are made about the
77suitability of this software for any purpose.  It is provided "as is" without
78express or implied warranty.
79.SH AUTHOR
80Claudio Matsuoka <claudio@helllabs.org>
Note: See TracBrowser for help on using the repository browser.