932c0fe22bb1f1953681427c64cf47e1a489dccb
[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.39
8 !                              12-Apr-2018
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:                                 esper -root                                 \n\
385 @GL_KLUDGE@ GL:                                 vigilance -root                             \n\
386 @GL_KLUDGE@ GL:                                 crumbler -root                              \n\
387 @GL_KLUDGE@ GL:                                 maze3d -root                                \n\
388 @GL_KLUDGE@ GL:                                 peepers -root                               \n\
389 @GL_KLUDGE@ GL:                                 razzledazzle -root                          \n
390
391
392
393 !=============================================================================
394 !
395 !      You probably don't want to change anything after this point.
396 !
397 !=============================================================================
398
399
400 XScreenSaver.pointerPollTime:           0:00:05
401 XScreenSaver.pointerHysteresis:         10
402 XScreenSaver.initialDelay:              0:00:00
403 XScreenSaver.windowCreationTimeout:     0:00:30
404 XScreenSaver.bourneShell:               /bin/sh
405
406
407 ! Resources for the password and splash-screen dialog boxes of
408 ! the "xscreensaver" daemon.
409 !
410 *Dialog.headingFont:    -*-helvetica-bold-r-*-*-*-180-*-*-*-*-iso8859-1
411 *Dialog.bodyFont:       -*-helvetica-bold-r-*-*-*-140-*-*-*-*-iso8859-1
412 *Dialog.labelFont:      -*-helvetica-bold-r-*-*-*-140-*-*-*-*-iso8859-1
413 *Dialog.unameFont:      -*-helvetica-bold-r-*-*-*-120-*-*-*-*-iso8859-1
414 *Dialog.buttonFont:     -*-helvetica-bold-r-*-*-*-140-*-*-*-*-iso8859-1
415 *Dialog.dateFont:       -*-helvetica-medium-r-*-*-*-80-*-*-*-*-iso8859-1
416
417 ! Helvetica asterisks look terrible.
418 *passwd.passwdFont:     -*-courier-medium-r-*-*-*-140-*-*-*-iso8859-1
419
420
421 *Dialog.foreground:             #000000
422 *Dialog.background:             #E6E6E6
423 *Dialog.Button.foreground:      #000000
424 *Dialog.Button.background:      #F5F5F5
425 !*Dialog.Button.pointBackground: #EAEAEA
426 !*Dialog.Button.clickBackground: #C3C3C3
427 *Dialog.text.foreground:        #000000
428 *Dialog.text.background:        #FFFFFF
429 *passwd.thermometer.foreground: #4464AC
430 *passwd.thermometer.background: #FFFFFF
431 *Dialog.topShadowColor:         #FFFFFF
432 *Dialog.bottomShadowColor:      #CECECE
433 *Dialog.logo.width:             210
434 *Dialog.logo.height:            210
435 *Dialog.internalBorderWidth:    24
436 *Dialog.borderWidth:            1
437 *Dialog.shadowThickness:        2
438
439 *passwd.heading.label:          XScreenSaver %s
440 *passwd.body.label:             This screen is locked.
441 *passwd.unlock.label:           OK
442 *passwd.login.label:            New Login
443 *passwd.user.label:             Username:
444 *passwd.thermometer.width:      8
445 *passwd.asterisks:              True
446 *passwd.uname:                  True
447
448 *splash.heading.label:          XScreenSaver %s
449 *splash.body.label:             Copyright \251 1991-2018 by
450 *splash.body2.label:            Jamie Zawinski <jwz@jwz.org>
451 *splash.demo.label:             Settings
452 *splash.help.label:             Help
453
454
455 !=============================================================================
456 !
457 ! Pretty names for the hacks that have unusual capitalization.
458 !
459 !=============================================================================
460
461 *hacks.antinspect.name:     AntInspect
462 *hacks.antmaze.name:        AntMaze
463 *hacks.antspotlight.name:   AntSpotlight
464 *hacks.binaryring.name:     BinaryRing
465 *hacks.blinkbox.name:       BlinkBox
466 *hacks.blitspin.name:       BlitSpin
467 *hacks.blocktube.name:      BlockTube
468 *hacks.bouncingcow.name:    BouncingCow
469 *hacks.boxfit.name:         BoxFit
470 *hacks.bsod.name:           BSOD
471 *hacks.bubble3d.name:       Bubble3D
472 *hacks.ccurve.name:         CCurve
473 *hacks.cloudlife.name:      CloudLife
474 *hacks.companioncube.name:  CompanionCube
475 *hacks.cubestack.name:      CubeStack
476 *hacks.cubestorm.name:      CubeStorm
477 *hacks.cubetwist.name:      CubeTwist
478 *hacks.cubicgrid.name:      CubicGrid
479 *hacks.cwaves.name:         CWaves
480 *hacks.dangerball.name:     DangerBall
481 *hacks.decayscreen.name:    DecayScreen
482 *hacks.dnalogo.name:        DNA Logo
483 *hacks.dymaxionmap.name:    DymaxionMap
484 *hacks.energystream.name:   EnergyStream
485 *hacks.euler2d.name:        Euler2D
486 *hacks.fadeplot.name:       FadePlot
487 *hacks.flipflop.name:       FlipFlop
488 *hacks.flipscreen3d.name:   FlipScreen3D
489 *hacks.fliptext.name:       FlipText
490 *hacks.fluidballs.name:     FluidBalls
491 *hacks.flyingtoasters.name: FlyingToasters
492 *hacks.fontglide.name:      FontGlide
493 *hacks.fuzzyflakes.name:    FuzzyFlakes
494 *hacks.geodesicgears.name:  GeodesicGears
495 *hacks.gflux.name:          GFlux
496 *hacks.gleidescope.name:    Gleidescope
497 *hacks.glforestfire.name:   GLForestFire
498 *hacks.hyperball.name:      HyperBall
499 *hacks.hypercube.name:      HyperCube
500 *hacks.ifs.name:            IFS
501 *hacks.imsmap.name:         IMSMap
502 *hacks.jigglypuff.name:     JigglyPuff
503 *hacks.juggler3d.name:      Juggler3D
504 *hacks.lcdscrub.name:       LCDscrub
505 *hacks.lmorph.name:         LMorph
506 *hacks.m6502.name:          m6502
507 *hacks.maze3d.name:         Maze3D
508 *hacks.memscroller.name:    MemScroller
509 *hacks.metaballs.name:      MetaBalls
510 *hacks.mirrorblob.name:     MirrorBlob
511 *hacks.moebiusgears.name:   MoebiusGears
512 *hacks.morph3d.name:        Morph3D
513 *hacks.nerverot.name:       NerveRot
514 *hacks.noseguy.name:        NoseGuy
515 *hacks.popsquares.name:     PopSquares
516 *hacks.projectiveplane.name:ProjectivePlane
517 *hacks.quasicrystal.name:   QuasiCrystal
518 *hacks.raverhoop.name:      RaverHoop
519 *hacks.razzledazzle.name:   RazzleDazzle
520 *hacks.rd-bomb.name:        RDbomb
521 *hacks.rdbomb.name:         RDbomb
522 *hacks.romanboy.name:       RomanBoy
523 *hacks.rotzoomer.name:      RotZoomer
524 *hacks.rubikblocks.name:    RubikBlocks
525 *hacks.sballs.name:         SBalls
526 *hacks.shadebobs.name:      ShadeBobs
527 *hacks.sierpinski3d.name:   Sierpinski3D
528 *hacks.skytentacles.name:   SkyTentacles
529 *hacks.slidescreen.name:    SlideScreen
530 *hacks.speedmine.name:      SpeedMine
531 *hacks.splitflap.name:      SplitFlap
532 *hacks.starwars.name:       StarWars
533 *hacks.stonerview.name:     StonerView
534 *hacks.t3d.name:            T3D
535 *hacks.testx11.name:        TestX11
536 *hacks.timetunnel.name:     TimeTunnel
537 *hacks.topblock.name:       TopBlock
538 *hacks.tronbit.name:        TronBit
539 *hacks.unknownpleasures.name:UnknownPleasures
540 *hacks.vidwhacker.name:     VidWhacker
541 *hacks.webcollage.name:     WebCollage
542 *hacks.whirlwindwarp.name:  WhirlWindWarp
543 *hacks.winduprobot.name:    WindupRobot
544 *hacks.xanalogtv.name:      XAnalogTV
545 *hacks.xrayswarm.name:      XRaySwarm
546
547 ! obsolete, but still used by xscreensaver-demo-Xm.
548 *hacks.documentation.isInstalled: True
549
550 ! (xrdb prevention kludge: whole file) */