From http://www.jwz.org/xscreensaver/xscreensaver-5.37.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.37
8 !                              05-Jul-2017
9 !
10 ! See "man xscreensaver" for more info.  The latest version is always
11 ! available at https://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 *dpmsQuickoffEnabled:   False
38 *dpmsStandby:           2:00:00
39 *dpmsSuspend:           2:00:00
40 *dpmsOff:               4:00:00
41 *grabDesktopImages:     True
42 *grabVideoFrames:       False
43 *chooseRandomImages:    @DEFAULT_IMAGES_P@
44 ! This can be a local directory name, or the URL of an RSS or Atom feed.
45 *imageDirectory:        @DEFAULT_IMAGE_DIRECTORY@
46 *nice:                  10
47 *memoryLimit:           0
48 *lock:                  False
49 *verbose:               False
50 *timestamp:             True
51 *fade:                  True
52 *unfade:                False
53 *fadeSeconds:           0:00:03
54 *fadeTicks:             20
55 *splash:                True
56 *splashDuration:        0:00:05
57 *visualID:              default
58 *captureStderr:         True
59 *ignoreUninstalledPrograms: False
60 *authWarningSlack:      20
61
62 *textMode:              file
63 *textLiteral:           XScreenSaver
64 *textFile:              @DEFAULT_TEXT_FILE@
65 *textProgram:           fortune
66 *textURL:               https://en.wikipedia.org/w/index.php?title=Special:NewPages&feed=rss
67
68 *overlayTextForeground: #FFFF00
69 *overlayTextBackground: #000000
70 *overlayStderr:         True
71 *font:                  *-medium-r-*-140-*-m-*
72
73 ! The default is to use these extensions if available (as noted.)
74 *sgiSaverExtension:     True
75 *xidleExtension:        True
76 *procInterrupts:        True
77
78 ! Turning this on makes pointerHysteresis not work.
79 *xinputExtensionDev:    False
80
81 ! Set this to True if you are experiencing longstanding XFree86 bug #421
82 ! (xscreensaver not covering the whole screen)
83 GetViewPortIsFullOfLies: False
84
85 ! This is what the "Demo" button on the splash screen runs (/bin/sh syntax.)
86 *demoCommand: xscreensaver-demo
87
88 ! This is what the "Prefs" button on the splash screen runs (/bin/sh syntax.)
89 *prefsCommand: xscreensaver-demo -prefs
90
91 ! This is the URL loaded by the "Help" button on the splash screen,
92 ! and by the "Documentation" menu item in xscreensaver-demo.
93 *helpURL: https://www.jwz.org/xscreensaver/man.html
94
95 ! loadURL       -- how the "Help" buttons load the helpURL (/bin/sh syntax.)
96 ! manualCommand -- how the "Documentation" buttons display man pages.
97 !
98 ! And there are so very many options to choose from!
99 !
100 !   Gnome 2.4, 2.6: (yelp can't display man pages, as of 2.6.3)
101 !
102 @GNOME24@*loadURL: @WITH_BROWSER@ '%s'
103 @GNOME24@*manualCommand: gnome-terminal --title '%s manual' \
104 @GNOME24@               --command '/bin/sh -c "man %s; read foo"'
105 !
106 !   Gnome 2.2:
107 !
108 @GNOME22@*loadURL: gnome-url-show '%s'
109 @GNOME22@*manualCommand: gnome-terminal --title '%s manual' \
110 @GNOME22@               --command '/bin/sh -c "man %s; read foo"'
111 !
112 !   Gnome 1.4:
113 !
114 !       *loadURL: gnome-moz-remote --newwin '%s'
115 !       *manualCommand: gnome-help-browser 'man:%s'
116 !
117 !   non-Gnome systems:
118 !
119 @NOGNOME@*loadURL: firefox '%s' || mozilla '%s' || netscape '%s'
120 @NOGNOME@*manualCommand: xterm -sb -fg black -bg gray75 -T '%s manual' \
121 @NOGNOME@                   -e /bin/sh -c 'man "%s" ; read foo'
122
123
124 ! The format used for printing the date and time in the password dialog box
125 ! (see the strftime(3) manual page for details.)
126 *dateFormat:            %d-%b-%y (%a); %I:%M %p
127 ! To show the time only:
128 ! *dateFormat:          %I:%M %p
129 ! For 24 hour time:
130 ! *dateFormat:          %H:%M
131
132
133 ! This command is executed by the "New Login" button on the lock dialog.
134 ! (That button does not appear on the dialog if this program does not exist.)
135 ! For Gnome: probably "gdmflexiserver -ls".  KDE, probably "kdmctl reserve".
136 ! Or maybe yet another wheel-reinvention, "lxdm -c USER_SWITCH".
137 ! Oh wait, this wheel just keeps getting better: "dm-tool switch-to-greeter".
138 !
139 @NEW_LOGIN_COMMAND_P@*newLoginCommand:  @NEW_LOGIN_COMMAND@
140
141
142 ! Turning on "installColormap" on 8-bit systems interacts erratically with
143 ! certain jurassic window managers.  If your screen turns some color other
144 ! than black, the window manager is buggy, and you need to set this resource
145 ! to false.  Or switch WMs.  Or join the 21st century and get a 24-bit
146 ! graphics card.
147 !
148 *installColormap:       True
149
150
151 ! This is the list of installed screen saver modes.  See "man xscreensaver"
152 ! for the syntax used here.
153 !
154 ! If you want to disable a screensaver, DO NOT remove it from this list:
155 ! instead, mark it as inactive by placing a "-" at the beginning of the line.
156 !
157 ! You can use the `xscreensaver-demo' program to edit the current list of
158 ! screen savers interactively.
159 !
160 *programs:                                                                    \
161                                 maze -root                                  \n\
162 @GL_KLUDGE@ GL:                                 superquadrics -root                         \n\
163                                 attraction -root                            \n\
164                                 blitspin -root                              \n\
165                                 greynetic -root                             \n\
166                                 helix -root                                 \n\
167                                 hopalong -root                              \n\
168                                 imsmap -root                                \n\
169 -                               noseguy -root                               \n\
170 -                               pyro -root                                  \n\
171                                 qix -root                                   \n\
172 -                               rocks -root                                 \n\
173                                 rorschach -root                             \n\
174                                 decayscreen -root                           \n\
175                                 flame -root                                 \n\
176                                 halo -root                                  \n\
177                                 slidescreen -root                           \n\
178                                 pedal -root                                 \n\
179                                 bouboule -root                              \n\
180 -                               braid -root                                 \n\
181                                 coral -root                                 \n\
182                                 deco -root                                  \n\
183                                 drift -root                                 \n\
184 -                               fadeplot -root                              \n\
185                                 galaxy -root                                \n\
186                                 goop -root                                  \n\
187                                 grav -root                                  \n\
188                                 ifs -root                                   \n\
189 @GL_KLUDGE@ GL:                                 jigsaw -root                                \n\
190                                 julia -root                                 \n\
191 -                               kaleidescope -root                          \n\
192 @GL_KLUDGE@ GL:                                 moebius -root                               \n\
193                                 moire -root                                 \n\
194 @GL_KLUDGE@ GL:                                 morph3d -root                               \n\
195                                 mountain -root                              \n\
196                                 munch -root                                 \n\
197                                 penrose -root                               \n\
198 @GL_KLUDGE@ GL:                                 pipes -root                                 \n\
199                                 rd-bomb -root                               \n\
200 @GL_KLUDGE@ GL:                                 rubik -root                                 \n\
201 -                               sierpinski -root                            \n\
202                                 slip -root                                  \n\
203 @GL_KLUDGE@ GL:                                 sproingies -root                            \n\
204                                 starfish -root                              \n\
205                                 strange -root                               \n\
206                                 swirl -root                                 \n\
207                                 triangle -root                              \n\
208                                 xjack -root                                 \n\
209                                 xlyap -root                                 \n\
210 @GL_KLUDGE@ GL:                                 atlantis -root                              \n\
211                                 bsod -root                                  \n\
212 @GL_KLUDGE@ GL:                                 bubble3d -root                              \n\
213 @GL_KLUDGE@ GL:                                 cage -root                                  \n\
214 -                               crystal -root                               \n\
215                                 cynosure -root                              \n\
216                                 discrete -root                              \n\
217                                 distort -root                               \n\
218                                 epicycle -root                              \n\
219                                 flow -root                                  \n\
220 @GL_KLUDGE@ GL:                                 glplanet -root                              \n\
221                                 interference -root                          \n\
222                                 kumppa -root                                \n\
223 @GL_KLUDGE@ GL:                                 lament -root                                \n\
224                                 moire2 -root                                \n\
225 @GL_KLUDGE@ GL:                                 sonar -root                                 \n\
226 @GL_KLUDGE@ GL:                                 stairs -root                                \n\
227                                 truchet -root                               \n\
228 -                               vidwhacker -root                            \n\
229                                 blaster -root                               \n\
230                                 bumps -root                                 \n\
231                                 ccurve -root                                \n\
232                                 compass -root                               \n\
233                                 deluxe -root                                \n\
234 -                               demon -root                                 \n\
235 @GLE_KLUDGE@ GL:                                extrusion -root                             \n\
236 -                               loop -root                                  \n\
237                                 penetrate -root                             \n\
238                                 petri -root                                 \n\
239                                 phosphor -root                              \n\
240 @GL_KLUDGE@ GL:                                 pulsar -root                                \n\
241                                 ripples -root                               \n\
242                                 shadebobs -root                             \n\
243 @GL_KLUDGE@ GL:                                 sierpinski3d -root                          \n\
244                                 spotlight -root                             \n\
245                                 squiral -root                               \n\
246                                 wander -root                                \n\
247 -                               webcollage -root                            \n\
248                                 xflame -root                                \n\
249                                 xmatrix -root                               \n\
250 @GL_KLUDGE@ GL:                                 gflux -root                                 \n\
251 -                               nerverot -root                              \n\
252                                 xrayswarm -root                             \n\
253                                 xspirograph -root                           \n\
254 @GL_KLUDGE@ GL:                                 circuit -root                               \n\
255 @GL_KLUDGE@ GL:                                 dangerball -root                            \n\
256 - GL:                           dnalogo -root                               \n\
257 @GL_KLUDGE@ GL:                                 engine -root                                \n\
258 @GL_KLUDGE@ GL:                                 flipscreen3d -root                          \n\
259 @GL_KLUDGE@ GL:                                 gltext -root                                \n\
260 @GL_KLUDGE@ GL:                                 menger -root                                \n\
261 @GL_KLUDGE@ GL:                                 molecule -root                              \n\
262                                 rotzoomer -root                             \n\
263                                 speedmine -root                             \n\
264 @GL_KLUDGE@ GL:                                 starwars -root                              \n\
265 @GL_KLUDGE@ GL:                                 stonerview -root                            \n\
266                                 vermiculate -root                           \n\
267                                 whirlwindwarp -root                         \n\
268                                 zoom -root                                  \n\
269                                 anemone -root                               \n\
270                                 apollonian -root                            \n\
271 @GL_KLUDGE@ GL:                                 boxed -root                                 \n\
272 @GL_KLUDGE@ GL:                                 cubenetic -root                             \n\
273 @GL_KLUDGE@ GL:                                 endgame -root                               \n\
274                                 euler2d -root                               \n\
275                                 fluidballs -root                            \n\
276 @GL_KLUDGE@ GL:                                 flurry -root                                \n\
277 - GL:                           glblur -root                                \n\
278 @GL_KLUDGE@ GL:                                 glsnake -root                               \n\
279                                 halftone -root                              \n\
280 @GL_KLUDGE@ GL:                                 juggler3d -root                             \n\
281 @GL_KLUDGE@ GL:                                 lavalite -root                              \n\
282 -                               polyominoes -root                           \n\
283 @GL_KLUDGE@ GL:                                 queens -root                                \n\
284 - GL:                           sballs -root                                \n\
285 @GL_KLUDGE@ GL:                                 spheremonics -root                          \n\
286 -                               thornbird -root                             \n\
287                                 twang -root                                 \n\
288 - GL:                           antspotlight -root                          \n\
289                                 apple2 -root                                \n\
290 @GL_KLUDGE@ GL:                                 atunnel -root                               \n\
291                                 barcode -root                               \n\
292 @GL_KLUDGE@ GL:                                 blinkbox -root                              \n\
293 @GL_KLUDGE@ GL:                                 blocktube -root                             \n\
294 @GL_KLUDGE@ GL:                                 bouncingcow -root                           \n\
295                                 cloudlife -root                             \n\
296 @GL_KLUDGE@ GL:                                 cubestorm -root                             \n\
297                                 eruption -root                              \n\
298 @GL_KLUDGE@ GL:                                 flipflop -root                              \n\
299 @GL_KLUDGE@ GL:                                 flyingtoasters -root                        \n\
300                                 fontglide -root                             \n\
301 @GL_KLUDGE@ GL:                                 gleidescope -root                           \n\
302 @GL_KLUDGE@ GL:                                 glknots -root                               \n\
303 @GL_KLUDGE@ GL:                                 glmatrix -root                              \n\
304 - GL:                           glslideshow -root                           \n\
305 @GL_KLUDGE@ GL:                                 hypertorus -root                            \n\
306 - GL:                           jigglypuff -root                            \n\
307                                 metaballs -root                             \n\
308 @GL_KLUDGE@ GL:                                 mirrorblob -root                            \n\
309                                 piecewise -root                             \n\
310 @GL_KLUDGE@ GL:                                 polytopes -root                             \n\
311                                 pong -root                                  \n\
312                                 popsquares -root                            \n\
313 @GL_KLUDGE@ GL:                                 surfaces -root                              \n\
314                                 xanalogtv -root                             \n\
315                                 abstractile -root                           \n\
316                                 anemotaxis -root                            \n\
317 - GL:                           antinspect -root                            \n\
318                                 fireworkx -root                             \n\
319                                 fuzzyflakes -root                           \n\
320                                 interaggregate -root                        \n\
321                                 intermomentary -root                        \n\
322                                 memscroller -root                           \n\
323 @GL_KLUDGE@ GL:                                 noof -root                                  \n\
324                                 pacman -root                                \n\
325 @GL_KLUDGE@ GL:                                 pinion -root                                \n\
326 @GL_KLUDGE@ GL:                                 polyhedra -root                             \n\
327 - GL:                           providence -root                            \n\
328                                 substrate -root                             \n\
329                                 wormhole -root                              \n\
330 - GL:                           antmaze -root                               \n\
331 @GL_KLUDGE@ GL:                                 boing -root                                 \n\
332                                 boxfit -root                                \n\
333 @GL_KLUDGE@ GL:                                 carousel -root                              \n\
334                                 celtic -root                                \n\
335 @GL_KLUDGE@ GL:                                 crackberg -root                             \n\
336 @GL_KLUDGE@ GL:                                 cube21 -root                                \n\
337                                 fiberlamp -root                             \n\
338 @GL_KLUDGE@ GL:                                 fliptext -root                              \n\
339 @GL_KLUDGE@ GL:                                 glhanoi -root                               \n\
340 @GL_KLUDGE@ GL:                                 tangram -root                               \n\
341 @GL_KLUDGE@ GL:                                 timetunnel -root                            \n\
342 @GL_KLUDGE@ GL:                                 glschool -root                              \n\
343 @GL_KLUDGE@ GL:                                 topblock -root                              \n\
344 @GL_KLUDGE@ GL:                                 cubicgrid -root                             \n\
345                                 cwaves -root                                \n\
346 @GL_KLUDGE@ GL:                                 gears -root                                 \n\
347 @GL_KLUDGE@ GL:                                 glcells -root                               \n\
348 @GL_KLUDGE@ GL:                                 lockward -root                              \n\
349                                 m6502 -root                                 \n\
350 @GL_KLUDGE@ GL:                                 moebiusgears -root                          \n\
351 @GL_KLUDGE@ GL:                                 voronoi -root                               \n\
352 @GL_KLUDGE@ GL:                                 hypnowheel -root                            \n\
353 @GL_KLUDGE@ GL:                                 klein -root                                 \n\
354 -                               lcdscrub -root                              \n\
355 @GL_KLUDGE@ GL:                                 photopile -root                             \n\
356 @GL_KLUDGE@ GL:                                 skytentacles -root                          \n\
357 @GL_KLUDGE@ GL:                                 rubikblocks -root                           \n\
358 @GL_KLUDGE@ GL:                                 companioncube -root                         \n\
359 @GL_KLUDGE@ GL:                                 hilbert -root                               \n\
360 @GL_KLUDGE@ GL:                                 tronbit -root                               \n\
361 @GL_KLUDGE@ GL:                                 geodesic -root                              \n\
362                                 hexadrop -root                              \n\
363 @GL_KLUDGE@ GL:                                 kaleidocycle -root                          \n\
364 @GL_KLUDGE@ GL:                                 quasicrystal -root                          \n\
365 @GL_KLUDGE@ GL:                                 unknownpleasures -root                      \n\
366                                 binaryring -root                            \n\
367 @GL_KLUDGE@ GL:                                 cityflow -root                              \n\
368 @GL_KLUDGE@ GL:                                 geodesicgears -root                         \n\
369 @GL_KLUDGE@ GL:                                 projectiveplane -root                       \n\
370 @GL_KLUDGE@ GL:                                 romanboy -root                              \n\
371                                 tessellimage -root                          \n\
372 @GL_KLUDGE@ GL:                                 winduprobot -root                           \n\
373 @GL_KLUDGE@ GL:                                 splitflap -root                             \n\
374 @GL_KLUDGE@ GL:                                 cubestack -root                             \n\
375 @GL_KLUDGE@ GL:                                 cubetwist -root                             \n\
376 @GL_KLUDGE@ GL:                                 discoball -root                             \n\
377 @GL_KLUDGE@ GL:                                 dymaxionmap -root                           \n\
378 @GL_KLUDGE@ GL:                                 energystream -root                          \n\
379 @GL_KLUDGE@ GL:                                 hexstrut -root                              \n\
380 @GL_KLUDGE@ GL:                                 hydrostat -root                             \n\
381 @GL_KLUDGE@ GL:                                 raverhoop -root                             \n\
382 @GL_KLUDGE@ GL:                                 splodesic -root                             \n\
383 @GL_KLUDGE@ GL:                                 unicrud -root                               \n\
384 @GL_KLUDGE@ GL:                                 vigilance -root                             \n
385
386
387
388 !=============================================================================
389 !
390 !      You probably don't want to change anything after this point.
391 !
392 !=============================================================================
393
394
395 XScreenSaver.pointerPollTime:           0:00:05
396 XScreenSaver.pointerHysteresis:         10
397 XScreenSaver.initialDelay:              0:00:00
398 XScreenSaver.windowCreationTimeout:     0:00:30
399 XScreenSaver.bourneShell:               /bin/sh
400
401
402 ! Resources for the password and splash-screen dialog boxes of
403 ! the "xscreensaver" daemon.
404 !
405 *Dialog.headingFont:            *-helvetica-bold-r-*-*-*-180-*-*-*-iso8859-1
406 *Dialog.bodyFont:               *-helvetica-bold-r-*-*-*-140-*-*-*-iso8859-1
407 *Dialog.labelFont:              *-helvetica-bold-r-*-*-*-140-*-*-*-iso8859-1
408 *Dialog.unameFont:              *-helvetica-bold-r-*-*-*-120-*-*-*-iso8859-1
409 *Dialog.buttonFont:             *-helvetica-bold-r-*-*-*-140-*-*-*-iso8859-1
410 *Dialog.dateFont:               *-helvetica-medium-r-*-*-*-80-*-*-*-iso8859-1
411 ! Helvetica asterisks look terrible.
412 !*passwd.passwdFont:            *-helvetica-medium-r-*-*-*-140-*-*-*-iso8859-1
413 *passwd.passwdFont:             *-courier-medium-r-*-*-*-140-*-*-*-iso8859-1
414
415 *Dialog.foreground:             #000000
416 *Dialog.background:             #E6E6E6
417 *Dialog.Button.foreground:      #000000
418 *Dialog.Button.background:      #F5F5F5
419 !*Dialog.Button.pointBackground: #EAEAEA
420 !*Dialog.Button.clickBackground: #C3C3C3
421 *Dialog.text.foreground:        #000000
422 *Dialog.text.background:        #FFFFFF
423 *passwd.thermometer.foreground: #4464AC
424 *passwd.thermometer.background: #FFFFFF
425 *Dialog.topShadowColor:         #FFFFFF
426 *Dialog.bottomShadowColor:      #CECECE
427 *Dialog.logo.width:             210
428 *Dialog.logo.height:            210
429 *Dialog.internalBorderWidth:    24
430 *Dialog.borderWidth:            1
431 *Dialog.shadowThickness:        2
432
433 *passwd.heading.label:          XScreenSaver %s
434 *passwd.body.label:             This screen is locked.
435 *passwd.unlock.label:           OK
436 *passwd.login.label:            New Login
437 *passwd.user.label:             Username:
438 *passwd.thermometer.width:      8
439 *passwd.asterisks:              True
440 *passwd.uname:                  True
441
442 *splash.heading.label:          XScreenSaver %s
443 *splash.body.label:             Copyright \251 1991-2017 by
444 *splash.body2.label:            Jamie Zawinski <jwz@jwz.org>
445 *splash.demo.label:             Settings
446 *splash.help.label:             Help
447
448
449 !=============================================================================
450 !
451 ! Pretty names for the hacks that have unusual capitalization.
452 !
453 !=============================================================================
454
455 *hacks.antinspect.name:     AntInspect
456 *hacks.antmaze.name:        AntMaze
457 *hacks.antspotlight.name:   AntSpotlight
458 *hacks.binaryring.name:     BinaryRing
459 *hacks.blinkbox.name:       BlinkBox
460 *hacks.blitspin.name:       BlitSpin
461 *hacks.blocktube.name:      BlockTube
462 *hacks.bouncingcow.name:    BouncingCow
463 *hacks.boxfit.name:         BoxFit
464 *hacks.bsod.name:           BSOD
465 *hacks.bubble3d.name:       Bubble3D
466 *hacks.ccurve.name:         CCurve
467 *hacks.cloudlife.name:      CloudLife
468 *hacks.companioncube.name:  CompanionCube
469 *hacks.cubestack.name:      CubeStack
470 *hacks.cubestorm.name:      CubeStorm
471 *hacks.cubetwist.name:      CubeTwist
472 *hacks.cubicgrid.name:      CubicGrid
473 *hacks.cwaves.name:         CWaves
474 *hacks.dangerball.name:     DangerBall
475 *hacks.decayscreen.name:    DecayScreen
476 *hacks.dnalogo.name:        DNA Logo
477 *hacks.dymaxionmap.name:    DymaxionMap
478 *hacks.energystream.name:   EnergyStream
479 *hacks.euler2d.name:        Euler2D
480 *hacks.fadeplot.name:       FadePlot
481 *hacks.flipflop.name:       FlipFlop
482 *hacks.flipscreen3d.name:   FlipScreen3D
483 *hacks.fliptext.name:       FlipText
484 *hacks.fluidballs.name:     FluidBalls
485 *hacks.flyingtoasters.name: FlyingToasters
486 *hacks.fontglide.name:      FontGlide
487 *hacks.fuzzyflakes.name:    FuzzyFlakes
488 *hacks.geodesicgears.name:  GeodesicGears
489 *hacks.gflux.name:          GFlux
490 *hacks.gleidescope.name:    Gleidescope
491 *hacks.glforestfire.name:   GLForestFire
492 *hacks.hyperball.name:      HyperBall
493 *hacks.hypercube.name:      HyperCube
494 *hacks.ifs.name:            IFS
495 *hacks.imsmap.name:         IMSMap
496 *hacks.jigglypuff.name:     JigglyPuff
497 *hacks.juggler3d.name:      Juggler3D
498 *hacks.lcdscrub.name:       LCDscrub
499 *hacks.lmorph.name:         LMorph
500 *hacks.m6502.name:          m6502
501 *hacks.memscroller.name:    MemScroller
502 *hacks.metaballs.name:      MetaBalls
503 *hacks.mirrorblob.name:     MirrorBlob
504 *hacks.moebiusgears.name:   MoebiusGears
505 *hacks.morph3d.name:        Morph3D
506 *hacks.nerverot.name:       NerveRot
507 *hacks.noseguy.name:        NoseGuy
508 *hacks.popsquares.name:     PopSquares
509 *hacks.projectiveplane.name:ProjectivePlane
510 *hacks.quasicrystal.name:   QuasiCrystal
511 *hacks.raverhoop.name:      RaverHoop
512 *hacks.rd-bomb.name:        RDbomb
513 *hacks.rdbomb.name:         RDbomb
514 *hacks.romanboy.name:       RomanBoy
515 *hacks.rotzoomer.name:      RotZoomer
516 *hacks.rubikblocks.name:    RubikBlocks
517 *hacks.sballs.name:         SBalls
518 *hacks.shadebobs.name:      ShadeBobs
519 *hacks.sierpinski3d.name:   Sierpinski3D
520 *hacks.skytentacles.name:   SkyTentacles
521 *hacks.slidescreen.name:    SlideScreen
522 *hacks.speedmine.name:      SpeedMine
523 *hacks.splitflap.name:      SplitFlap
524 *hacks.starwars.name:       StarWars
525 *hacks.stonerview.name:     StonerView
526 *hacks.t3d.name:            T3D
527 *hacks.testx11.name:        TestX11
528 *hacks.timetunnel.name:     TimeTunnel
529 *hacks.topblock.name:       TopBlock
530 *hacks.tronbit.name:        TronBit
531 *hacks.unknownpleasures.name:UnknownPleasures
532 *hacks.vidwhacker.name:     VidWhacker
533 *hacks.webcollage.name:     WebCollage
534 *hacks.whirlwindwarp.name:  WhirlWindWarp
535 *hacks.winduprobot.name:    WindupRobot
536 *hacks.xanalogtv.name:      XAnalogTV
537 *hacks.xrayswarm.name:      XRaySwarm
538
539 ! obsolete, but still used by xscreensaver-demo-Xm.
540 *hacks.documentation.isInstalled: True
541
542 ! (xrdb prevention kludge: whole file) */