http://ftp.x.org/contrib/applications/xscreensaver-2.34.tar.gz
[xscreensaver] / driver / xscreensaver.man
1 .de EX          \"Begin example
2 .ne 5
3 .if n .sp 1
4 .if t .sp .5
5 .nf
6 .in +.5i
7 ..
8 .de EE
9 .fi
10 .in -.5i
11 .if n .sp 1
12 .if t .sp .5
13 ..
14 .TH XScreenSaver 1 "08-Oct-98 (2.34)" "X Version 11"
15 .SH NAME
16 xscreensaver - graphics hack and screen locker, launched when the user is idle
17 .SH SYNOPSIS
18 .B xscreensaver
19 [\-display \fIhost:display.screen\fP] \
20 [\-timeout \fIint\fP] \
21 [\-cycle \fIint\fP] \
22 [\-lock\-mode] \
23 [\-no\-lock\-mode] \
24 [\-lock\-timeout \fIint\fP] \
25 [\-visual \fIvisual\fP] \
26 [\-install] \
27 [\-no\-install] \
28 [\-verbose] \
29 [\-silent] \
30 [\-timestamp] \
31 [\-capture\-stderr] \
32 [\-no\-capture\-stderr] \
33 [\-splash] \
34 [\-no\-splash] \
35 [\-nice \fIint\fP] \
36 [\-mit\-extension] \
37 [\-no\-mit\-extension] \
38 [\-sgi\-extension] \
39 [\-no\-sgi\-extension] \
40 [\-xidle\-extension] \
41 [\-no\-xidle\-extension] \
42 [\-xrm \fIresources\fP]
43 .SH DESCRIPTION
44 The \fIxscreensaver\fP program waits until the keyboard and mouse have been 
45 idle for a period, and then runs a graphics demo chosen at random.  It 
46 turns off as soon as there is any mouse or keyboard activity.
47
48 This program can lock your terminal in order to prevent others from using it,
49 though its default mode of operation is merely to display pretty pictures on
50 your screen when it is not in use.  
51
52 The benefit that this program has over the combination of the
53 .BR xlock (1)
54 and
55 .BR xautolock (1)
56 programs is the ease with which new graphics hacks can be installed.  You
57 don't need to recompile (or even re-run) this program to add a new display
58 mode.
59 .SH GETTING STARTED
60 For the impatient, try this:
61 .EX
62 xscreensaver &
63 xscreensaver-command -demo
64 .EE
65 After a few seconds, the screen should go black, and a dialog box should
66 appear in the upper right corner.  This is \fIDemo Mode\fP.
67
68 .B Note:
69 unlike
70 .BR xlock (1),
71 xscreensaver has a client-server model: the xscreensaver process is a
72 daemon that runs in the background; it is controlled by the foreground
73 .BR xscreensaver-command (1)
74 program.
75 .SH DEMO MODE
76 If \fIxscreensaver\fP receives the \fBDEMO\fP ClientMessage, which is done
77 by running the
78 .BR xscreensaver\-command (1)
79 program with the \fB\-demo\fP option, the screensaver will black the screen
80 and pop up a dialog box from which you can examine and experiment with the
81 client programs.
82
83 The dialog box contains a scrolling list, a text field, and a number of 
84 buttons.  
85
86 Double-clicking on one of the programs in the list will run it.  The dialog
87 box will disappear, allowing the program access to the full screen.  Clicking
88 the mouse again will bring the dialog box back.
89
90 Single-clicking in the list will place the indicated program and its args
91 in the text field to be edited.  Edit the arguments and hit return to run
92 the program with the parameters you have specified.  (Note that these are
93 one-time changes and won't be remembered; to make the changes permanent,
94 you need to edit your \fI~/.xscreensaver\fP file by hand.)
95
96 The buttons are:
97 .TP 8
98 .B Run Next
99 Clicking this button will run the next program in the list after the 
100 currently-selected one, and will wrap around to the top when it reaches
101 the bottom.
102 .TP 8
103 .B Run Previous
104 Opposite of Run Next; at the top, it wraps around to the bottom.
105 .TP 8
106 .B Preferences
107 This pops up a second dialog box, in which you have the option to 
108 interactively change most of the screensaver's operational parameters,
109 such as its timeouts, and whether it should lock the screen.  When you
110 click OK, your chosen settings will take effect immediately, and will
111 also be saved to the \fI~/.xscreensaver\fP file in your home directory,
112 so that the settings will persist next time.  (For more details, see
113 the \fIConfiguration\fP section, below.)
114 .TP 8
115 .B Exit Demo Mode
116 Returns to normal screensaver operation.
117 .TP 8
118 .B Reinitialize
119 This causes the X resource database to be re-read, to pick up any changes
120 you might have made.  This works by causing the screensaver process to exit
121 and then restart itself with the same command-line arguments.  This is just
122 like the \fI\-restart\fP argument to 
123 .BR xscreensaver\-command (1)
124 except that when executed from this button, the screensaver will 
125 automatically return to Demo Mode after restarting.
126 .SH CONFIGURATION
127 Options to \fIxscreensaver\fP are specified in one of two places: in 
128 a \fI.xscreensaver\fP file in your home directory; or in the X resource
129 database.  If a \fI.xscreensaver\fP file exists, it overrides any settings
130 in the resource database.  
131
132 The syntax of the \fI.xscreensaver\fP file is similar to that of
133 the \fI.Xdefaults\fP file; for example, to set the \fItimeout\fP paramter
134 in the \fI.xscreensaver\fP file, you would write the following:
135 .EX
136 timeout: 5
137 .EE
138 whereas, in the \fI.Xdefaults\fP file, you would write
139 .EX
140 xscreensaver.timeout: 5
141 .EE
142 If you change a setting in the \fI.xscreensaver\fP file while xscreensaver
143 is already running, it will notice this, and reload the file.  (The file will
144 be reloaded the next time the screen saver needs to take some action, such as
145 blanking or unblanking the screen, or picking a new graphics mode.)
146
147 If you change a setting in your X resource database, or if you want
148 xscreensaver to notice your changes immediately instead of the next time
149 it wakes up, then you will need to tell the running xscreensaver process
150 to re-initialize itself, like so:
151 .EX
152 xscreensaver-command -restart
153 .EE
154 Note that if you changed the \fI.Xdefaults\fP file, you might also need to run
155 .BR xrdb (1):
156 .EX
157 xrdb < ~/.Xdefaults
158 .EE
159 If you want to set the system-wide defaults, then make your edits to
160 the xscreensaver app-defaults file, which should have been installed
161 when xscreensaver itself was installed.  The app-defaults file will
162 usually be named /usr/lib/X11/app-defaults/XScreenSaver, but different
163 systems might keep it in a different place (for example,
164 /usr/openwin/lib/app-defaults/XScreenSaver on Solaris.)
165
166 When settings are changed in the Preferences dialog box (see above)
167 the current settings will be written to the \fI.xscreensaver\fP file.
168 (The \fI.Xdefaults\fP file and the app-defaults file will never be
169 written by xscreensaver itself.)
170 .PP
171 .TP 8
172 .B timeout\fP (class \fBTime\fP)
173 The screensaver will activate (blank the screen) after the keyboard and
174 mouse have been idle for this many minutes.  Default 10 minutes.
175 .TP 8
176 .B cycle\fP (class \fBTime\fP)
177 After the screensaver has been running for this many minutes, the currently
178 running graphics-hack sub-process will be killed (with \fBSIGTERM\fP), and a
179 new one started.  If this is 0, then the graphics hack will never be changed:
180 only one demo will run until the screensaver is deactivated by user activity.
181 Default 10 minutes.
182 .TP 8
183 .B lock\fP (class \fBBoolean\fP)
184 Enable locking: before the screensaver will turn off, it will require you 
185 to type the password of the logged-in user (really, the person who ran
186 xscreensaver), or the root password.  (\fBNote:\fP this doesn't work if the
187 screensaver is launched by
188 .BR xdm (1)
189 because it can't know the user-id of the logged-in user.  See 
190 the ``\fIUsing XDM(1)\fP'' section, below.
191 .TP 8
192 .B lockTimeout\fP (class \fBTime\fP)
193 If locking is enabled, this controls the length of the ``grace period''
194 between when the screensaver activates, and when the screen becomes locked.
195 For example, if this is 5, and \fI\-timeout\fP is 10, then after 10 minutes,
196 the screen would blank.  If there was user activity at 12 minutes, no password
197 would be required to un-blank the screen.  But, if there was user activity
198 at 15 minutes or later (that is, \fI\-lock\-timeout\fP minutes after 
199 activation) then a password would be required.  The default is 0, meaning
200 that if locking is enabled, then a password will be required as soon as the 
201 screen blanks.
202 .TP 8
203 .B passwdTimeout\fP (class \fBTime\fP)
204 If the screen is locked, then this is how many seconds the password dialog box
205 should be left on the screen before giving up (default 30 seconds.)  This
206 should not be too large: the X server is grabbed for the duration that the
207 password dialog box is up (for security purposes) and leaving the server 
208 grabbed for too long can cause problems.
209 .TP 8
210 .B visualID\fP (class \fBVisualID\fP)
211 Specify which X visual to use by default.  (Note carefully that this resource
212 is called \fBvisualID\fP, not merely \fBvisual\fP; if you set the \fBvisual\fP
213 resource instead, things will malfunction in obscure ways for obscure reasons.)
214
215 Legal values for the \fBVisualID\fP resource are:
216 .RS 8
217 .TP 8
218 .B default
219 Use the screen's default visual (the visual of the root window.)  
220 This is the default.
221 .TP 8
222 .B best
223 Use the visual which supports the most colors.  Note, however, that the
224 visual with the most colors might be a TrueColor visual, which does not
225 support colormap animation.  Some programs have more interesting behavior
226 when run on PseudoColor visuals than on TrueColor.
227 .TP 8
228 .B mono
229 Use a monochrome visual, if there is one.
230 .TP 8
231 .B gray
232 Use a grayscale or staticgray visual, if there is one and it has more than
233 one plane (that is, it's not monochrome.)
234 .TP 8
235 .B color
236 Use the best of the color visuals, if there are any.
237 .TP 8
238 .I class
239 where \fIclass\fP is one of \fBStaticGray\fP, \fBStaticColor\fP, 
240 \fBTrueColor\fP, \fBGrayScale\fP, \fBPseudoColor\fP, or \fBDirectColor\fP.
241 Selects the deepest visual of the given class.
242 .TP 8
243 .I number
244 where \fInumber\fP (decimal or hex) is interpreted as a visual id number, 
245 as reported by the
246 .BR xdpyinfo (1)
247 program; in this way you can have finer control over exactly which visual
248 gets used, for example, to select a shallower one than would otherwise
249 have been chosen.
250
251 .RE
252 .RS 8
253 Note that this option specifies only the \fIdefault\fP visual that will
254 be used: the visual used may be overridden on a program-by-program basis.
255 See the description of the \fBprograms\fP resource, below.
256 .RE
257 .TP 8
258 .B installColormap\fP (class \fBBoolean\fP)
259 Install a private colormap while the screensaver is active, so that the
260 graphics hacks can get as many colors as possible.  This is the 
261 default.  (This only applies when the screen's default visual is being
262 used, since non-default visuals get their own colormaps automatically.)
263 This can also be overridden on a per-hack basis: see the discussion of
264 the \fBdefault\-n\fP name in the section about the \fBprograms\fP resource.
265 .TP 8
266 .B verbose\fP (class \fBBoolean\fP)
267 Whether to print diagnostics.  Default false.
268 .TP 8
269 .B timestamp\fP (class \fBBoolean\fP)
270 Whether to print the time of day along with any other diagnostic messages.
271 Default false.
272 .TP 8
273 .B splash\fP (class \fBBoolean\fP)
274 Whether to display a splash screen at startup.  Default true.
275 .TP 8
276 .B splashDuration\fP (class \fBTime\fP)
277 How long the splash screen should remain visible; default 5 seconds.
278 .TP 8
279 .B helpURL\fP (class \fBURL\fP)
280 The splash screen has a \fIHelp\fP button on it.  When you press it, it will
281 display the web page indicated here in your web browser.
282 .TP 8
283 .B loadURL\fP (class \fBLoadURL\fP)
284 This is the shell command used to load a URL into your web browser.
285 The default setting will load it into Netscape if it is already running,
286 otherwise, will launch a new Netscape looking at the \fIhelpURL\fP.
287 .TP 8
288 .B nice\fP (class \fBNice\fP)
289 The sub-processes created by \fIxscreensaver\fP will be ``niced'' to this
290 level, so that they are given lower priority than other processes on the
291 system, and don't increase the load unnecessarily.  The default is 10.  
292
293 (Higher numbers mean lower priority; see 
294 .BR nice (1)
295 for details.)
296 .TP 8
297 .B fade\fP (class \fBBoolean\fP)
298 If this is true, then when the screensaver activates, the current contents
299 of the screen will fade to black instead of simply winking out.  This only
300 works on displays with writable colormaps, that is, if the screen's default
301 visual is a PseudoColor visual.  A fade will also be done when
302 switching graphics hacks (when the \fIcycle\fP timer expires.)
303 Default: true.  
304 .TP 8
305 .B unfade\fP (class \fBBoolean\fP)
306 If this is true, then when the screensaver deactivates, the original contents
307 of the screen will fade in from black instead of appearing immediately.  This
308 only works on displays with writable colormaps, and if \fIfade\fP is true
309 as well.  Default false.
310 .TP 8
311 .B fadeSeconds\fP (class \fBTime\fP)
312 If \fIfade\fP is true, this is how long the fade will be in 
313 seconds (default 3 seconds.)
314 .TP 8
315 .B fadeTicks\fP (class \fBInteger\fP)
316 If \fIfade\fP is true, this is how many times a second the colormap will
317 be changed to effect a fade.  Higher numbers yield smoother fades, but
318 may make the fades take longer than the specified \fIfadeSeconds\fP if
319 your server isn't fast enough to keep up.  Default 20.
320 .TP 8
321 .B captureStderr\fP (class \fBBoolean\fP)
322 Whether \fIxscreensaver\fP should redirect its stdout and stderr streams to
323 the window itself.  Since its nature is to take over the screen, you would not
324 normally see error messages generated by xscreensaver or the sub-programs it
325 runs; this resource will cause the output of all relevant programs to be
326 drawn on the screensaver window itself, as well as being written to the
327 controlling terminal of the screensaver driver process.  Default true.
328 .TP 8
329 .B font\fP (class \fBFont\fP)
330 The font used for the stdout/stderr text, if \fBcaptureStderr\fP is true.
331 Default \fB*\-medium\-r\-*\-140\-*\-m\-*\fP (a 14 point fixed-width font.)
332 .TP 8
333 .B programs\fP (class \fBPrograms\fP)
334 The graphics hacks which \fIxscreensaver\fP runs when the user is idle.
335 The value of this resource is a string, one \fIsh\fP-syntax command per line.  
336 Each line must contain exactly one command: no semicolons, no ampersands.
337
338 When the screensaver starts up, one of these is selected at random, and
339 run.  After the \fIcycle\fP period expires, it is killed, and another
340 is selected and run.
341
342 If the value of this resource is empty, then no programs will be run; the
343 screen will simply be made black.
344
345 If the display has multiple screens, then a different program will be run
346 for each screen.  (All screens are blanked and unblanked simultaniously.)
347
348 Note that you must escape the newlines; here is an example of how you
349 might set this in your \fI~/.Xdefaults\fP file:
350
351 .RS 8
352 .EX
353 xscreensaver.programs:  \\
354         qix -root                          \\n\\
355         ico -r -faces -sleep 1 -obj ico    \\n\\
356         xdaliclock -builtin2 -root         \\n\\
357         xv -root -rmode 5 image.gif -quit  \\n
358 .EE
359 .RE
360 .RS 8
361 Make sure your \fB$PATH\fP environment variable is set up correctly
362 \fIbefore\fP xscreensaver is launched, or it won't be able to find the
363 programs listed in the \fIprograms\fP resource.
364
365 To use a program as a screensaver, two things are required: that that
366 program draw on the root window (or be able to be configured to draw on
367 the root window); and that that program understand ``virtual root''
368 windows, as used by virtual window managers such as \fItvtwm\fP.  (Generally,
369 this is accomplished by just including the \fI"vroot.h"\fP header file in
370 the program's source.)
371
372 If there are some programs that you want to run only when using a color
373 display, and others that you want to run only when using a monochrome
374 display, you can specify that like this:
375
376 .EX
377     mono:   mono-program  -root        \\n\\
378     color:  color-program -root        \\n\\
379 .EE
380 .RE
381 .RS 8
382 More generally, you can specify the kind of visual that should be used for
383 the window on which the program will be drawing.  For example, if one 
384 program works best if it has a colormap, but another works best if it has
385 a 24-bit visual, both can be accommodated:
386
387 .EX
388     PseudoColor: cmap-program  -root   \\n\\
389     TrueColor:   24bit-program -root   \\n\\
390 .EE
391 .RE
392 .RS 8
393 (This sort of thing used to be accomplished with the \fIcolorPrograms\fP
394 and \fImonoPrograms\fP resources, but those resources have now been removed;
395 a warning will be issued if they are used.)
396
397 In addition to the symbolic visual names described above (in the discussion
398 of the \fIvisualID\fP resource) one other visual name is supported in
399 the \fIprograms\fP list:
400 .RS 1
401 .TP 4
402 .B default-n
403 This is like \fBdefault\fP, but also requests the use of the default colormap,
404 instead of a private colormap.  (That is, it behaves as if 
405 the \fI\-no\-install\fP command-line option was specified, but only for
406 this particular hack.)  This is provided because some third-party programs
407 that draw on the root window (notably: 
408 .BR xv (1),
409 and
410 .BR xearth (1))
411 make assumptions about the visual and colormap of the root window: 
412 assumptions which xscreensaver can violate.
413
414 .RE
415 If you specify a particular visual for a program, and that visual does not
416 exist on the screen, then that program will not be chosen to run.  This
417 means that on displays with multiple screens of different depths, you can
418 arrange for appropriate hacks to be run on each.  For example, if one screen
419 is color and the other is monochrome, hacks that look good in mono can be 
420 run on one, and hacks that only look good in color will show up on the other.
421 .RE
422 .PP
423 .PP
424 Normally you won't need to change the following resources:
425 .PP
426 .TP 8
427 .B pointerPollTime\fP (class \fBTime\fP)
428 When server extensions are not in use, this controls how 
429 frequently \fIxscreensaver\fP checks to see if the mouse position or buttons
430 have changed.  Default 5 seconds.
431 .TP 8
432 .B windowCreationTimeout\fP (class \fBTime\fP)
433 When server extensions are not in use, this controls the delay between when 
434 windows are created and when \fIxscreensaver\fP selects events on them.
435 Default 30 seconds.
436 .TP 8
437 .B initialDelay\fP (class \fBTime\fP)
438 When server extensions are not in use, \fIxscreensaver\fP will wait this many
439 seconds before selecting events on existing windows, under the assumption that 
440 \fIxscreensaver\fP is started during your login procedure, and the window 
441 state may be in flux.  Default 0.  (This used to default to 30, but that was
442 back in the days when slow machines and X terminals were more common...)
443 .TP 8
444 .B sgiSaverExtension\fP (class \fBBoolean\fP)
445 There are a number of different X server extensions which can make
446 xscreensaver's job easier.  The next few resources specify whether these
447 extensions should be utilized if they are available.
448
449 This resource controls whether the SGI \fBSCREEN_SAVER\fP server extension
450 will be used to decide whether the user is idle.  This is the default 
451 if \fIxscreensaver\fP has been compiled with support for this 
452 extension (which is the default on SGI systems.).  If it is available, 
453 the \fBSCREEN_SAVER\fP method is faster and more reliable than what will
454 be done otherwise, so use it if you can.  (This extension is only available
455 on Silicon Graphics systems, unfortunately.)
456 .TP 8
457 .B mitSaverExtension\fP (class \fBBoolean\fP)
458 This resource controls whether the \fBMIT\-SCREEN\-SAVER\fP server extension
459 will be used to decide whether the user is idle.  However, the default for
460 this resource is \fIfalse\fP, because even if this extension is available,
461 it is flaky (and it also makes the \fBfade\fP option not work properly.)
462 Use of this extension is not recommended.
463 .TP 8
464 .B xidleExtension\fP (class \fBBoolean\fP)
465 This resource controls whether the \fBXIDLE\fP server extension will be
466 used to decide whether the user is idle.  This is the default 
467 if \fIxscreensaver\fP has been compiled with support for this extension.
468 (This extension is only available for X11R4 and X11R5 systems, unfortunately.)
469 .TP 8
470 .B overlayStderr\fP (class \fBBoolean\fP)
471 If \fBcaptureStderr\fP is True, and your server supports ``overlay'' visuals,
472 then the text will be written into one of the higher layers instead of into
473 the same layer as the running screenhack.  Set this to False to disable 
474 that (though you shouldn't need to.)
475 .TP 8
476 .B overlayTextForeground\fP (class \fBForeground\fP)
477 The foreground color used for the stdout/stderr text, if \fBcaptureStderr\fP
478 is true.  Default: Yellow.
479 .TP 8
480 .B overlayTextBackground\fP (class \fBBackground\fP)
481 The background color used for the stdout/stderr text, if \fBcaptureStderr\fP
482 is true.  Default: Black.
483 .TP 8
484 .B bourneShell\fP (class \fBBourneShell\fP)
485 The pathname of the shell that \fIxscreensaver\fP uses to start subprocesses.
486 This must be whatever your local variant of \fB/bin/sh\fP is: in particular,
487 it must not be \fBcsh\fP.
488 .SH COMMAND-LINE OPTIONS
489 .I xscreensaver
490 also accepts the following command line options.  Except for 
491 the \fI\-display\fP option, these command-line options are all 
492 simply shorthand for the X resources described in 
493 the \fIConfiguration\fP section, above.
494 .TP 8
495 .B \-display \fIhost:display.screen\fP
496 The X display to use.  For displays with multiple screens, XScreenSaver 
497 will manage all screens on the display simultaniously; the \fIscreen\fP 
498 argument (the ``default'' screen) says which screen should be used for
499 dialog boxes (the password window, \fIDemo Mode\fP, etc.)
500 .TP 8
501 .B \-timeout \fIminutes\fP
502 Same as the \fItimeout\fP resource.
503 .TP 8
504 .B \-cycle \fIminutes\fP
505 Same as the \fIcycle\fP resource.
506 .TP 8
507 .B \-lock\-mode
508 Same as setting the \fIlock\fP resource to \fItrue\fP.
509 .TP 8
510 .B \-no\-lock\-mode
511 Same as setting the \fIlock\fP resource to \fIfalse\fP.
512 .TP 8
513 .B \-lock\-timeout \fIminutes\fP
514 Same as the \fIlockTimeout\fP resource.
515 .TP 8
516 .B \-visual \fIvisual\fP
517 Same as the \fIvisualID\fP resource.
518 .TP 8
519 .B \-install
520 Same as setting the \fIinstallColormap\fP resource to \fItrue\fP.
521 .TP 8
522 .B \-no\-install
523 Same as setting the \fIinstallColormap\fP resource to \fIfalse\fP.
524 .TP 8
525 .B \-verbose
526 Same as setting the \fIverbose\fP resource to \fItrue\fP.
527 .TP 8
528 .B \-silent
529 Same as setting the \fIverbose\fP resource to \fIfalse\fP.
530 .TP 8
531 .B \-timestamp
532 Same as setting the \fItimestamp\fP resource to \fItrue\fP.
533 .TP 8
534 .B \-capture\-stderr
535 Same as setting the \fIcaptureStderr\fP resource to \fItrue\fP.
536 .TP 8
537 .B \-no\-capture\-stderr
538 Same as setting the \fIcaptureStderr\fP resource to \fIfalse\fP.
539 .TP 8
540 .B \-splash
541 Same as setting the \fIsplash\fP resource to \fItrue\fP.
542 .TP 8
543 .B \-no\-splash
544 Same as setting the \fIsplash\fP resource to \fIfalse\fP.
545 .TP 8
546 .B \-nice \fIinteger\fP
547 Same as the \fInice\fP resource.
548 .TP 8
549 .B \-sgi\-extension
550 Same as setting the \fIsgiSaverExtension\fP resource to \fItrue\fP.
551 .TP 8
552 .B \-no\-sgi\-extension
553 Same as setting the \fIsgiSaverExtension\fP resource to \fIfalse\fP.
554 .TP 8
555 .B \-mit\-extension
556 Same as setting the \fImitSaverExtension\fP resource to \fItrue\fP.
557 .TP 8
558 .B \-no\-mit\-extension
559 Same as setting the \fImitSaverExtension\fP resource to \fIfalse\fP.
560 .TP 8
561 .B \-xidle\-extension
562 Same as setting the \fIxidleExtension\fP resource to \fItrue\fP.
563 .TP 8
564 .B \-no\-xidle\-extension
565 Same as setting the \fIxidleExtension\fP resource to \fIfalse\fP.
566 .TP 8
567 .B \-xrm \fIresource-specification\fP
568 As with all other Xt programs, you can specify X resources on the command-line
569 using the \fI\-xrm\fP argument.  Most of the interesting resources have 
570 command-line equivalents, however.
571 .SH HOW IT WORKS
572 When it is time to activate the screensaver, a full-screen black window is
573 created on each screen of the display.  The window or windows is given the
574 appropriate properties so that, to any subsequently-created programs, it 
575 will appear to be a ``virtual root'' window.  Because of this, any program 
576 which draws on the root window (and which understands virtual roots) can be
577 used as a screensaver.
578
579 When the user becomes active again, the screensaver windows are unmapped and
580 the running subprocesses are killed by sending them \fBSIGTERM\fP.  This is 
581 also how the subprocesses are killed when the screensaver decides that it's
582 time to run a different demo: the old one is killed and a new one is launched.
583
584 Before launching a subprocess, \fIxscreensaver\fP stores an appropriate value
585 for \fB$DISPLAY\fP in the environment that the child will recieve.  (This is
586 so that if you start \fIxscreensaver\fP with a \fI-display\fP argument, the
587 programs which \fIxscreensaver\fP launches will draw on the same display;
588 and so that the child will end up drawing on the appropriate screen of a
589 multi-headed display.)
590
591 When the screensaver turns off, or is killed, care is taken to restore 
592 the ``real'' virtual root window if there is one.  Because of this, it is
593 important that you not kill the screensaver process with \fIkill -9\fP if
594 you are running a virtual-root window manager.  If you kill it with \-9,
595 you may need to restart your window manager to repair the damage.  This
596 isn't an issue if you aren't running a virtual-root window manager.
597
598 For all the gory details, see the commentary at the top of xscreensaver.c.
599
600 You can control a running screensaver process by using the
601 .BR xscreensaver\-command (1)
602 program (which see.)
603 .SH POWER MANAGEMENT
604 Modern X servers contain support to power down the monitor after an idle
605 period.  If the monitor has powered down, then \fIxscreensaver\fP will
606 notice this, and will not waste CPU by drawing graphics demos on a black
607 screen.  An attempt will also be made to explicitly power the monitor
608 back up as soon as user activity is detected.
609
610 If your X server supports power management, then
611 .BR xset (1)
612 will accept a \fBdpms\fP option.  So, if you wanted \fIxscreensaver\fP
613 to activate after 5 minutes, but you wanted your monitor to power down
614 after one hour (3600 seconds) you would do this:
615 .EX
616 xset dpms 3600
617 .EE
618 See the man page for the
619 .BR xset (1)
620 program for details.  (Note that power management requires both software
621 support in the X server, and hardware support in the monitor itself.)
622 .SH USING XDM(1)
623 You can run \fIxscreensaver\fP from your xdm session, so that the 
624 screensaver will run even when nobody is logged in on the console.  
625 Simply add \fB"xscreensaver &"\fP to your \fI/usr/lib/X11/xdm/Xsetup\fP 
626 file.  Because \fIxdm\fP grabs the keyboard, keypresses will not make 
627 the screensaver deactivate, but any mouse activity will.
628
629 Make sure you have \fB$PATH\fP set up correctly in the Xsetup script, or
630 \fIxdm\fP won't be able to find \fIxscreensaver\fP, and/or \fIxscreensaver\fP
631 won't be able to find its graphics hacks.
632
633 (If your system does not seem to be executing the \fIXsetup\fP file, you
634 may need to configure it to do so: the traditional way to do this is
635 to make that file the value of the \fIDisplayManager*setup\fP resource
636 in the \fI/usr/lib/X11/xdm/xdm-config\fP file.  See the man page for
637 .BR xdm (1)
638 for more details.)
639
640 Users may want to add \fB"xscreensaver-command -restart"\fP to their 
641 startup scripts, so that the screensaver will be reinitialized with
642 their private resource settings when they log in.  Users who don't do
643 this will get the system-wide defaults instead.
644
645 It is safe to run this program as root (as \fIxdm\fP is likely to do.)  If 
646 run as root, \fIxscreensaver\fP changes its effective user and group ids to
647 something safe (like \fI"nobody"\fP) before connecting to the X server
648 or launching user-specified programs.
649
650 Locking doesn't work if the screensaver is launched by \fIxdm\fP.  To get
651 around this, you can run the screensaver from \fIxdm\fP without locking, 
652 and kill and restart it from your personal X startup script to enable
653 locking; for example, by using this pair of commands:
654
655 .EX
656 xscreensaver-command -exit
657 xscreensaver
658 .EE
659 If you get "connection refused" errors when running \fIxscreensaver\fP
660 from \fIxdm\fP, then this probably means that you have
661 .BR xauth (1)
662 or some other security mechanism turned on.  One way around this is to
663 add \fB"xhost\ +localhost"\fP to \fIXsetup\fP, just before \fIxscreensaver\fP
664 is launched.  
665
666 Note that this will give access to the X server to anyone capable of logging
667 in to the local machine, so in some environments, this might not be 
668 appropriate.  If turning off file-system-based access control is not
669 acceptable, then running \fIxscreensaver\fP from \fIxdm\fP might not be
670 possible, and users will have to launch it themselves instead of having it
671 be launched by \fIxdm\fP before anyone logs in.
672
673 For more information on the X server's access control mechanisms, see the
674 man pages for
675 .BR X (1),
676 .BR Xsecurity (1),
677 .BR xauth (1),
678 and
679 .BR xhost (1).
680 .SH USING CDE (COMMON DESKTOP ENVIRONMENT)
681 The easiest way to use \fIxscreensaver\fP on a system with CDE is to simply
682 switch off the built-in CDE screensaver, and use \fIxscreensaver\fP instead;
683 and second, to tell the front panel to run 
684 .BR xscreensaver\-command (1)
685 with the \fI\-lock\fP option when the \fILock\fP icon is clicked.
686
687 To accomplish this involves five steps:
688 .RS 4
689 .TP 3
690 \fB1: Switch off CDE's locker\fP
691 Do this by turning off ``\fIScreen Saver and Screen Lock\fP'' in the
692 Screen section of the Style Manager.
693 .TP 3
694 \fB2: Edit sessionetc\fP
695 Edit the file \fI~/.dt/sessions/sessionetc\fP and add to it the line
696
697 .EX
698 xscreensaver &
699 .EE
700 This will cause \fIxscreensaver\fP to be launched when you log in.
701 (As always, make sure that xscreensaver and the graphics demos are on
702 your \fB$PATH\fP; the path needs to be set in \fI.cshrc\fP 
703 and/or \fI.dtprofile\fP, not \fI.login\fP.)
704 .TP 3
705 \fB3: Create XScreenSaver.dt\fP
706 Create a file called \fI~/.dt/types/XScreenSaver.dt\fP with the following
707 contents:
708
709 .EX
710 ACTION XScreenSaver
711 {
712   LABEL         XScreenSaver
713   TYPE          COMMAND
714   EXEC_STRING   xscreensaver-command -lock
715   ICON          Dtkey
716   WINDOW_TYPE   NO_STDIO
717 }
718 .EE
719 This defines a ``lock'' command for the CDE front panel, that knows how
720 to talk to \fIxscreensaver\fP.
721 .TP 3
722 \fB4: Create Lock.fp\fP
723 Create a file called \fI~/.dt/types/Lock.fp\fP with the following
724 contents:
725
726 .EX
727 CONTROL Lock
728 {
729   TYPE             icon
730   CONTAINER_NAME   Switch
731   CONTAINER_TYPE   SWITCH
732   POSITION_HINTS   1
733   ICON             Fplock
734   LABEL            Lock
735   PUSH_ACTION      XScreenSaver
736   HELP_TOPIC       FPOnItemLock
737   HELP_VOLUME      FPanel
738 }
739 .EE
740 This associates the CDE front panel ``Lock'' icon with the lock command
741 we just defined in step 3.
742 .TP 3
743 \fB5: Restart\fP
744 Select ``\fIRestart Workspace Manager\fP'' from the popup menu to make
745 your changes take effect.  If things seem not to be working, check the
746 file \fI~/.dt/errorlog\fP for error messages.
747 .RE
748 .SH USING HP VUE (VISUAL USER ENVIRONMENT)
749 Since CDE is a descendant of VUE, the instructions for using xscreensaver
750 under VUE are similar to the above:
751
752 .RS 4
753 .TP 3
754 \fB1: Switch off VUE's locker\fP
755 Open the ``\fIStyle Manager\fP'' and select ``\fIScreen\fP.''
756 Turn off ``\fIScreen Saver and Screen Lock\fP'' option.
757 .TP 3
758 \fB2: Make sure you have a Session\fP
759 Next, go to the Style Manager's, ``\fIStartup\fP'' page.
760 Click on ``\fISet Home Session\fP'' to create a session, then 
761 on ``\fIReturn to Home Session\fP'' to select this session each
762 time you log in.
763 .TP 3
764 \fB3: Edit vue.session\fP
765 Edit the file \fI~/.vue/sessions/home/vue.session\fP and add to it
766 the line
767 .EX
768 vuesmcmd -screen 0 -cmd "xscreensaver"
769 .EE
770 This will cause \fIxscreensaver\fP to be launched when you log in.
771 (As always, make sure that xscreensaver and the graphics demos are on
772 your \fB$PATH\fP; the path needs to be set in \fI.cshrc\fP
773 and/or \fI.profile\fP, not \fI.login\fP.)
774 .TP 3
775 \fB3: Edit vuewmrc\fP
776 Edit the file \fI~/.vue/vuewmrc\fP and add (or change) the Lock control:
777 .EX
778 CONTROL Lock
779 {
780   TYPE         button
781   IMAGE        lock
782   PUSH_ACTION  f.exec "xscreensaver-command -lock"
783   HELP_TOPIC   FPLock
784 }
785 .EE
786 This associates the VUE front panel ``Lock'' icon with the xscreensaver 
787 lock command.
788 .RE
789 .PP
790 .SH ADDING TO MENUS
791 The
792 .BR xscreensaver-command (1)
793 program is a perfect candidate for something to add to your window manager's
794 popup menus.  If you use 
795 .BR mwm (1),
796 .BR 4Dwm (1),
797 .BR twm (1),
798 or (probably) any of \fItwm\fP's many descendants, you can do it like this:
799 .RS 0
800 .TP 3
801 \fB1. Create ~/.mwmrc (or ~/.twmrc or ...)\fP
802 If you don't have a \fI~/.mwmrc\fP file (or, on SGIs, a \fI~/.4Dwmrc\fP file;
803 or, with twm, a \fI~/.twmrc\fP file) then create one by making a copy of
804 the \fI/usr/lib/X11/system.mwmrc\fP 
805 file (or \fI/usr/lib/X11/twm/system.twmrc\fP, and so on.)
806 .TP 3
807 \fB2. Add a menu definition.\fP
808 Something like this:
809 .EX
810 menu XScreenSaver
811 {
812  "Blank Screen Now" !"sleep 3; xscreensaver-command -activate"
813  "Lock Screen Now"  !"sleep 3; xscreensaver-command -lock"
814  "Screen Saver Demo"         !"xscreensaver-command -demo"
815  "Screen Saver Preferences"  !"xscreensaver-command -prefs"
816  "Reinitialize Screen Saver" !"xscreensaver-command -restart"
817  "Kill Screen Saver"         !"xscreensaver-command -exit"
818  "Launch Screen Saver"       !"xscreensaver &"
819 }
820 .EE
821 .TP 3
822 \fB3. Add the menu\fP
823 For
824 .BR mwm (1)
825 and
826 .BR 4Dwm (1),
827 find the section of the file that says \fIMenu DefaultRootMenu\fP.
828 For
829 .BR twm (1),
830 it will probably be \fImenu "defops"\fP.  If you add a line somewhere 
831 in that menu definition that reads
832 .EX
833   "XScreenSaver"        f.menu XScreenSaver
834 .EE
835 then this will add an XScreenSaver sub-menu to your default root-window
836 popup menu.  Alternately, you could just put the \fIxscreensaver-command\fP
837 menu items directly into the root menu.
838 .RE
839
840 Other window managers might (and probably do) do things differently.
841 .SH BUGS
842 (This is not a bug, but) note that as of release 1.32, the \fBcolorPrograms\fP 
843 and \fBmonoPrograms\fP resources are no longer used: they have been 
844 supplanted by the extended syntax of the \fBprograms\fP resource (which is
845 described in the \fIConfiguration\fP section, above.)
846 .TP 8
847 .B Extensions
848 If you are not making use of one of the server extensions (\fBXIDLE\fP,
849 \fBSGI SCREEN_SAVER\fP, or \fBMIT-SCREEN-SAVER\fP), then it is possible, in 
850 rare situations, for \fIxscreensaver\fP to interfere with event propagation 
851 and make another X program malfunction.  For this to occur, that other
852 application would need to \fInot\fP select \fBKeyPress\fP events on its 
853 non-leaf windows within the first 30 seconds of their existence, but then 
854 select for them later.  In this case, that client \fImight\fP fail to receive 
855 those events.  This isn't very likely, since programs generally select a
856 constant set of events immediately after creating their windows and then 
857 don't change them, but this is the reason that it's a good idea to install 
858 and use one of the server extensions instead, to work around this shortcoming
859 in the X protocol.
860 .TP 8
861 .B Machine Load
862 Although this program ``nices'' the subprocesses that it starts, 
863 graphics-intensive subprograms can still overload the machine by causing
864 the X server process itself (which is not ``niced'') to suck a lot of 
865 cycles.  Care should be taken to slow down programs intended for use as 
866 screensavers by inserting strategic calls to
867 .BR sleep (3)
868 or
869 .BR usleep (3)
870 (or making liberal use of any \fI\-delay\fP options which the programs 
871 may provide.)
872
873 Also, an active screensaver will cause your X server to be pretty much 
874 permanently swapped in; but the same is true of any program that draws
875 periodically, like 
876 .BR xclock (1)
877 or
878 .BR xload (1).
879 .TP 8
880 .B Latency and Responsiveness
881 If the subprocess is drawing too quickly and the connection to the X
882 server is a slow one (such as an X terminal running over a phone line) then 
883 the screensaver might not turn off right away when the user becomes active
884 again (the
885 .BR ico (1)
886 demo has this problem if being run in full-speed mode).  This can be
887 alleviated by inserting strategic calls to
888 .BR XSync (3)
889 in code intended for use as a screensaver.  This prevents too much graphics
890 activity from being buffered up.
891 .TP 8
892 .B Locking and XDM
893 If xscreensaver has been launched from 
894 .BR xdm (1),
895 you will need to cause the xscreensaver daemon to exit and restart in 
896 order to lock the screen.
897
898 The reason for this is, if xscreensaver has been launched by 
899 .BR xdm (1),
900 that means it was launched \fIbefore\fP you logged in: so it has no way of
901 knowing who the logged-in user is, and therefore, whose password it should
902 prompt for.
903
904 So if you want to use it as a locker, you must start it with your user id.
905 If it has already been started by \fIxdm\fP, you can kill it by sending
906 it the \fBexit\fP command, and then re-launching it as you, by putting
907 something like the following in your personal X startup script:
908 .EX
909 xscreensaver-command -exit
910 xscreensaver &
911 .EE
912 See the ``\fIUsing XDM(1)\fP'' section, above, for more details.
913 .TP 8
914 .B Locking and root logins
915 An implication of the above is that if you log in as \fIroot\fP on the
916 console, xscreensaver will refuse to lock the screen (because it can't tell
917 the difference between \fIroot\fP being logged in on the console, and a
918 normal user being logged in on the console but xscreensaver having been run
919 by
920 .BR xdm (1)).
921
922 The solution to this is simple: you shouldn't be logging in on the console
923 as \fIroot\fP in the first place!  (What, are you crazy or something?)  You 
924 should log in as you, and
925 .BR su (1)
926 to \fIroot\fP as necessary.  People who spend their day logged in 
927 as \fIroot\fP are just begging for disaster.
928 .TP 8
929 .B XAUTH and XDM
930 For xscreensaver to work when launched by
931 .BR xdm (1),
932 programs running on the local machine as user \fI"nobody"\fP must be
933 able to connect to the X server.  This means that \fB"xhost +localhost"\fP
934 is required if xscreensaver is to be launched by
935 .BR xdm (1).
936 This is \fInot\fP required if \fIxscreensaver\fP is launched by the
937 individual users: it is only necessary when it is launched by
938 .BR xdm (1),
939 before any user has logged in.  See the ``\fIUsing XDM(1)\fP'' section, 
940 above, for more details.
941
942 If anyone has suggestions on how xscreensaver could be made to work with
943 .BR xdm (1)
944 without first turning off \fI.Xauthority\fP-based access control, please
945 let me know.
946 .TP 8
947 .B Passwords
948 If you get an error message like ``couldn't get password of \fIuser\fP'' 
949 then this probably means that you're on a system in which the
950 .BR getpwent (3)
951 library routine can only be effectively used by root.  If this is the case, 
952 then \fIxscreensaver\fP must be installed as setuid to root.  Care has 
953 been taken to make this a safe thing to do.  
954
955 It also may mean that your system uses shadow passwords instead of the
956 standard \fIgetpwent\fP interface; in that case, you may need to change
957 some options with \fIconfigure\fP and recompile.
958
959 If you change your password after xscreensaver has been launched, it will
960 continue using your old password to unlock the screen until xscreensaver
961 is restarted.  So, after you change your password, you'll have to do
962 .EX
963 xscreensaver-command -restart
964 .EE
965 to make \fIxscreensaver\fP notice.
966 .TP 8
967 .B Colormap lossage: TWM
968 The \fBinstallColormap\fP option doesn't work very well with the
969 .BR twm (1)
970 window manager and its descendants.  
971
972 There is a race condition between the screensaver and this window manager,
973 which can result in the screensaver's colormap not getting installed
974 properly, meaning the graphics hacks will appear in essentially random
975 colors.  (If the screen goes white instead of black, this is probably why.)
976
977 The
978 .BR mwm (1)
979 and
980 .BR olwm (1)
981 window managers don't seem to have this problem.  The race condition exists
982 because X does not provide a way for an OverrideRedirect window to have its
983 own colormap, short of grabbing the server (which is neither a good idea, nor
984 really possible with the current design.)  What happens is that, as soon as
985 the screensaver installs its colormap, \fBtwm\fP responds to 
986 the \fBColormapNotify\fP event that is generated by re-instaling the default
987 colormap.  Apparently, \fBtwm\fP doesn't \fIalways\fP do this; it seems to do
988 it regularly if the screensaver is activated from a menu item, but seems to
989 not do it if the screensaver comes on of its own volition, or is activated
990 from another console.  Any thoughts on this problem are welcome...
991 .TP 8
992 .B Colormap lossage: XV, XAnim, XEarth
993 Some programs don't operate properly on visuals other than the default one,
994 or with colormaps other than the default one.  See the discussion of the
995 magic "default-n" visual name in the description of the \fBprograms\fP 
996 resource in the \fIConfiguration\fP section.  When programs only work with
997 the default colormap, you need to use a syntax like this:
998 .EX
999     default-n: xv -root image-1.gif -quit  \\n\\
1000     default-n: xearth -nostars -wait 0     \\n\\
1001 .EE
1002 It would also work to turn off the \fBinstallColormap\fP option altogether,
1003 but that would deny extra colors to those programs that \fIcan\fP take
1004 advantage of them.
1005 .TP 8
1006 .B XView Clients
1007 Apparently there are some problems with XView programs getting confused
1008 and thinking that the screensaver window is the real root window even when
1009 the screensaver is not active: ClientMessages intended for the window manager
1010 are sent to the screensaver window instead.  This could be solved by making
1011 xscreensaver forward all unrecognised ClientMessages to the real root window,
1012 but there may be other problems as well.  If anyone has any insight on the
1013 cause of this problem, please let me know.  (XView is an X11 toolkit that 
1014 implements the (quite abominable) Sun OpenLook look-and-feel.)
1015 .TP 8
1016 .B MIT Extension and Fading
1017 When using the \fBMIT-SCREEN-SAVER\fP extension in conjunction with 
1018 the \fBfade\fP option, you may notice an unattractive flicker just before 
1019 the fade begins.  This is because the server maps a black window just before 
1020 it tells the \fIxscreensaver\fP process to activate.  The \fIxscreensaver\fP 
1021 process immediately unmaps that window, but this results in a flicker.  I 
1022 haven't figured a way  to get around this; it seems to be a fundamental
1023 property of the (mis-) design of this server extension.
1024
1025 It sure would be nice if someone would implement the \fBSGI SCREEN_SAVER\fP
1026 extension in XFree86; it's dead simple, and works far better than the 
1027 overengineered and broken \fBMIT-SCREEN-SAVER\fP extension.
1028 .TP 8
1029 .B Lesstif (Motif clone)
1030 \fIDemo Mode\fP is buggy if XScreenSaver was compiled against really old 
1031 versions Lesstif; if you use Lesstif, make sure you use version 0.82 or newer.
1032 .TP 8
1033 .B Athena Widgets
1034 If you compiled against the Athena widget toolkit, the dialog boxes are
1035 pretty ugly, especially the password dialog.  Use Motif!  If you don't
1036 have OSF Motif, use GNU Lesstif, it's free: http://www.lesstif.org/
1037 .TP 8
1038 .B SGI Power Saver
1039 If you're running Irix 6.3, you might find that your monitor is powering down
1040 after an hour or two even if you've told it not to.  This is fixed by SGI
1041 patches 2447 and 2537.
1042 .TP 8
1043 .B OpenGL Programs and Visuals
1044 Some of the graphics demos included with xscreensaver make use of the 
1045 OpenGL (or MesaGL) 3D library, if it is available.  It is possible (even 
1046 likely) that \fIxscreensaver\fP's notion of the ``\fIbest\fP'' visual is 
1047 not quite right for these GL programs.  
1048
1049 The odd thing about GL programs is that, unlike normal X11 programs, they
1050 tend to work best on a visual \fIhalf\fP as deep as the depth of the screen,
1051 since that way, they can do double-buffering.  Try it and see, but you will
1052 probably find that, for these particular programs, you should specify the
1053 deepest visual that is half as deep as the screen.  (See the discussion
1054 of the \fBprograms\fP resource in the \fIConfiguration\fP section, above.)
1055
1056 For example, on a screen that supports both 24-bit TrueColor and 12-bit
1057 PseudoColor visuals, the 12-bit visual will probably work best (this is true
1058 of base-model SGI Indys: the 0x29 visual is the one you want.)  Oddly, on 
1059 SGI O2s (machines that have serious hardware support for GL), the 12-bit
1060 PseudoColor visual looks awful (you get a black and white, flickery image.)
1061 On these machines, the visual you want turns out to be 0x31.  However, 0x31
1062 is but \fIone\fP of the \fIeight\fP 15-bit TrueColor visuals (yes, 8, and 
1063 yes, 15) that the O2 X server provides.  This is the only visual that works
1064 properly: as far as 
1065 .BR xdpyinfo (1)
1066 is concerned, all of the 15-bit TrueColor visuals are identical, but some
1067 flicker like mad, and some have deeply weird artifacts (such as hidden 
1068 surfaces that show through, as if depth worked backwards!)  
1069
1070 I suppose these other visuals must be tied to some arcane hardware feature...
1071 If anyone would care to explain it to me, that would be great.
1072
1073 Your mileage, therefore, may vary dramatically.
1074 .TP 8
1075 .B Red Hot Lava
1076 There need to be a lot more graphics hacks.  In particular, there should be
1077 a simulation of a Lavalite (tm).
1078 .SH ENVIRONMENT
1079 .PP
1080 .TP 8
1081 .B DISPLAY
1082 to get the default host and display number, and to inform the sub-programs
1083 of the screen on which to draw.
1084 .TP 8
1085 .B PATH
1086 to find the sub-programs to run.
1087 .TP 8
1088 .TP 8
1089 .B HOME
1090 for the directory in which to read and write the \fI.xscreensaver\fP file.
1091 .TP 8
1092 .B XENVIRONMENT
1093 to get the name of a resource file that overrides the global resources
1094 stored in the RESOURCE_MANAGER property.
1095 .SH UPGRADES
1096 The latest version can always be found at 
1097 http://www.jwz.org/xscreensaver/
1098 .SH SEE ALSO
1099 .BR X (1),
1100 .BR xscreensaver\-command (1),
1101 .BR xdm (1),
1102 .BR xset (1),
1103 .BR Xsecurity (1),
1104 .BR xauth (1),
1105 .BR xhost (1).
1106 .BR ant (1),
1107 .BR atlantis (1),
1108 .BR attraction (1),
1109 .BR blitspin (1),
1110 .BR bouboule (1),
1111 .BR braid (1),
1112 .BR bsod (1),
1113 .BR bubbles (1),
1114 .BR cage (1),
1115 .BR coral (1),
1116 .BR cynosure (1),
1117 .BR decayscreen (1),
1118 .BR deco (1),
1119 .BR drift (1),
1120 .BR epicycle (1),
1121 .BR fadeplot (1),
1122 .BR flag (1),
1123 .BR flame (1),
1124 .BR forest (1),
1125 .BR galaxy (1),
1126 .BR gears (1),
1127 .BR goop (1),
1128 .BR grav (1),
1129 .BR greynetic (1),
1130 .BR halo (1),
1131 .BR helix (1),
1132 .BR hopalong (1),
1133 .BR hypercube (1),
1134 .BR ifs (1),
1135 .BR imsmap (1),
1136 .BR interference (1),
1137 .BR jigsaw (1),
1138 .BR julia (1),
1139 .BR kaleidescope (1),
1140 .BR laser (1),
1141 .BR lightning (1),
1142 .BR lisa (1),
1143 .BR lissie (1),
1144 .BR lmorph (1),
1145 .BR maze (1),
1146 .BR moebius (1),
1147 .BR moire (1),
1148 .BR moire2 (1),
1149 .BR morph3d (1),
1150 .BR mountain (1),
1151 .BR munch (1),
1152 .BR noseguy (1),
1153 .BR pedal (1),
1154 .BR penrose (1),
1155 .BR pipes (1),
1156 .BR pyro (1),
1157 .BR qix (1),
1158 .BR rd-bomb (1),
1159 .BR rocks (1),
1160 .BR rorschach (1),
1161 .BR rotor (1),
1162 .BR rubik (1),
1163 .BR sierpinski (1),
1164 .BR slidescreen (1),
1165 .BR slip (1),
1166 .BR sphere (1),
1167 .BR spiral (1),
1168 .BR sproingies (1),
1169 .BR stairs (1),
1170 .BR starfish (1),
1171 .BR strange (1),
1172 .BR superquadrics (1),
1173 .BR swirl (1),
1174 .BR triangle (1),
1175 .BR truchet (1),
1176 .BR vines (1),
1177 .BR worm (1),
1178 .BR xjack (1),
1179 .BR xlyap (1),
1180 .BR xroger (1),
1181 .BR bongo (1),
1182 .BR ico (1),
1183 .BR xaos (1),
1184 .BR xbouncebits (1),
1185 .BR xcthugha (1),
1186 .BR xdaliclock (1),
1187 .BR xfishtank (1),
1188 .BR xmountains (1),
1189 .BR xsplinefun (1),
1190 .BR xswarm (1),
1191 .BR xtacy (1),
1192 .BR xv (1),
1193 .BR xwave (1).
1194 .SH COPYRIGHT
1195 Copyright \(co 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998
1196 by Jamie Zawinski.  Permission to use, copy, modify, distribute, and sell
1197 this software and its documentation for any purpose is hereby granted without
1198 fee, provided that the above copyright notice appear in all copies and that
1199 both that copyright notice and this permission notice appear in supporting
1200 documentation.  No representations are made about the suitability of this
1201 software for any purpose.  It is provided "as is" without express or implied
1202 warranty.
1203 .SH AUTHOR
1204 Jamie Zawinski <jwz@jwz.org>.  Written in late 1991; first posted
1205 to comp.sources.x on 13-Aug-1992.
1206
1207 Please let me know if you find any bugs or make any improvements.
1208 .SH ACKNOWLEDGEMENTS
1209 Thanks to David Wojtowicz for implementing \fIlockTimeout\fP.
1210
1211 Thanks to Martin Kraemer for adding support for shadow passwords and
1212 locking-disabled diagnostics.
1213
1214 Thanks to the many people who have contributed graphics demos to the package.
1215
1216 Thanks to Patrick Moreau for the VMS port.
1217
1218 Thanks to Mark Bowyer for figuring out how to hook it up to CDE.
1219
1220 And huge thanks to Jon A. Christopher for implementing the Athena dialog
1221 support, back in the days before Lesstif was a viable alternative to Motif.