http://packetstormsecurity.org/UNIX/admin/xscreensaver-4.04.2.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.04
8 !                              31-May-2002
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 *timeout:               0:10:00
32 *cycle:                 0:10:00
33 *lockTimeout:           0:00:00
34 *passwdTimeout:         0:00:30
35 *dpmsEnabled:           False
36 *dpmsStandby:           2:00:00
37 *dpmsSuspend:           2:00:00
38 *dpmsOff:               4:00:00
39 *grabDesktopImages:     True
40 *grabVideoFrames:       False
41 *chooseRandomImages:    False
42 *imageDirectory:        
43 *nice:                  10
44 *memoryLimit:           0
45 *lock:                  False
46 *lockVTs:               True
47 *verbose:               False
48 *timestamp:             True
49 *fade:                  True
50 *unfade:                False
51 *fadeSeconds:           0:00:03
52 *fadeTicks:             20
53 *splash:                True
54 *splashDuration:        0:00:05
55 *visualID:              default
56
57 *captureStderr:         True
58 *overlayTextForeground: #FFFF00
59 *overlayTextBackground: #000000
60 *overlayStderr:         True
61 *font:                  *-medium-r-*-140-*-m-*
62
63 ! The default is to use these extensions if available (as noted.)
64 *sgiSaverExtension:     True
65 *mitSaverExtension:     False
66 *xidleExtension:        True
67 *procInterrupts:        True
68
69 ! This is what the "Demo" button on the splash screen runs (/bin/sh syntax.)
70 *demoCommand: xscreensaver-demo
71
72 ! This is what the "Prefs" button on the splash screen runs (/bin/sh syntax.)
73 *prefsCommand: xscreensaver-demo -prefs
74
75 ! This is the URL that the "Help" button on the splash screen loads.
76 *helpURL: http://www.jwz.org/xscreensaver/man.html
77
78 ! This is how the "Help" button loads URLs (/bin/sh syntax.)
79 ! The "helpURL" will be substituted for up to two occurrences of "%s".
80 *loadURL: netscape -remote 'openURL(%s)' || netscape '%s'
81
82 ! This is what the "Manual" button in xscreensaver-demo runs (/bin/sh syntax.)
83 @GNOMEHELP_N@*manualCommand: xterm +sb -fg black -bg gray75 -T '%s manual' \
84 @GNOMEHELP_N@        -e /bin/sh -c 'man "%s" || read foo'
85 ! For GNOME systems:
86 @GNOMEHELP_Y@*manualCommand: gnome-help-browser 'man:%s'
87
88
89 ! The format used for printing the date and time in the password dialog box
90 ! (see the strftime(3) manual page for details.)
91 *dateFormat:            %d-%b-%y (%a); %I:%M %p
92 ! To show the time only:
93 ! *dateFormat:          %I:%M %p
94 ! For 24 hour time:
95 ! *dateFormat:          %H:%M
96
97
98 ! Turning on "installColormap" interacts erratically with twm and tvtwm,
99 ! but seems to work fine with mwm and olwm.  Try it and see.  If your
100 ! screen turns some color other than black, the window manager is buggy,
101 ! and you need to set this resource to False (or get a WM that works.)
102 !
103 *installColormap:       True
104
105
106 ! Any program which can draw on the root window will work as a screensaver.
107 ! The following resource enumerates them.
108 !
109 ! Programs are separated by newlines (specified in resource files with \n).
110 ! Lines may be continued with a lone \ at the end of the line.
111 !
112 ! Each line is an `sh' command.
113 !
114 ! If the first (non-blank) character on the line is "-", then that means
115 ! that this command is disabled: it's still in the list, but it won't ever
116 ! be used.  (This is just to make it easy to disable and then re-enable 
117 ! them later.)
118 !
119 ! If the first word on the line is the name of a visual followed by a
120 ! colon, then that visual will be used for the program, if it is available.
121 ! If no such visual is available, then the program will be skipped.  In
122 ! this way, you can specify that you want certain programs to run only
123 ! on color screens, and others only on mono screens, by making use of the
124 ! magic visual names "color" and "mono".  Likewise, if some hacks prefer
125 ! colormaps, but others prefer 24-bit windows, that also can be arranged
126 ! (in this case, by using "PseudoColor:" versus "TrueColor:".)
127 !
128 ! Some of the screenhacks are written using OpenGL.  OpenGL programs are
129 ! a bit different than normal X programs, in that they prefer visuals that
130 ! are *half* as deep as the screen.  You can tell xscreensaver to select a
131 ! good visual for a GL program by using the magic visual name "GL".
132 !
133 ! All programs must be launched in such a way that they draw on the root
134 ! window; they should not be spawned in the background with "&".  If shell
135 ! metacharacters are used, they must be understandable to `sh', not `csh'
136 ! (the $SHELL variable is not consulted, for unfortunate but good reasons.)
137 !
138 ! Be sure to check out Demo Mode: run the `xscreensaver-demo' program to
139 ! edit the current list of programs interactively, try out the various modes,
140 ! and change other parameters.  See the man page for details.
141 !
142 *programs:                                                                    \
143                  "Qix (solid)"  qix -root -solid -segments 100              \n\
144            "Qix (transparent)"  qix -root -count 4 -solid -transparent      \n\
145                 "Qix (linear)"  qix -root -count 5 -solid -transparent        \
146                                   -linear -segments 250 -size 100           \n\
147 - mono:            "Qix (xor)"  qix -root -linear -count 5 -size 200          \
148                                   -spread 30 -segments 75 -solid -xor       \n\
149                                                                               \
150           "Attraction (balls)"  attraction -root -mode balls                \n\
151           "Attraction (lines)"  attraction -root -mode lines -points 3        \
152                                   -segments 200                             \n\
153 -          "Attraction (poly)"  attraction -root -mode polygons             \n\
154         "Attraction (splines)"  attraction -root -mode splines -segments      \
155                                   300                                       \n\
156         "Attraction (orbital)"  attraction -root -mode lines -radius 300      \
157                                   -orbit -vmult 0.5                         \n\
158                                                                               \
159                                 pyro -root                                  \n\
160                                 rocks -root                                 \n\
161                                 helix -root                                 \n\
162                                 pedal -root                                 \n\
163                                 rorschach -root -offset 7                   \n\
164                                 hopalong -root                              \n\
165                                 greynetic -root                             \n\
166                                 imsmap -root                                \n\
167                                 slidescreen -root                           \n\
168                                 decayscreen -root                           \n\
169                                 jigsaw -root                                \n\
170                                 blitspin -root -grab                        \n\
171                                 slip -root                                  \n\
172                                 distort -root                               \n\
173                                 spotlight -root                             \n\
174               "Ripples (oily)"  ripples -root -oily -light 2                \n\
175               "Ripples (stir)"  ripples -root -oily -light 2 -stir          \n\
176            "Ripples (desktop)"  ripples -root -water -light 6               \n\
177                                 hypercube -root                             \n\
178                                 hyperball -root                             \n\
179                                 halo -root                                  \n\
180                                 maze -root                                  \n\
181                                 noseguy -root                               \n\
182                                 flame -root                                 \n\
183                                 lmorph -root                                \n\
184                                 deco -root                                  \n\
185                                 moire -root                                 \n\
186                                 moire2 -root                                \n\
187                                 lightning -root                             \n\
188                                 strange -root                               \n\
189                                 spiral -root                                \n\
190                                 laser -root                                 \n\
191                                 grav -root                                  \n\
192                "Grav (trails)"  grav -root -trail -decay                    \n\
193                                 drift -root                                 \n\
194                                 ifs -root                                   \n\
195                                 julia -root                                 \n\
196                                 penrose -root                               \n\
197                                 sierpinski -root                            \n\
198                                 braid -root                                 \n\
199                                 galaxy -root                                \n\
200                                 bouboule -root                              \n\
201                                 swirl -root                                 \n\
202                                 flag -root                                  \n\
203                                 sphere -root                                \n\
204                                 forest -root                                \n\
205                                 lisa -root                                  \n\
206                                 lissie -root                                \n\
207                                 goop -root -max-velocity 0.5 -elasticity      \
208                                   0.9                                       \n\
209                                 starfish -root                              \n\
210              "Starfish (blob)"  starfish -root -blob                        \n\
211                                 munch -root                                 \n\
212                                 fadeplot -root                              \n\
213                                 coral -root -delay 0                        \n\
214                                 mountain -root                              \n\
215                                 triangle -root -delay 1                     \n\
216                                 worm -root                                  \n\
217                                 rotor -root                                 \n\
218                                 ant -root                                   \n\
219                                 demon -root                                 \n\
220                                 loop -root                                  \n\
221                                 vines -root                                 \n\
222                                 kaleidescope -root                          \n\
223                                 xjack -root                                 \n\
224                                 xlyap -root -randomize                      \n\
225                                 cynosure -root                              \n\
226                                 flow -root                                  \n\
227                                 epicycle -root                              \n\
228                                 interference -root                          \n\
229                                 truchet -root -randomize                    \n\
230                                 bsod -root                                  \n\
231                                 crystal -root                               \n\
232                                 discrete -root                              \n\
233                                 kumppa -root                                \n\
234                                 rd-bomb -root                               \n\
235             "RD-Bomb (mobile)"  rd-bomb -root -speed 1 -size 0.1            \n\
236                                 sonar -root                                 \n\
237                                 t3d -root                                   \n\
238                                 penetrate -root                             \n\
239                                 deluxe -root                                \n\
240                                 compass -root                               \n\
241                                 squiral -root                               \n\
242                                 xflame -root                                \n\
243                                 wander -root                                \n\
244               "Wander (spots)"  wander -root -advance 0 -size 10 -circles     \
245                                   -length 10000 -reset 100000               \n\
246                                 critical -root                              \n\
247                                 phosphor -root                              \n\
248                                 xmatrix -root                               \n\
249                                 petri -root -size 2 -count 20               \n\
250                      "Petri 2"  petri -root -minlifespeed 0.02                \
251                                   -maxlifespeed 0.03 -minlifespan 1           \
252                                   -maxlifespan 1 -instantdeathchan 0          \
253                                   -minorchan 0 -anychan 0.3                 \n\
254                                 shadebobs -root                             \n\
255                                 ccurve -root                                \n\
256                                 blaster -root                               \n\
257                                 bumps -root                                 \n\
258                                 xteevee -root                               \n\
259                                 xspirograph -root                           \n\
260                                 nerverot -root                              \n\
261 -           "NerveRot (dense)"  nerverot -root -count 1000                  \n\
262 -           "NerveRot (thick)"  nerverot -root -count 100 -line-width 4       \
263                                 -max-nerve-radius 0.8 -nervousness 0.5 -db  \n\
264                                 xrayswarm -root                             \n\
265 -              "Zoom (Fatbits)" zoom -root                                  \n\
266                "Zoom (Lenses)"  zoom -root -lenses                          \n\
267                                 rotzoomer -root                             \n\
268 -          "RotZoomer (mobile)" rotzoomer -root -move                       \n\
269 -          "RotZoomer (sweep)"  rotzoomer -root -sweep                      \n\
270                                 whirlwindwarp -root                         \n\
271                     "WhirlyGig" whirlygig -root                             \n\
272                     "SpeedMine" speedmine -root                             \n\
273                     "SpeedWorm" speedmine -root -worm                       \n\
274                                 vermiculate -root                           \n\
275                                 twang -root                                 \n\
276                                 apollonian -root                            \n\
277                                 euler2d -root                               \n\
278              "Euler2d (dense)"  euler2d -root -count 4000 -eulertail 400      \
279                                   -ncolors 230                              \n\
280 -                               juggle -root                                \n\
281                                 polyominoes -root                           \n\
282 -                               thornbird -root                             \n\
283                                 fluidballs -root                            \n\
284                                 anemone -root                               \n\
285   color:                        bubbles -root                               \n\
286 - default-n:                    webcollage -root                            \n\
287 - default-n:  "WebCollage (whacked)"                                          \
288                                 webcollage -root -filter                      \
289                                   'vidwhacker -stdin -stdout'               \n\
290 - default-n:                    vidwhacker -root                            \n\
291                                                                               \
292 @GL_KLUDGE@ GL:                 gears -root                                 \n\
293 @GL_KLUDGE@ GL: "Gears (planetary)" gears -root -planetary                  \n\
294 @GL_KLUDGE@ GL:                 superquadrics -root                         \n\
295 @GL_KLUDGE@ GL:                 morph3d -root                               \n\
296 @GL_KLUDGE@ GL:                 cage -root                                  \n\
297 @GL_KLUDGE@ GL:                 moebius -root                               \n\
298 @GL_KLUDGE@ GL:                 stairs -root                                \n\
299 @GL_KLUDGE@ GL:                 pipes -root                                 \n\
300 @GL_KLUDGE@ GL:                 sproingies -root                            \n\
301 @GL_KLUDGE@ GL:                 rubik -root                                 \n\
302 @GL_KLUDGE@ GL:                 atlantis -root                              \n\
303 @GL_KLUDGE@ GL:                 lament -root                                \n\
304 @GL_KLUDGE@ GL:                 bubble3d -root                              \n\
305 @GL_KLUDGE@ GL:                 glplanet -root                              \n\
306 @GL_KLUDGE@ GL:                 pulsar -root                                \n\
307 -          GL:     "Pulsar (textures)"                                        \
308                                   pulsar -root -texture -mipmap               \
309                                   -texture_quality -light -fog              \n\
310 @GLE_KLUDGE@GL:                 extrusion -root                             \n\
311 @GL_KLUDGE@ GL:                 sierpinski3d -root                          \n\
312 @GL_KLUDGE@ GL:                 menger -root                                \n\
313 @GL_KLUDGE@ GL:  "GFlux"        gflux -root                                 \n\
314 @GL_KLUDGE@ GL:  "GFlux (grab)" gflux -root -mode grab                      \n\
315 @GL_KLUDGE@ GL:                 stonerview -root                            \n\
316 @GL_KLUDGE@ GL:                 starwars -root                              \n\
317 @GL_KLUDGE@ GL:                 gltext -root                                \n\
318 @GL_KLUDGE@ GL: "GLText (clock)" gltext -text "%A%n%d %b %Y%n%r" -root      \n\
319 @GL_KLUDGE@ GL:  "Molecule"             molecule -root                      \n\
320 @GL_KLUDGE@ GL:  "Molecule (lumpy)"     molecule -root -no-bonds -no-labels \n\
321 @GL_KLUDGE@ GL:                 dangerball -root                            \n\
322 @GL_KLUDGE@ GL:                 circuit -root                               \n\
323 @GL_KLUDGE@ GL:                 engine -root                                \n\
324 @GL_KLUDGE@ GL:                 flipscreen3d -root                          \n\
325 @GL_KLUDGE@ GL:                 glsnake -root                               \n\
326 @GL_KLUDGE@ GL:                 boxed -root                                 \n\
327 @GL_KLUDGE@ GL:                 glforestfire -root                          \n\
328 @GL_KLUDGE@ GL:                 sballs -root                                \n\
329 @GL_KLUDGE@ GL:                 cubenetic -root                             \n\
330 @GL_KLUDGE@ GL:                 spheremonics -root                          \n\
331 @GL_KLUDGE@ GL:                 lavalite -root                              \n\
332 @GL_KLUDGE@ GL:                 queens -root                                \n\
333                                                                               \
334 -                               xdaliclock -root -builtin3 -cycle           \n\
335 - default-n:                    xearth -nofork -nostars -ncolors 50           \
336                                   -night 3 -wait 0 -timewarp 400.0 -pos       \
337                                   sunrel/38/-30                             \n\
338 -                               xplanetbg -xscreensaver -moonside             \
339                                   -markerfile earth -wait 1 -timewarp 400   \n\
340 -                               xmountains -b -M -Z 0 -r 1                  \n\
341 -       "XMountains (top)"      xmountains -b -M -Z 0 -r 1 -m               \n\
342 -                               xaos -fullscreen -autopilot                   \
343                                   -incoloring -1 -outcoloring -1            \n\
344 -                               xfishtank -d -s                             \n\
345 -                               xsnow                                       \n\
346 -                               goban -root                                 \n\
347 -                               electricsheep                               \n\
348 -                               cosmos -root                                \n\
349 -          GL:                  sphereEversion --root                       \n
350
351
352 ! To display a randomized slideshow of images, you can do something like this:
353 !
354 !    default-n:  "Slideshow"    xv -root -rmode 5 -random -viewonly           \
355 !                                 -wloop -wait 30 $HOME/bitmaps/*.jpg       \n\
356 !
357 ! Recipes for using other slideshow programs can be found in the
358 ! XScreenSaver FAQ: http://www.jwz.org/xscreensaver/faq.html
359 !
360 ! Note that we've used "default-n" as the visual name, rather than just
361 ! "default": this means "default visual, no install", that is, it's like
362 ! specifying the command-line arguments "-visual default -no-install".
363 ! This is necessary because, when XV or XLI arerunning in "-root" mode, they
364 ! always assume that the default visual and colormap are being used, rather
365 ! than  examining the window it is drawing on to see what visual and colormap
366 ! it has.  If we didn't force the default visual to be used, we would get an
367 ! X error.  If we didn't force the default colormap to be installed, the
368 ! colors would be all wrong.  "default-i" may also be used as a visual name
369 ! (meaning, "-visual default -install") but you probably won't ever need
370 ! to use that.
371 !
372 !
373 ! Some of the GL demos that SGI ships work with XScreenSaver; most don't.
374 ! XScreenSaver includes a program (not built or installed by default)
375 ! called "xscreensaver-sgigl".  To use the SGI demos with XScreenSaver,
376 ! build that program, and use it to launch the SGI demos.  For example,
377 ! on Irix 6.2, you can do this:
378 !
379 !     xscreensaver-sgigl /usr/demos/bin/ep -S
380 !     xscreensaver-sgigl /usr/demos/bin/bongo
381 !
382 ! On Irix 6.3, things have moved, so you need to do it like this:
383 !
384 !     xscreensaver-sgigl /usr/sbin/ep -S
385 !
386 ! (But note that, on non-SGIs, the bundled "stonerview" hack is a decent
387 ! clone of "ep".  Yay!)
388 !
389 ! You can also use the "ant" demo, but first you need to wrap a shell script
390 ! around it that cds to its home directory, so that it can find its files;
391 ! and also pass it the -S argument, to prevent it from forking.  What a mess!
392 ! Basically, the SGI demo writers went out of their way to make my life hell.
393
394
395
396 !=============================================================================
397 !
398 !      You probably don't want to change anything after this point.
399 !
400 !=============================================================================
401
402
403 XScreenSaver.pointerPollTime:           0:00:05
404 XScreenSaver.initialDelay:              0:00:00
405 XScreenSaver.windowCreationTimeout:     0:00:30
406 XScreenSaver.bourneShell:               /bin/sh
407
408
409 ! Resources for the password and splash-screen dialog boxes of
410 ! the "xscreensaver" daemon.
411 !
412 *Dialog.headingFont:            *-times-bold-r-*-*-*-180-*-*-*-iso8859-1
413 *Dialog.bodyFont:               *-helvetica-bold-r-*-*-*-140-*-*-*-iso8859-1
414 *Dialog.labelFont:              *-helvetica-bold-r-*-*-*-140-*-*-*-iso8859-1
415 *Dialog.buttonFont:             *-helvetica-bold-r-*-*-*-140-*-*-*-iso8859-1
416 *Dialog.dateFont:               *-courier-medium-r-*-*-*-80-*-*-*-iso8859-1
417 *Dialog.foreground:             #000000
418 *Dialog.background:             #D6D6D6
419 *Dialog.Button.foreground:      #000000
420 *Dialog.Button.background:      #EAEAEA
421 !*Dialog.Button.background:     #D6D6D6
422 !*Dialog.Button.pointBackground: #EAEAEA
423 !*Dialog.Button.clickBackground: #C3C3C3
424 *Dialog.text.foreground:        #000000
425 *Dialog.text.background:        #FFFFFF
426 *passwd.thermometer.foreground: #FF0000
427 *passwd.thermometer.background: #FFFFFF
428 *Dialog.topShadowColor:         #FFFFFF
429 *Dialog.bottomShadowColor:      #666666
430 *Dialog.logo.width:             210
431 *Dialog.logo.height:            210
432 *Dialog.internalBorderWidth:    30
433 *Dialog.borderWidth:            1
434 *Dialog.shadowThickness:        2
435
436 *passwd.heading.label:          XScreenSaver %s
437 *passwd.body.label:             This display is locked.
438 *passwd.user.label:             User:
439 *passwd.passwd.label:           Password:
440 *passwd.passwdFont:             *-courier-medium-r-*-*-*-140-*-*-*-iso8859-1
441 *passwd.thermometer.width:      8
442
443 *splash.heading.label:          XScreenSaver %s
444 *splash.body.label:             Copyright © 1991-2002 by
445 *splash.body2.label:            Jamie Zawinski <jwz@jwz.org>
446 *splash.demo.label:             Settings
447 *splash.help.label:             Help
448
449
450 ! Resources for the Motif dialog boxes of the "xscreensaver-demo" program.
451
452 *fontList:                       *-helvetica-medium-r-*-*-*-120-*-*-*-iso8859-1
453 *demoDialog*label1.fontList:     *-helvetica-medium-r-*-*-*-140-*-*-*-iso8859-1
454 *cmdText.fontList:                 *-courier-medium-r-*-*-*-120-*-*-*-iso8859-1
455 *label0.fontList:                  *-helvetica-bold-r-*-*-*-140-*-*-*-iso8859-1
456 XScreenSaver*doc.fontList:       *-helvetica-medium-r-*-*-*-100-*-*-*-iso8859-1
457 ! above must be fully qualified to get around *sgiMode.
458
459 *foreground:                    #000000
460 *background:                    #C0C0C0
461 *XmTextField.foreground:        #000000
462 *XmTextField.background:        #FFFFFF
463 *list.foreground:               #000000
464 *list.background:               #FFFFFF
465
466 *ApplicationShell.title:        XScreenSaver
467 *warning.title:                 XScreenSaver
468 *warning_popup.title:           XScreenSaver
469 *allowShellResize:              True
470 *autoUnmanage:                  False
471
472 *menubar*file.labelString:      File
473 *menubar*file.mnemonic:         F
474 *file.blank.labelString:        Blank Screen Now
475 *file.blank.mnemonic:           B
476 *file.lock.labelString:         Lock Screen Now
477 *file.lock.mnemonic:            L
478 *file.kill.labelString:         Kill Daemon
479 *file.kill.mnemonic:            K
480 *file.restart.labelString:      Restart Daemon
481 *file.restart.mnemonic:         R
482 *file.exit.labelString:         Exit
483 *file.exit.mnemonic:            E
484
485 *menubar*edit.labelString:      Edit
486 *menubar*edit.mnemonic:         E
487 *edit.cut.labelString:          Cut
488 *edit.cut.mnemonic:             u
489 *edit.copy.labelString:         Copy
490 *edit.copy.mnemonic:            C
491 *edit.paste.labelString:        Paste
492 *edit.paste.mnemonic:           P
493
494 *menubar*help.labelString:      Help
495 *menubar*help.mnemonic:         H
496 *help.about.labelString:        About...
497 *help.about.mnemonic:           A
498 *help.docMenu.labelString:      Documentation...
499 *help.docMenu.mnemonic:         D
500
501 *demoTab.marginWidth:           10
502 *optionsTab.marginWidth:        10
503
504 *XmScrolledWindow.topOffset:    10
505 *XmScrolledWindow.leftOffset:   10
506 *demoTab.topOffset:             4
507 *form1.bottomOffset:            10
508 *form3.leftOffset:              10
509 *form3.rightOffset:             10
510 *frame.topOffset:               10
511 *frame.bottomOffset:            10
512 *enabled.topOffset:             10
513 *visLabel.topOffset:            10
514 *combo.topOffset:               10
515 *form4.bottomOffset:            4
516 *hr.bottomOffset:               4
517 *XmComboBox.marginWidth:        0
518 *XmComboBox.marginHeight:       0
519
520 *demo.marginWidth:              30
521 *demo.marginHeight:             4
522 *man.marginWidth:               10
523 *man.marginHeight:              4
524 *down.leftOffset:               40
525 *down.marginWidth:              4
526 *down.marginHeight:             4
527 *up.marginWidth:                4
528 *up.marginHeight:               4
529 *frame.traversalOn:             False
530
531 *list.automaticSelection:       True
532 *list.visibleItemCount:         20
533 *doc.columns:                   60
534 *combo.columns:                 11
535
536 *demoTab.labelString:           Graphics Demos
537 *optionsTab.labelString:        Screensaver Options
538 *down.labelString:              \\/ 
539 *up.labelString:                /\\ 
540 *frameLabel.labelString:        
541 *cmdLabel.labelString:          Command Line:
542 *cmdLabel.alignment:            ALIGNMENT_BEGINNING
543 *enabled.labelString:           Enabled
544 *visLabel.labelString:          Visual:
545 *visLabel.alignment:            ALIGNMENT_END
546 *visLabel.leftOffset:           20
547 *demo.labelString:              Demo
548 *man.labelString:               Documentation...
549 *done.labelString:              Quit
550
551 *preferencesLabel.labelString:  XScreenSaver Parameters
552
553 *timeoutLabel.labelString:      Saver Timeout
554 *cycleLabel.labelString:        Cycle Timeout
555 *fadeSecondsLabel.labelString:  Fade Duration
556 *fadeTicksLabel.labelString:    Fade Ticks
557 *lockLabel.labelString:         Lock Timeout
558 *passwdLabel.labelString:       Password Timeout
559 *preferencesForm*XmTextField.columns:   8
560
561 *verboseToggle.labelString:     Verbose
562 *cmapToggle.labelString:        Install Colormap
563 *fadeToggle.labelString:        Fade Colormap
564 *unfadeToggle.labelString:      Unfade Colormap
565 *lockToggle.labelString:        Require Password
566
567
568 *OK.marginWidth:                30
569 *OK.marginHeight:               4
570 *OK.leftOffset:                 10
571 *OK.bottomOffset:               10
572 *Cancel.marginWidth:            30
573 *Cancel.marginHeight:           4
574 *Cancel.rightOffset:            10
575 *Cancel.bottomOffset:           10
576
577
578 !=============================================================================
579 !
580 ! Pretty names for the hacks that have unusual capitalization.
581 !
582 !=============================================================================
583
584 *hacks.imsmap.name:         IMSmap
585 *hacks.slidescreen.name:    SlideScreen
586 *hacks.decayscreen.name:    DecayScreen
587 *hacks.blitspin.name:       BlitSpin
588 *hacks.lmorph.name:         LMorph
589 *hacks.ifs.name:            IFS
590 *hacks.fadeplot.name:       FadePlot
591 *hacks.bsod.name:           BSOD
592 *hacks.rd-bomb.name:        RD-Bomb
593 *hacks.t3d.name:            T3D
594 *hacks.shadebobs.name:      ShadeBobs
595 *hacks.ccurve.name:         C Curve
596 *hacks.xteevee.name:        XTeeVee
597 *hacks.xspirograph.name:    XSpiroGraph
598 *hacks.nerverot.name:       NerveRot
599 *hacks.webcollage.name:     WebCollage
600 *hacks.vidwhacker.name:     VidWhacker
601 *hacks.morph3d.name:        Morph3D
602 *hacks.bubble3d.name:       Bubble3D
603 *hacks.glplanet.name:       GLPlanet
604 *hacks.sierpinski3d.name:   Sierpinski3D
605 *hacks.gflux.name:          GFlux
606 *hacks.xrayswarm.name:      XRaySwarm
607 *hacks.whirlwindwarp.name:  WhirlwindWarp
608 *hacks.rotzoomer.name:      RotZoomer
609 *hacks.stonerview.name:     StonerView
610 *hacks.starwars.name:       StarWars
611 *hacks.gltext.name:         GLText
612 *hacks.dangerball.name:     DangerBall
613 *hacks.whirlygig.name:      WhirlyGig
614 *hacks.speedmine.name:      SpeedMine
615 *hacks.glsnake.name:        GLSnake
616 *hacks.glforestfire.name:   GLForestFire
617 *hacks.sballs.name:         SBalls
618 *hacks.xdaliclock.name:     XDaliClock
619 *hacks.xplanetbg.name:      XPlanet
620 *hacks.xaos.name:           XaoS
621 *hacks.xfishtank.name:      XFishTank
622 *hacks.electricsheep.name:  ElectricSheep
623 *hacks.sphereEversion.name: SphereEversion
624 *hacks.fluidballs.name:     FluidBalls
625
626 ! obsolete, but still used by xscreensaver-demo-Xm.
627 *hacks.documentation.isInstalled: True
628
629 ! (xrdb prevention kludge: whole file) */