ftp://ftp.krokus.ru/pub/OpenBSD/distfiles/xscreensaver-4.22.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, then picks
14 rectangles and draws scaled and rotated animations of that 
15 section.
16
17 The image that it manipulates will be grabbed from the portion of
18 the screen underlying the window, or from the system's video input,
19 or from a random file on disk, as indicated by
20 the \fIgrabDesktopImages\fP, \fIgrabVideoFrames\fP,
21 and \fIchooseRandomImages\fP options in the \fI~/.xscreensaver\fP
22 file; see
23 .BR xscreensaver-demo (1)
24 for more details.
25 .SH OPTIONS
26 .I rotzoomer
27 accepts the following options:
28 .TP 8
29 .B \-window
30 Draw on a newly-created window.  This is the default.
31 .TP 8
32 .B \-root
33 Draw on the root window.
34 .TP 8
35 .B \-install
36 Install a private colormap for the window.
37 .TP 8
38 .B \-visual \fIvisual\fP
39 Specify which visual to use.  Legal values are the name of a visual class,
40 or the id number (decimal or hex) of a specific visual.
41 .TP 8
42 .B \-delay \fImicroseconds\fP
43 How much of a delay should be introduced between steps of the animation.
44 Default 10000, or about 1/100th second.
45 .TP 8
46 .B \-move
47 Make the rectangles should wander around the screen.
48 .TP 8
49 .B \-no\-move
50 Make the rectangles be stationary.  This is the default.
51 .TP 8
52 .B \-n \fIcount\fP
53 How many rectangles to animate simultaneously.  Default 2.
54 .TP 8
55 .B \-no\-shm
56 Disable use of the SHM extension, even if it appears to be available.
57 .SH ENVIRONMENT
58 .PP
59 .TP 8
60 .B DISPLAY
61 to get the default host and display number.
62 .TP 8
63 .B XENVIRONMENT
64 to get the name of a resource file that overrides the global resources
65 stored 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
72 Copyright \(co 2001 by Claudio Matsuoka.  Permission to use, copy, modify, 
73 distribute, and sell this software and its documentation for any purpose is 
74 hereby granted without fee, provided that the above copyright notice appear 
75 in all copies and that both that copyright notice and this permission notice
76 appear in supporting documentation.  No representations are made about the 
77 suitability of this software for any purpose.  It is provided "as is" without
78 express or implied warranty.
79 .SH AUTHOR
80 Claudio Matsuoka <claudio@helllabs.org>