1distort(6x) XScreenSaver manual distort(6x)
2
3
4
6 distort - distort the content of the screen in interesting ways
7
9 distort [-root] [-window] [-mono] [-install] [-noinstall] [-visual vis‐
10 ual] [-window-id window-id] [-delay usecs] [-radius pixels] [-speed
11 int] [-number int] [-swamp] [-bounce] [-reflect] [-vortex] [-magnify]
12 [-blackhole] [-slow] [-shm] [-no-shm]
13
15 The distort program takes an image and lets circular zones of distor‐
16 tion wander randomly around it, distorting what is under them. The
17 mode of distortion and the overall behaviour of the zones can be influ‐
18 enced in various ways.
19
20 The image that it manipulates will be grabbed from the portion of the
21 screen underlying the window, or from the system's video input, or from
22 a random file on disk, as indicated by the grabDesktopImages, grabVide‐
23 oFrames, and chooseRandomImages options in the ~/.xscreensaver file;
24 see xscreensaver-demo(1) for more details.
25
27 distort accepts the following options:
28
29 -root Draw on the root window.
30
31 -window Draw on a newly-created window. This is the default.
32
33 -mono If on a color display, pretend we're on a monochrome display.
34
35 -install
36 Install a private colormap for the window.
37
38 -noinstall
39 Don't install a private colormap for the window.
40
41 -visual visual
42 Specify which visual to use. Legal values are the name of a
43 visual class or the id number (decimal or hex) of a specific
44 visual.
45
46 -window-id window-id
47 Specify which window id to use.
48
49 -delay usecs
50 Specify the delay between subsequent animation frames in
51 microseconds.
52
53 -radius pixels
54 Specify the radius of the distortion zone in pixels.
55
56 -speed int
57 Specify the speed at which the distortion zone moves, where 0
58 is slow, higher numbers are faster (10 is pretty fast.)
59
60 -number int
61 Specify the number of distortion zones.
62
63 -swamp Instead of letting zones wander around, let small zones pop up
64 like bubbles in a swamp and leave permanent distortion. WARN‐
65 ING: this option uses a colossal amount of memory: keep the
66 -radius small when using -swamp.
67
68 -bounce Let zones wander around and bounce off the window border. This
69 is the default.
70
71 -reflect
72 Mode of distortion that resembles reflection by a cylindrical
73 mirror.
74
75 -vortex Whirlpool-shaped distortion. Way cool.
76
77 -magnify
78 This mode of distortion looks like a magnifying glass.
79
80 -blackhole
81 Suck your pixels beyond the event horizon. Favourite mode of Dr
82 Stephen Hawking.
83
84 -slow Make the zone wander slower.
85
86 -shm Use shared memory extension.
87
88 -no-shm Don't use shared memory extension.
89
91 DISPLAY to get the default host and display number
92
93 XENVIRONMENT
94 to get the name of a resource file that overrides the global
95 resources stored in the RESOURCE_MANAGER property.
96
98 X(1), xscreensaver(1), xscreensaver-demo(1), xscreensaver-getimage(1)
99
101 Copyright © 1998 by Jonas Munsin and Jamie Zawinski. Permission to
102 use, copy, modify, distribute, and sell this software and its documen‐
103 tation for any purpose is hereby granted without fee, provided that the
104 above copyright notice appear in all copies and that both that copy‐
105 right notice and this permission notice appear in supporting documenta‐
106 tion. No representations are made about the suitability of this soft‐
107 ware for any purpose. It is provided "as is" without express or
108 implied warranty.
109
111 Jonas Munsin <jmunsin@iki.fi> and Jamie Zawinski <jwz@jwz.org>. This
112 manual page by Matthias Warkus <mawa@iname.com>, 17-Oct-1999.
113
114
115
116X Version 11 5.05-3 (06-Apr-2008) distort(6x)