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