http://packetstormsecurity.org/UNIX/admin/xscreensaver-3.30.tar.gz
[xscreensaver] / hacks / rotzoomer.man
1 .TH XScreenSaver 1 "14-Mar-01" "X Version 11"
2 .SH NAME
3 rotzoomer - 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
13 The \fIrotzoomer\fP program grabs an image of the screen, then picks
14 rectangles and draws scaled and rotated animations of that part of
15 the screen.
16 .SH OPTIONS
17 .I rotzoomer
18 accepts the following options:
19 .TP 8
20 .B \-window
21 Draw on a newly-created window.  This is the default.
22 .TP 8
23 .B \-root
24 Draw on the root window.
25 .TP 8
26 .B \-install
27 Install a private colormap for the window.
28 .TP 8
29 .B \-visual \fIvisual\fP
30 Specify which visual to use.  Legal values are the name of a visual class,
31 or the id number (decimal or hex) of a specific visual.
32 .TP 8
33 .B \-delay \fImicroseconds\fP
34 How much of a delay should be introduced between steps of the animation.
35 Default 10000, or about 1/100th second.
36 .TP 8
37 .B \-move
38 Make the rectangles should wander around the screen.
39 .TP 8
40 .B \-no\-move
41 Make the rectangles be stationary.  This is the default.
42 .TP 8
43 .B \-n \fIcount\fP
44 How many rectangles to animate simultaniously.  Default 2.
45 .TP 8
46 .B \-no\-shm
47 Disable use of the SHM extension, even if it appears to be available.
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 2001 by Claudio Matsuoka.  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 Claudio Matsuoka <claudio@helllabs.org>