http://www.tienza.es/crux/src/www.jwz.org/xscreensaver/xscreensaver-5.05.tar.gz
[xscreensaver] / driver / XScreenSaver.ad.in
1 !
2 !                              XScreenSaver
3 !
4 !            a screen saver and locker for the X window system
5 !                            by Jamie Zawinski
6 !
7 !                              version 5.05
8 !                              01-Mar-2008
9 !
10 ! See "man xscreensaver" for more info.  The latest version is always
11 ! available at http://www.jwz.org/xscreensaver/
12
13
14 ! These resources, when placed in the system-wide app-defaults directory
15 ! (e.g., /usr/lib/X11/app-defaults/XScreenSaver) will provide the default
16 ! settings for new users.  However, if you have a ".xscreensaver" file in
17 ! your home directory, the settings in that file take precedence.
18
19
20 ! Don't hand this file to "xrdb" -- that isn't how app-defaults files work.
21 ! Though app-defaults files have (mostly) the same syntax as your ~/.Xdefaults
22 ! file, they are used differently, and if you run this file through xrdb,
23 ! you will probably mess things up.
24
25 #error Do not run app-defaults files through xrdb!
26 #error That does not do what you might expect.
27 #error Put this file in /usr/lib/X11/app-defaults/XScreenSaver instead.
28
29 ! /* (xrdb prevention kludge: whole file)
30
31 *mode:                  random
32 *timeout:               0:10:00
33 *cycle:                 0:10:00
34 *lockTimeout:           0:00:00
35 *passwdTimeout:         0:00:30
36 *dpmsEnabled:           False
37 *dpmsStandby:           2:00:00
38 *dpmsSuspend:           2:00:00
39 *dpmsOff:               4:00:00
40 *grabDesktopImages:     True
41 *grabVideoFrames:       False
42 *chooseRandomImages:    @DEFAULT_IMAGES_P@
43 *imageDirectory:        @DEFAULT_IMAGE_DIRECTORY@
44 *nice:                  10
45 *memoryLimit:           0
46 *lock:                  False
47 *verbose:               False
48 *timestamp:             True
49 *fade:                  True
50 *unfade:                False
51 *fadeSeconds:           0:00:03
52 *fadeTicks:             20
53 *splash:                True
54 *splashDuration:        0:00:05
55 *visualID:              default
56 *captureStderr:         True
57 *ignoreUninstalledPrograms: False
58
59 *textMode:              file
60 *textLiteral:           XScreenSaver
61 *textFile:              @DEFAULT_TEXT_FILE@
62 *textProgram:           fortune
63 *textURL:               http://www.livejournal.com/stats/latest-rss.bml
64
65 *overlayTextForeground: #FFFF00
66 *overlayTextBackground: #000000
67 *overlayStderr:         True
68 *font:                  *-medium-r-*-140-*-m-*
69
70 ! The default is to use these extensions if available (as noted.)
71 *sgiSaverExtension:     True
72 *xidleExtension:        True
73 *procInterrupts:        True
74
75 ! Set this to True if you are experiencing longstanding XFree86 bug #421
76 ! (xscreensaver not covering the whole screen)
77 GetViewPortIsFullOfLies: False
78
79 ! This is what the "Demo" button on the splash screen runs (/bin/sh syntax.)
80 *demoCommand: xscreensaver-demo
81
82 ! This is what the "Prefs" button on the splash screen runs (/bin/sh syntax.)
83 *prefsCommand: xscreensaver-demo -prefs
84
85 ! This is the URL loaded by the "Help" button on the splash screen,
86 ! and by the "Documentation" menu item in xscreensaver-demo.
87 *helpURL: http://www.jwz.org/xscreensaver/man.html
88
89 ! loadURL       -- how the "Help" buttons load the helpURL (/bin/sh syntax.)
90 ! manualCommand -- how the "Documentation" buttons display man pages.
91 !
92 ! And there are so very many options to choose from!
93 !
94 !   Gnome 2.4, 2.6: (yelp can't display man pages, as of 2.6.3)
95 !
96 @GNOME24@*loadURL: @WITH_BROWSER@ '%s'
97 @GNOME24@*manualCommand: gnome-terminal --title '%s manual' \
98 @GNOME24@               --command '/bin/sh -c "man %s; read foo"'
99 !
100 !   Gnome 2.2:
101 !
102 @GNOME22@*loadURL: gnome-url-show '%s'
103 @GNOME22@*manualCommand: gnome-terminal --title '%s manual' \
104 @GNOME22@               --command '/bin/sh -c "man %s; read foo"'
105 !
106 !   Gnome 1.4:
107 !
108 !       *loadURL: gnome-moz-remote --newwin '%s'
109 !       *manualCommand: gnome-help-browser 'man:%s'
110 !
111 !   non-Gnome systems:
112 !
113 @NOGNOME@*loadURL: firefox '%s' || mozilla '%s' || netscape '%s'
114 @NOGNOME@*manualCommand: xterm -sb -fg black -bg gray75 -T '%s manual' \
115 @NOGNOME@                   -e /bin/sh -c 'man "%s" ; read foo'
116
117
118 ! The format used for printing the date and time in the password dialog box
119 ! (see the strftime(3) manual page for details.)
120 *dateFormat:            %d-%b-%y (%a); %I:%M %p
121 ! To show the time only:
122 ! *dateFormat:          %I:%M %p
123 ! For 24 hour time:
124 ! *dateFormat:          %H:%M
125
126
127 ! This command is executed by the "New Login" button on the lock dialog.
128 ! (That button does not appear if this program does not exist.)
129 !
130 @NEW_LOGIN_COMMAND_P@*newLoginCommand:  @NEW_LOGIN_COMMAND@
131
132
133 ! Turning on "installColormap" on 8-bit systems interacts erratically with
134 ! certain jurassic window managers.  If your screen turns some color other
135 ! than black, the window manager is buggy, and you need to set this resource
136 ! to false.  Or switch WMs.  Or join the 21st century and get a 24-bit
137 ! graphics card.
138 !
139 *installColormap:       True
140
141
142 ! This is the list of installed screen saver modes.  See "man xscreensaver"
143 ! for the syntax used here.
144 !
145 ! If you want to disable a screensaver, DO NOT remove it from this list:
146 ! instead, mark it as inactive by placing a "-" at the beginning of the line.
147 !
148 ! You can use the `xscreensaver-demo' program to edit the current list of
149 ! screen savers interactively.
150 !
151 *programs:                                                                    \
152                  "Qix (solid)"  qix -root -solid -segments 100              \n\
153            "Qix (transparent)"  qix -root -count 4 -solid -transparent      \n\
154                 "Qix (linear)"  qix -root -count 5 -solid -transparent        \
155                                   -linear -segments 250 -size 100           \n\
156                                                                               \
157           "Attraction (balls)"  attraction -root -mode balls                \n\
158           "Attraction (lines)"  attraction -root -mode lines -points 3        \
159                                   -segments 200                             \n\
160 -       "Attraction (splines)"  attraction -root -mode splines -segments      \
161                                   300                                       \n\
162 -       "Attraction (orbital)"  attraction -root -mode lines -radius 300      \
163                                   -orbit -vmult 0.5                         \n\
164                                                                               \
165                                 pyro -root                                  \n\
166                                 rocks -root                                 \n\
167                                 helix -root                                 \n\
168                                 pedal -root                                 \n\
169                                 rorschach -root                             \n\
170                                 hopalong -root                              \n\
171                                 greynetic -root                             \n\
172                                 imsmap -root                                \n\
173                                 slidescreen -root                           \n\
174                                 decayscreen -root                           \n\
175                                 jigsaw -root                                \n\
176                                 blitspin -root                              \n\
177                                 slip -root                                  \n\
178                                 distort -root                               \n\
179                                 spotlight -root                             \n\
180               "Ripples (stir)"  ripples -root -oily -light 2 -stir          \n\
181            "Ripples (desktop)"  ripples -root -water -light 6               \n\
182                                 hypercube -root                             \n\
183 -                               hyperball -root                             \n\
184                                 halo -root                                  \n\
185                                 maze -root                                  \n\
186                                 noseguy -root                               \n\
187                                 flame -root                                 \n\
188 -                               lmorph -root                                \n\
189                                 deco -root                                  \n\
190                                 moire -root                                 \n\
191                                 moire2 -root                                \n\
192                                 lightning -root                             \n\
193                                 strange -root                               \n\
194 -                               spiral -root                                \n\
195                                 laser -root                                 \n\
196                                 grav -root                                  \n\
197                                 drift -root                                 \n\
198                                 ifs -root                                   \n\
199                                 julia -root                                 \n\
200                                 penrose -root                               \n\
201 -                               sierpinski -root                            \n\
202                                 braid -root                                 \n\
203                                 galaxy -root                                \n\
204                                 bouboule -root                              \n\
205                                 swirl -root                                 \n\
206                                 flag -root                                  \n\
207                                 sphere -root                                \n\
208                                 forest -root                                \n\
209 -                               lisa -root                                  \n\
210 -                               lissie -root                                \n\
211                                 goop -root                                  \n\
212                                 starfish -root                              \n\
213                                 munch -root                                 \n\
214                                 mismunch -root                              \n\
215                                 fadeplot -root                              \n\
216                                 coral -root                                 \n\
217                                 mountain -root                              \n\
218                                 triangle -root                              \n\
219 -                               worm -root                                  \n\
220 -                               rotor -root                                 \n\
221 -                               demon -root                                 \n\
222 -                               loop -root                                  \n\
223 -                               vines -root                                 \n\
224                                 kaleidescope -root                          \n\
225                                 xjack -root                                 \n\
226                                 xlyap -root                                 \n\
227                                 cynosure -root                              \n\
228                                 flow -root                                  \n\
229                                 epicycle -root                              \n\
230                                 interference -root                          \n\
231                                 truchet -root                               \n\
232                                 bsod -root                                  \n\
233                                 crystal -root                               \n\
234                                 discrete -root                              \n\
235                                 kumppa -root                                \n\
236                                 rd-bomb -root                               \n\
237             "RD-Bomb (mobile)"  rd-bomb -root -speed 1 -size 0.1            \n\
238                                 sonar -root                                 \n\
239                                 t3d -root                                   \n\
240                                 penetrate -root                             \n\
241                                 deluxe -root                                \n\
242                                 compass -root                               \n\
243                                 squiral -root                               \n\
244                                 xflame -root                                \n\
245                                 wander -root                                \n\
246               "Wander (spots)"  wander -root -advance 0 -size 10 -circles     \
247                                   -length 10000 -reset 100000               \n\
248 -                               critical -root                              \n\
249                                 phosphor -root                              \n\
250                                 xmatrix -root                               \n\
251                                 petri -root                                 \n\
252                      "Petri 2"  petri -root -minlifespeed 0.02                \
253                                   -maxlifespeed 0.03 -minlifespan 1           \
254                                   -maxlifespan 1 -instantdeathchan 0          \
255                                   -minorchan 0 -anychan 0.3                 \n\
256                                 shadebobs -root                             \n\
257                                 ccurve -root                                \n\
258                                 blaster -root                               \n\
259                                 bumps -root                                 \n\
260                                 xanalogtv -root                             \n\
261                                 xspirograph -root                           \n\
262                                 nerverot -root                              \n\
263                                 xrayswarm -root                             \n\
264 -              "Zoom (Fatbits)" zoom -root                                  \n\
265                "Zoom (Lenses)"  zoom -root -lenses                          \n\
266                                 rotzoomer -root                             \n\
267                                 whirlwindwarp -root                         \n\
268                                 whirlygig -root                             \n\
269                                 speedmine -root                             \n\
270                     "SpeedWorm" speedmine -root -worm                       \n\
271                                 vermiculate -root                           \n\
272                                 twang -root                                 \n\
273                                 apollonian -root                            \n\
274                                 euler2d -root                               \n\
275              "Euler2d (dense)"  euler2d -root -count 4000 -eulertail 400      \
276                                   -ncolors 230                              \n\
277 -                               juggle -root                                \n\
278                                 polyominoes -root                           \n\
279 -                               thornbird -root                             \n\
280                                 fluidballs -root                            \n\
281                                 anemone -root                               \n\
282                                 halftone -root                              \n\
283                                 metaballs -root                             \n\
284                                 eruption -root                              \n\
285                                 popsquares -root                            \n\
286                                 barcode -root                               \n\
287                                 piecewise -root                             \n\
288                                 cloudlife -root                             \n\
289                                 fontglide -root                             \n\
290                                 apple2 -root                                \n\
291                                 bubbles -root                               \n\
292                                 pong -root                                  \n\
293                                 wormhole -root                              \n\
294                                 pacman -root                                \n\
295                                 fuzzyflakes -root                           \n\
296                                 anemotaxis -root                            \n\
297                                 memscroller -root                           \n\
298                                 substrate -root                             \n\
299                                 intermomentary -root                        \n\
300                                 interaggregate -root                        \n\
301                                 fireworkx -root                             \n\
302                                 fiberlamp -root                             \n\
303                                 boxfit -root                                \n\
304                                 celtic -root                                \n\
305                                 cwaves -root                                \n\
306                                 m6502 -root                                 \n\
307                                 abstractile -root                           \n\
308 -                               lcdscrub -root                              \n\
309 - default-n:                    webcollage -root                            \n\
310 - default-n:  "WebCollage (whacked)"                                          \
311                                 webcollage -root -filter                      \
312                                   'vidwhacker -stdin -stdout'               \n\
313 - default-n:                    vidwhacker -root                            \n\
314                                                                               \
315 @GL_KLUDGE@ GL:                 gears -root                                 \n\
316 @GL_KLUDGE@ GL:                 superquadrics -root                         \n\
317 @GL_KLUDGE@ GL:                 morph3d -root                               \n\
318 @GL_KLUDGE@ GL:                 cage -root                                  \n\
319 @GL_KLUDGE@ GL:                 moebius -root                               \n\
320 @GL_KLUDGE@ GL:                 stairs -root                                \n\
321 @GL_KLUDGE@ GL:                 pipes -root                                 \n\
322 @GL_KLUDGE@ GL:                 sproingies -root                            \n\
323 @GL_KLUDGE@ GL:                 rubik -root                                 \n\
324 @GL_KLUDGE@ GL:                 atlantis -root                              \n\
325 @GL_KLUDGE@ GL:                 lament -root                                \n\
326 @GL_KLUDGE@ GL:                 bubble3d -root                              \n\
327 @GL_KLUDGE@ GL:                 glplanet -root                              \n\
328 @GL_KLUDGE@ GL:                 flurry -root                                \n\
329 @GL_KLUDGE@ GL:                 pulsar -root                                \n\
330 -          GL:     "Pulsar (textures)"                                        \
331                                   pulsar -root -texture -mipmap               \
332                                   -texture_quality -light -fog              \n\
333 @GLE_KLUDGE@GL:                 extrusion -root                             \n\
334 @GL_KLUDGE@ GL:                 sierpinski3d -root                          \n\
335 @GL_KLUDGE@ GL:                 menger -root                                \n\
336 @GL_KLUDGE@ GL:                 gflux -root                                 \n\
337 @GL_KLUDGE@ GL:  "GFlux (grab)" gflux -root -mode grab                      \n\
338 @GL_KLUDGE@ GL:                 stonerview -root                            \n\
339 @GL_KLUDGE@ GL:                 starwars -root                              \n\
340 @GL_KLUDGE@ GL:                 gltext -root                                \n\
341 @GL_KLUDGE@ GL: "GLText (clock)" gltext -text "%A%n%d %b %Y%n%r" -root      \n\
342 @GL_KLUDGE@ GL:                 molecule -root                              \n\
343 @GL_KLUDGE@ GL:                 dangerball -root                            \n\
344 @GL_KLUDGE@ GL:                 circuit -root                               \n\
345 @GL_KLUDGE@ GL:                 engine -root                                \n\
346 @GL_KLUDGE@ GL:                 flipscreen3d -root                          \n\
347 @GL_KLUDGE@ GL:                 glsnake -root                               \n\
348 @GL_KLUDGE@ GL:                 boxed -root                                 \n\
349 -          GL:                  glforestfire -root                          \n\
350 -          GL:  "GLForestFire (rain)"   glforestfire -root -count 0         \n\
351 -          GL:                  sballs -root                                \n\
352 @GL_KLUDGE@ GL:                 cubenetic -root                             \n\
353 @GL_KLUDGE@ GL:                 spheremonics -root                          \n\
354 @GL_KLUDGE@ GL:                 lavalite -root                              \n\
355 @GL_KLUDGE@ GL:                 queens -root                                \n\
356 @GL_KLUDGE@ GL:                 endgame -root                               \n\
357 -          GL:                  glblur -root                                \n\
358 @GL_KLUDGE@ GL:                 atunnel -root                               \n\
359 @GL_KLUDGE@ GL:                 flyingtoasters -root                        \n\
360 @GL_KLUDGE@ GL:                 bouncingcow -root                           \n\
361 @GL_KLUDGE@ GL:                 jigglypuff -root                            \n\
362 @GL_KLUDGE@ GL:                 klein -root                                 \n\
363 @GL_KLUDGE@ GL:                 hypertorus -root                            \n\
364 @GL_KLUDGE@ GL:                 glmatrix -root                              \n\
365 @GL_KLUDGE@ GL:                 cubestorm -root                             \n\
366 @GL_KLUDGE@ GL:                 glknots -root                               \n\
367 @GL_KLUDGE@ GL:                 blocktube -root                             \n\
368 @GL_KLUDGE@ GL:                 flipflop -root                              \n\
369 @GL_KLUDGE@ GL:                 antspotlight -root                          \n\
370 -          GL:                  glslideshow -root                           \n\
371 @GL_KLUDGE@ GL:                 polytopes -root                             \n\
372 @GL_KLUDGE@ GL:                 gleidescope -root                           \n\
373 -          GL:                  mirrorblob -root                            \n\
374 @GL_KLUDGE@ GL:     "MirrorBlob (color only)"                                 \
375                                 mirrorblob -root -colour -no-texture        \n\
376 @GL_KLUDGE@ GL:                 blinkbox -root                              \n\
377 @GL_KLUDGE@ GL:                 noof -root                                  \n\
378 @GL_KLUDGE@ GL:                 polyhedra -root                             \n\
379 -          GL:                  antinspect -root                            \n\
380 @GL_KLUDGE@ GL:                 providence -root                            \n\
381 @GL_KLUDGE@ GL: "Pinion (large gears)"  pinion -root                        \n\
382 @GL_KLUDGE@ GL: "Pinion (small gears)"  pinion -root -size 0.2 -scroll 0.3  \n\
383 @GL_KLUDGE@ GL:                 boing -root -lighting -smooth               \n\
384 -          GL:                  carousel -root                              \n\
385 @GL_KLUDGE@ GL:                 fliptext -root                              \n\
386 -          GL:                  antmaze -root                               \n\
387 @GL_KLUDGE@ GL:                 tangram -root                               \n\
388 @GL_KLUDGE@ GL:                 crackberg -root                             \n\
389 @GL_KLUDGE@ GL:                 glhanoi -root                               \n\
390 @GL_KLUDGE@ GL:                 cube21 -root                                \n\
391 @GL_KLUDGE@ GL:                 timetunnel -root                            \n\
392 @GL_KLUDGE@ GL:                 juggler3d -root                             \n\
393 @GL_KLUDGE@ GL:                 topblock -root                              \n\
394 @GL_KLUDGE@ GL:                 glschool -root                              \n\
395 @GL_KLUDGE@ GL:                 glcells -root                               \n\
396 @GL_KLUDGE@ GL:                 voronoi -root                               \n\
397 @GL_KLUDGE@ GL:                 moebiusgears -root                          \n\
398 @GL_KLUDGE@ GL:                 lockward -root                              \n\
399 @GL_KLUDGE@ GL:                 cubicgrid -root                             \n\
400 @GL_KLUDGE@ GL:                 hypnowheel -root                            \n\
401 @GL_KLUDGE@ GL: "Hypnowheel (dense)"    hypnowheel -root -count 3 -layers 50 \n\
402 @GL_KLUDGE@ GL: "Hypnowheel (trifoil)"  hypnowheel -root -count 3 -layers 2 -speed 9 -twist 9 -wander \n\
403                                                                               \
404 -                               xdaliclock -root -font BUILTIN3             \n\
405 -                               xplanet -vroot -wait 1 -timewarp 90000        \
406                                   -label -origin moon                       \n\
407 -                               xmountains -b -M -Z 0 -r 1                  \n\
408 -       "XMountains (top)"      xmountains -b -M -Z 0 -r 1 -m               \n\
409 -                               xaos -root -autopilot -nogui -delay 10000     \
410                                   -maxframerate 30                            \
411                                   -incoloring -1 -outcoloring -1            \n\
412 -                               xsnow -root                                 \n\
413 -                               goban -root                                 \n\
414 -                               electricsheep                               \n\
415 -                               cosmos -root                                \n\
416 -          GL:                  sphereEversion --root                       \n\
417 -          GL:                  fireflies -root                             \n
418
419
420
421 !=============================================================================
422 !
423 !      You probably don't want to change anything after this point.
424 !
425 !=============================================================================
426
427
428 XScreenSaver.pointerPollTime:           0:00:05
429 XScreenSaver.pointerHysteresis:         10
430 XScreenSaver.initialDelay:              0:00:00
431 XScreenSaver.windowCreationTimeout:     0:00:30
432 XScreenSaver.bourneShell:               /bin/sh
433
434
435 ! Resources for the password and splash-screen dialog boxes of
436 ! the "xscreensaver" daemon.
437 !
438 *Dialog.headingFont:            *-helvetica-bold-r-*-*-*-180-*-*-*-iso8859-1
439 *Dialog.bodyFont:               *-helvetica-bold-r-*-*-*-140-*-*-*-iso8859-1
440 *Dialog.labelFont:              *-helvetica-bold-r-*-*-*-140-*-*-*-iso8859-1
441 *Dialog.unameFont:              *-helvetica-bold-r-*-*-*-120-*-*-*-iso8859-1
442 *Dialog.buttonFont:             *-helvetica-bold-r-*-*-*-140-*-*-*-iso8859-1
443 *Dialog.dateFont:               *-helvetica-medium-r-*-*-*-80-*-*-*-iso8859-1
444 ! Helvetica asterisks look terrible.
445 !*passwd.passwdFont:            *-helvetica-medium-r-*-*-*-140-*-*-*-iso8859-1
446 *passwd.passwdFont:             *-courier-medium-r-*-*-*-140-*-*-*-iso8859-1
447
448 *Dialog.foreground:             #000000
449 *Dialog.background:             #E6E6E6
450 *Dialog.Button.foreground:      #000000
451 *Dialog.Button.background:      #F5F5F5
452 !*Dialog.Button.pointBackground: #EAEAEA
453 !*Dialog.Button.clickBackground: #C3C3C3
454 *Dialog.text.foreground:        #000000
455 *Dialog.text.background:        #FFFFFF
456 *passwd.thermometer.foreground: #4464AC
457 *passwd.thermometer.background: #FFFFFF
458 *Dialog.topShadowColor:         #FFFFFF
459 *Dialog.bottomShadowColor:      #CECECE
460 *Dialog.logo.width:             210
461 *Dialog.logo.height:            210
462 *Dialog.internalBorderWidth:    24
463 *Dialog.borderWidth:            1
464 *Dialog.shadowThickness:        2
465
466 *passwd.heading.label:          XScreenSaver %s
467 *passwd.body.label:             This screen is locked.
468 *passwd.unlock.label:           OK
469 *passwd.login.label:            New Login
470 *passwd.user.label:             Username:
471 *passwd.thermometer.width:      8
472 *passwd.asterisks:              True
473 *passwd.uname:                  True
474
475 *splash.heading.label:          XScreenSaver %s
476 *splash.body.label:             Copyright © 1991-2008 by
477 *splash.body2.label:            Jamie Zawinski <jwz@jwz.org>
478 *splash.demo.label:             Settings
479 *splash.help.label:             Help
480
481
482 !=============================================================================
483 !
484 ! Pretty names for the hacks that have unusual capitalization.
485 !
486 !=============================================================================
487
488 *hacks.imsmap.name:         IMSmap
489 *hacks.slidescreen.name:    SlideScreen
490 *hacks.decayscreen.name:    DecayScreen
491 *hacks.blitspin.name:       BlitSpin
492 *hacks.lmorph.name:         LMorph
493 *hacks.ifs.name:            IFS
494 *hacks.fadeplot.name:       FadePlot
495 *hacks.bsod.name:           BSOD
496 *hacks.rd-bomb.name:        RD-Bomb
497 *hacks.t3d.name:            T3D
498 *hacks.shadebobs.name:      ShadeBobs
499 *hacks.ccurve.name:         C Curve
500 *hacks.xanalogtv.name:      XAnalogTV
501 *hacks.xspirograph.name:    XSpiroGraph
502 *hacks.nerverot.name:       NerveRot
503 *hacks.webcollage.name:     WebCollage
504 *hacks.vidwhacker.name:     VidWhacker
505 *hacks.morph3d.name:        Morph3D
506 *hacks.bubble3d.name:       Bubble3D
507 *hacks.sierpinski3d.name:   Sierpinski3D
508 *hacks.gflux.name:          GFlux
509 *hacks.xrayswarm.name:      XRaySwarm
510 *hacks.whirlwindwarp.name:  WhirlwindWarp
511 *hacks.rotzoomer.name:      RotZoomer
512 *hacks.stonerview.name:     StonerView
513 *hacks.starwars.name:       StarWars
514 *hacks.dangerball.name:     DangerBall
515 *hacks.whirlygig.name:      WhirlyGig
516 *hacks.speedmine.name:      SpeedMine
517 *hacks.glforestfire.name:   GLForestFire
518 *hacks.sballs.name:         SBalls
519 *hacks.xdaliclock.name:     XDaliClock
520 *hacks.xplanetbg.name:      XPlanet
521 *hacks.xplanet.name:        XPlanet
522 *hacks.xaos.name:           XaoS
523 *hacks.xfishtank.name:      XFishTank
524 *hacks.electricsheep.name:  ElectricSheep
525 *hacks.sphereEversion.name: SphereEversion
526 *hacks.fluidballs.name:     FluidBalls
527 *hacks.flyingtoasters.name: FlyingToasters
528 *hacks.bouncingcow.name:    BouncingCow
529 *hacks.jigglypuff.name:     JigglyPuff
530 *hacks.hypertorus.name:     HyperTorus
531 *hacks.cubestorm.name:      CubeStorm
532 *hacks.blocktube.name:      BlockTube
533 *hacks.flipflop.name:       FlipFlop
534 *hacks.antspotlight.name:   AntSpotlight
535 *hacks.fontglide.name:      FontGlide
536 *hacks.mirrorblob.name:     MirrorBlob
537 *hacks.blinkbox.name:       BlinkBox
538 *hacks.fuzzyflakes.name:    FuzzyFlakes
539 *hacks.memscroller.name:    MemScroller
540 *hacks.boxfit.name:         BoxFit
541 *hacks.fliptext.name:       FlipText
542 *hacks.glhanoi.name:        GLHanoi
543 *hacks.topblock.name:       TopBlock
544 *hacks.glschool.name:       GLSchool
545 *hacks.glcells.name:        GLCells
546 *hacks.moebiusgears.name:   MoebiusGears
547 *hacks.cubicgrid.name:      CubicGrid
548 *hacks.lcdscrub.name:       LCDscrub
549
550 ! obsolete, but still used by xscreensaver-demo-Xm.
551 *hacks.documentation.isInstalled: True
552
553 ! (xrdb prevention kludge: whole file) */