1rotzoomer(6x) XScreenSaver manual rotzoomer(6x)
2
3
4
6 rotzoomer - animated rotations and scalings of portions of the screen
7
9 rotzoomer [-display host:display.screen] [-move | -no-move] [-delay
10 millisecs] [-duration secs] [-n count] [-shm | -no-shm] [-window]
11 [-root] [-install] [-visual visual] [-fps]
12
14 The rotzoomer program grabs an image, then picks rectangles and draws
15 scaled and rotated animations of that section.
16
17 The image that it manipulates will be grabbed from the portion of the
18 screen underlying the window, or from the system's video input, or from
19 a random file on disk, as indicated by the grabDesktopImages, grabVide‐
20 oFrames, and chooseRandomImages options in the ~/.xscreensaver file;
21 see xscreensaver-demo(1) for more details.
22
24 rotzoomer accepts the following options:
25
26 -window Draw on a newly-created window. This is the default.
27
28 -root Draw on the root window.
29
30 -install
31 Install a private colormap for the window.
32
33 -visual visual
34 Specify which visual to use. Legal values are the name of a
35 visual class, or the id number (decimal or hex) of a specific
36 visual.
37
38 -delay milliseconds
39 How much of a delay should be introduced between steps of the
40 animation. Default 10, or about 1/100th second.
41
42 -duration seconds
43 How long to run before loading a new image. Default 120 sec‐
44 onds.
45
46 -move Make the rectangles should wander around the screen.
47
48 -no-move
49 Make the rectangles be stationary. This is the default.
50
51 -n count
52 How many rectangles to animate simultaneously. Default 2.
53
54 -no-shm Disable use of the SHM extension, even if it appears to be
55 available.
56
57 -fps Display the current frame rate and CPU load.
58
60 DISPLAY to get the default host and display number.
61
62 XENVIRONMENT
63 to get the name of a resource file that overrides the global
64 resources stored in the RESOURCE_MANAGER property.
65
67 X(1), xscreensaver(1), xscreensaver-demo(1), xscreensaver-getimage(1)
68
70 Copyright © 2001 by Claudio Matsuoka. Permission to use, copy, modify,
71 distribute, and sell this software and its documentation for any pur‐
72 pose is hereby granted without fee, provided that the above copyright
73 notice appear in all copies and that both that copyright notice and
74 this permission notice appear in supporting documentation. No repre‐
75 sentations are made about the suitability of this software for any pur‐
76 pose. It is provided "as is" without express or implied warranty.
77
79 Claudio Matsuoka <claudio@helllabs.org>
80
81
82
83X Version 11 5.15-3.fc14 (18-Oct-2011) rotzoomer(6x)