http://ftp.x.org/contrib/applications/xscreensaver-3.18.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 3.18
8 !                                13-Oct-99
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 *timeout:               10
21 *cycle:                 10
22 *lockTimeout:           0
23 *passwdTimeout:         30
24 *nice:                  10
25 *lock:                  False
26 *lockVTs:               True
27 *verbose:               False
28 *timestamp:             False
29 *fade:                  True
30 *unfade:                False
31 *fadeSeconds:           3
32 *fadeTicks:             20
33 *splash:                True
34 *splashDuration:        5
35 *visualID:              default
36
37 *captureStderr:         True
38 *overlayTextForeground: #FFFF00
39 *overlayTextBackground: #000000
40 *overlayStderr:         True
41 *font:                  *-medium-r-*-140-*-m-*
42
43 ! The default is to use these extensions if available (as noted.)
44 *sgiSaverExtension:     True
45 *mitSaverExtension:     False
46 *xidleExtension:        True
47 *procInterrupts:        True
48
49 ! This is what the "Demo" button on the splash screen runs (/bin/sh syntax.)
50 *demoCommand: xscreensaver-demo
51
52 ! This is what the "Prefs" button on the splash screen runs (/bin/sh syntax.)
53 *prefsCommand: xscreensaver-demo -prefs
54
55 ! This is the URL that the "Help" button on the splash screen loads.
56 *helpURL: http://www.jwz.org/xscreensaver/man.html
57
58 ! This is how the "Help" button loads URLs (/bin/sh syntax.)
59 ! The "helpURL" will be substituted for up to two occurrences of "%s".
60 *loadURL: netscape -remote 'openURL(%s)' || netscape '%s'
61
62
63 ! The format used for printing the date and time in the password dialog box
64 ! (see the strftime(3) manual page for details.)
65 *dateFormat:            %d-%b-%y (%a); %I:%M %p
66 ! To show the time only:
67 ! *dateFormat:          %I:%M %p
68 ! For 24 hour time:
69 ! *dateFormat:          %H:%M
70
71
72 ! Turning on "installColormap" interacts erratically with twm and tvtwm,
73 ! but seems to work fine with mwm and olwm.  Try it and see.  If your
74 ! screen turns some color other than black, the window manager is buggy,
75 ! and you need to set this resource to False (or get a WM that works.)
76 !
77 *installColormap:       True
78
79
80 ! Any program which can draw on the root window will work as a screensaver.
81 ! The following resource enumerates them.
82 !
83 ! Programs are separated by newlines (specified in resource files with \n).
84 ! Lines may be continued with a lone \ at the end of the line.
85 !
86 ! Each line is an `sh' command.
87 !
88 ! If the first (non-blank) character on the line is "-", then that means
89 ! that this command is disabled: it's still in the list, but it won't ever
90 ! be used.  (This is just to make it easy to disable and then re-enable 
91 ! them later.)
92 !
93 ! If the first word on the line is the name of a visual followed by a
94 ! colon, then that visual will be used for the program, if it is available.
95 ! If no such visual is available, then the program will be skipped.  In
96 ! this way, you can specify that you want certain programs to run only
97 ! on color screens, and others only on mono screens, by making use of the
98 ! magic visual names "color" and "mono".  Likewise, if some hacks prefer
99 ! colormaps, but others prefer 24-bit windows, that also can be arranged
100 ! (in this case, by using "PseudoColor:" versus "TrueColor:".)
101 !
102 ! Some of the screenhacks are written using OpenGL.  OpenGL programs are
103 ! a bit different than normal X programs, in that they prefer visuals that
104 ! are *half* as deep as the screen.  You can tell xscreensaver to select a
105 ! good visual for a GL program by using the magic visual name "GL".
106 !
107 ! All programs must be launched in such a way that they draw on the root
108 ! window; they should not be spawned in the background with "&".  If shell
109 ! metacharacters are used, they must be understandable to `sh', not `csh'
110 ! (the $SHELL variable is not consulted, for unfortunate but good reasons.)
111 !
112 ! Be sure to check out Demo Mode: run the `xscreensaver-demo' program to
113 ! edit the current list of programs interactively, try out the various modes,
114 ! and change other parameters.  See the man page for details.
115 !
116 *programs:      qix -root -solid -delay 0 -segments 100                 \n\
117                 qix -root -count 4 -solid -transparent                  \n\
118                 qix -root -count 5 -solid -transparent -linear            \
119                         -segments 250 -size 100                         \n\
120                 attraction -root -mode balls                            \n\
121                 attraction -root -mode lines -points 3 -segments 200    \n\
122                 attraction -root -mode splines -segments 300            \n\
123                 attraction -root -mode lines -radius 300                  \
124                         -orbit -vmult 0.5                               \n\
125                 pyro -root                                              \n\
126                 helix -root                                             \n\
127                 pedal -root                                             \n\
128                 rorschach -root -offset 7                               \n\
129                 hopalong -root                                          \n\
130                 greynetic -root                                         \n\
131                 xroger -root                                            \n\
132                 imsmap -root                                            \n\
133                 slidescreen -root                                       \n\
134                 decayscreen -root                                       \n\
135                 jigsaw -root                                            \n\
136                 blitspin -root -grab                                    \n\
137                 slip -root                                              \n\
138                 distort -root                                           \n\
139                 spotlight -root                                         \n\
140                 hypercube -root                                         \n\
141                 halo -root                                              \n\
142                 maze -root                                              \n\
143                 noseguy -root                                           \n\
144                 flame -root                                             \n\
145                 lmorph -root                                            \n\
146                 deco -root                                              \n\
147                 moire -root                                             \n\
148                 moire2 -root                                            \n\
149                 lightning -root                                         \n\
150                 strange -root                                           \n\
151                 spiral -root                                            \n\
152                 laser -root                                             \n\
153                 grav -root                                              \n\
154                 grav -root -trail -decay                                \n\
155                 drift -root                                             \n\
156                 ifs -root                                               \n\
157                 julia -root                                             \n\
158                 penrose -root                                           \n\
159                 sierpinski -root                                        \n\
160                 braid -root                                             \n\
161                 galaxy -root                                            \n\
162                 bouboule -root                                          \n\
163                 swirl -root                                             \n\
164                 flag -root                                              \n\
165                 sphere -root                                            \n\
166                 forest -root                                            \n\
167                 lisa -root                                              \n\
168                 lissie -root                                            \n\
169                 goop -root                                              \n\
170                 starfish -root                                          \n\
171                 starfish -root -blob                                    \n\
172                 munch -root                                             \n\
173                 fadeplot -root                                          \n\
174                 coral -root                                             \n\
175                 mountain -root                                          \n\
176                 triangle -root                                          \n\
177                 worm -root                                              \n\
178                 rotor -root                                             \n\
179                 ant -root                                               \n\
180                 demon -root                                             \n\
181                 loop -root                                              \n\
182                 vines -root                                             \n\
183                 kaleidescope -root                                      \n\
184                 xjack -root                                             \n\
185   -             xlyap -root -randomize                                  \n\
186                 cynosure -root                                          \n\
187                 flow -root                                              \n\
188                 epicycle -root                                          \n\
189                 interference -root                                      \n\
190                 truchet -root -randomize                                \n\
191                 bsod -root                                              \n\
192                 crystal -root                                           \n\
193                 discrete -root                                          \n\
194                 kumppa -root                                            \n\
195                 rd-bomb -root                                           \n\
196                 rd-bomb -root -speed 1 -size 0.1                        \n\
197                 sonar -root                                             \n\
198                 t3d -root                                               \n\
199                 penetrate -root                                         \n\
200                 deluxe -root                                            \n\
201                 compass -root                                           \n\
202                 squiral -root                                           \n\
203                 xflame -root                                            \n\
204                 wander -root                                            \n\
205                 wander -root -advance 0 -size 10 -circles True            \
206                   -length 10000 -reset 100000                           \n\
207                 critical -root                                          \n\
208                 phosphor -root                                          \n\
209                 xmatrix -root                                           \n\
210                 petri -root -size 1 -count 20                           \n\
211                 petri -root -minlifespeed 0.02 -maxlifespeed 0.03         \
212                    -minlifespan 1 -maxlifespan 1 -instantdeathchan 0      \
213                    -minorchan 0 -anychan 0.3                            \n\
214                 shadebobs -root                                         \n\
215                 ccurve -root                                            \n\
216                 blaster -root                                           \n\
217                 bumps -root                                             \n\
218     default-n:  webcollage -root                                        \n\
219  -  default-n:  webcollage -root -filter 'vidwhacker -stdin -stdout'    \n\
220  -  default-n:  vidwhacker -root                                        \n\
221                                                                           \
222          mono:  rocks -root                                             \n\
223         color:  rocks -root -fg darksalmon                              \n\
224                                                                           \
225          mono:  qix -root -linear -count 5 -size 200 -spread 30           \
226                         -segments 75 -solid -xor                        \n\
227                                                                           \
228         color:  attraction -root -mode polygons                         \n\
229         color:  attraction -root -mode filled-splines -segments 0       \n\
230         color:  attraction -root -glow -points 10                       \n\
231         color:  bubbles -root                                           \n\
232                                                                           \
233 @GL_KLUDGE@ GL: gears -root                                             \n\
234 @GL_KLUDGE@ GL: superquadrics -root                                     \n\
235 @GL_KLUDGE@ GL: morph3d -root                                           \n\
236 @GL_KLUDGE@ GL: cage -root                                              \n\
237 @GL_KLUDGE@ GL: moebius -root                                           \n\
238 @GL_KLUDGE@ GL: stairs -root                                            \n\
239 @GL_KLUDGE@ GL: pipes -root                                             \n\
240 @GL_KLUDGE@ GL: sproingies -root                                        \n\
241 @GL_KLUDGE@ GL: rubik -root                                             \n\
242 @GL_KLUDGE@ GL: atlantis -root                                          \n\
243 @GL_KLUDGE@ GL: lament -root                                            \n\
244 @GL_KLUDGE@ GL: bubble3d -root                                          \n\
245 @GL_KLUDGE@ GL: glplanet -root                                          \n\
246 @GL_KLUDGE@ GL: pulsar -root                                            \n\
247   -        GL:  pulsar -root -texture -mipmap -texture_quality            \
248                        -light -fog                                      \n
249  
250
251 ! Some other programs that you might want to track down (these work as
252 ! XScreenSaver helpers, but are not distributed with it):
253 !
254 !               xdaliclock -root -builtin2                              \n\
255 !               xswarm -r 2>&-                                          \n\
256 !               xwave -root                                             \n\
257 !               xbouncebits ...                                         \n\
258 !               ico -r -faces -sleep 1 -obj ico                         \n\
259 !               xsplinefun                                              \n\
260 !               xmountains -b -M                                        \n\
261 !       color:  xfishtank -c black -d -r 2                              \n\
262 !
263 ! xtacy is ok, but it only works on the default visual.  We can satisfy
264 ! that constraint like so:
265 !
266 !     default:  xtacy -root -delay 100 -funky -number 3                 \n\
267 !     default:  xtacy -root -delay 100 -gravity                         \n\
268 !     default:  xtacy -root -delay 100 -mixer                           \n\
269 !     default:  xtacy -root -delay 100 -taffy -pal 4                    \n\
270
271 ! To display a randomized slideshow of images, you can do something like this:
272 !
273 !     default-n:  xv -root -rmode 5 -random -viewonly -wloop              \
274 !                    -wait 30 $HOME/bitmaps/*.jpg                       \n\
275 !
276 ! or, if you prefer "xli" to "xv", like this: (but note that xli's "-delay"
277 ! option doesn't work in conjunction with "-onroot", so you need to add a
278 ! line for each image individually... "xv" is better in this respect.)
279 !
280 !     default-n: xli -quiet -onroot -center -border black                 \
281 !                    $HOME/bitmaps/pic1.jpg                             \n\
282 !     default-n: xli -quiet -onroot -center -border black                 \
283 !                    $HOME/bitmaps/pic2.jpg                             \n\
284 !     default-n: xli -quiet -onroot -center -border black                 \
285 !                    $HOME/bitmaps/pic3.jpg                             \n\
286 !
287 ! Note that we've used "default-n" as the visual name, rather than just
288 ! "default": this means "default visual, no install", that is, it's like
289 ! specifying the command-line arguments "-visual default -no-install".
290 ! This is necessary because, when XV or XLI arerunning in "-root" mode, they
291 ! always assume that the default visual and colormap are being used, rather
292 ! than  examining the window it is drawing on to see what visual and colormap
293 ! it has.  If we didn't force the default visual to be used, we would get an
294 ! X error.  If we didn't force the default colormap to be installed, the
295 ! colors would be all wrong.  "default-i" may also be used as a visual name
296 ! (meaning, "-visual default -install") but you probably won't ever need
297 ! to use that.
298 !
299 ! XEarth is nice, too:
300 !
301 !     default-n: xearth -nostars -wait 0 -timewarp 400 -pos sunrel/38/-30
302 !
303 !
304 ! Some of the GL demos that SGI ships work with XScreenSaver; most don't.
305 ! XScreenSaver includes a program (not built or installed by default)
306 ! called "xscreensaver-sgigl".  To use the SGI demos with XScreenSaver,
307 ! build that program, and use it to launch the SGI demos.  For example,
308 ! on Irix 6.2, you can do this:
309 !
310 !     xscreensaver-sgigl /usr/demos/bin/ep -S
311 !     xscreensaver-sgigl /usr/demos/bin/bongo
312 !
313 ! On Irix 6.3, things have moved, so you need to do it like this:
314 !
315 !     xscreensaver-sgigl /usr/sbin/ep -S
316 !
317 ! You can also use the "ant" demo, but first you need to wrap a shell script
318 ! around it that cds to its home directory, so that it can find its files;
319 ! and also pass it the -S argument, to prevent it from forking.
320 !
321 !
322 ! Also, since these actually end up mapping their own windows instead of
323 ! drawing on the XScreenSaver-provided root, when they are being run from
324 ! demo-mode, you can't pop up the demo-mode dialog just by clicking the
325 ! mouse: you must first type ESC to make the SGI programs exit.  This sucks.
326 ! Things should work properly when they are being run by xscreensaver in
327 ! non-demo-mode, however.
328 !
329 ! Basically, the SGI demo writers went out of their way to make my life hell.
330
331
332
333 !=============================================================================
334 !
335 !      You probably don't want to change anything after this point.
336 !
337 !=============================================================================
338
339
340 XScreenSaver.pointerPollTime:           5
341 XScreenSaver.initialDelay:              0
342 XScreenSaver.windowCreationTimeout:     30
343 XScreenSaver.bourneShell:               /bin/sh
344
345
346 ! Resources for the password and splash-screen dialog boxes of
347 ! the "xscreensaver" daemon.
348 !
349 *Dialog.headingFont:            *-times-bold-r-*-*-*-180-*-*-*-iso8859-1
350 *Dialog.bodyFont:               *-helvetica-bold-r-*-*-*-140-*-*-*-iso8859-1
351 *Dialog.labelFont:              *-helvetica-bold-r-*-*-*-140-*-*-*-iso8859-1
352 *Dialog.buttonFont:             *-helvetica-bold-r-*-*-*-140-*-*-*-iso8859-1
353 *Dialog.dateFont:               *-courier-medium-r-*-*-*-80-*-*-*-iso8859-1
354 *Dialog.foreground:             #000000
355 *Dialog.background:             #BFBFBF
356 *Dialog.Button.foreground:      #000000
357 *Dialog.Button.background:      #D0D0D0
358 *Dialog.text.foreground:        #000000
359 *Dialog.text.background:        #FFFFFF
360 *Dialog.logo.foreground:        #FF0000
361 *Dialog.logo.background:        #FFFFFF
362 *Dialog.topShadowColor:         #E7E7E7
363 *Dialog.bottomShadowColor:      #737373
364 *Dialog.logo.width:             200
365 *Dialog.logo.height:            200
366 *Dialog.internalBorderWidth:    30
367 *Dialog.borderWidth:            1
368 *Dialog.shadowThickness:        4
369
370 *passwd.heading.label:          XScreenSaver %s
371 *passwd.body.label:             This display is locked.
372 *passwd.user.label:             User:
373 *passwd.passwd.label:           Password:
374 *passwd.passwdFont:             *-courier-medium-r-*-*-*-140-*-*-*-iso8859-1
375 *passwd.thermometer.width:      8
376
377 *splash.heading.label:          XScreenSaver %s
378 *splash.body.label:             Copyright © 1991-1999 by
379 *splash.body2.label:            Jamie Zawinski <jwz@jwz.org>
380 *splash.demo.label:             Demo
381 *splash.prefs.label:            Prefs
382 *splash.help.label:             Help
383
384
385 ! Resources for the Motif dialog boxes of the "xscreensaver-demo" program.
386
387 *fontList:                       *-helvetica-medium-r-*-*-*-120-*-*-*-iso8859-1
388 *demoDialog*label1.fontList:     *-helvetica-medium-r-*-*-*-140-*-*-*-iso8859-1
389 *XmTextField.fontList:             *-courier-medium-r-*-*-*-120-*-*-*-iso8859-1
390 *label0.fontList:                  *-helvetica-bold-r-*-*-*-140-*-*-*-iso8859-1
391 XScreenSaver*XmList.fontList:      *-courier-medium-r-*-*-*-120-*-*-*-iso8859-1
392 ! Need to fully-qualify the preceeding in the case of of *sgiMode.
393
394 *XmDialogShell*foreground:              #000000
395 *XmDialogShell*background:              #E5E5E5
396 *XmDialogShell*XmTextField.foreground:  #000000
397 *XmDialogShell*XmTextField.background:  #FFFFFF
398 *XmDialogShell*demoList.foreground:     #000000
399 *XmDialogShell*demoList.background:     #FFFFFF
400
401 *XmDialogShell.title:           XScreenSaver
402 *versionWarning_popup.title:    XScreenSaver Warning
403 *demoForm_popup.title:          XScreenSaver Demo
404 *preferencesForm_popup.title:   XScreenSaver Preferences
405 *allowShellResize:              True
406 *autoUnmanage:                  False
407
408 ! This doesn't work.  Motif ignores it if there is a scroll-list!
409 *demoDialog.maxWidth:           600
410
411 *label1.labelString:            XScreenSaver %s
412 *label1.label:                  XScreenSaver %s
413 *label2.labelString: Copyright © 1991-1999 by Jamie Zawinski <jwz@jwz.org>
414 *label2.label:       Copyright © 1991-1999 by Jamie Zawinski <jwz@jwz.org>
415 *demoList.visibleItemCount:     10
416 *demoList.automaticSelection:   True
417 *next.labelString:              Run Next
418 *prev.labelString:              Run Previous
419 *edit.labelString:              Preferences
420 *restart.labelString:           Reinitialize
421 *done.labelString:              Quit
422
423 *preferencesLabel.labelString:  XScreenSaver Parameters
424
425 *timeoutLabel.labelString:      Saver Timeout
426 *cycleLabel.labelString:        Cycle Timeout
427 *fadeSecondsLabel.labelString:  Fade Duration
428 *fadeTicksLabel.labelString:    Fade Ticks
429 *lockLabel.labelString:         Lock Timeout
430 *passwdLabel.labelString:       Password Timeout
431 *preferencesForm*XmTextField.columns:   8
432
433 *verboseToggle.labelString:     Verbose
434 *cmapToggle.labelString:        Install Colormap
435 *fadeToggle.labelString:        Fade Colormap
436 *unfadeToggle.labelString:      Unfade Colormap
437 *lockToggle.labelString:        Require Password
438 *preferencesDone.labelString:   OK
439 *preferencesCancel.labelString: Cancel
440
441
442 ! Disable Motif drag-and-drop in dialog boxes.  This is kind of pathetic, but
443 ! in some older versions of Motif, most any attempt to drag cause immediate
444 ! flaming death from above.  This *should* rip the legs off that bug.
445 ! (But sadly, Lesstif 0.86 and earlier ignore these resources *and* have
446 ! buggy drag-and-drop.)
447 !
448 XScreenSaver*dragInitiatorProtocolStyle: DRAG_NONE
449 XScreenSaver*dragReceiverProtocolStyle:  DRAG_NONE
450
451
452
453 ! Resources for the Athena dialog boxes of the "xscreensaver-demo" program.
454
455 *demo_dialog.title:             XScreenSaver Demo
456 *preferences_dialog.title:      XScreenSaver Preferences
457 *warning_dialog.title:          XScreenSaver Warning
458
459 ! For some reason, it doesn't size correctly by itself.
460 *demo_dialog.geometry:          =640x400
461
462 *demo_dialog*font:              *-helvetica-bold-r-*-*-*-120-*-*-*-iso8859-1
463 *preferences_dialog*font:       *-helvetica-bold-r-*-*-*-120-*-*-*-iso8859-1
464 *demo_dialog*label1.font:       *-helvetica-bold-r-*-*-*-140-*-*-*-iso8859-1
465 *preferences_dialog*label1.font:*-helvetica-bold-r-*-*-*-140-*-*-*-iso8859-1
466 XScreenSaver*warning_dialog*label0.font:        \
467                                 *-helvetica-bold-r-*-*-*-140-*-*-*-iso8859-1
468 XScreenSaver*warning_dialog*Label.font: \
469                                 *-helvetica-bold-r-*-*-*-120-*-*-*-iso8859-1
470 XScreenSaver*warning_dialog*Command.font: \
471                                 *-helvetica-bold-r-*-*-*-140-*-*-*-iso8859-1
472 XScreenSaver.demo_dialog*List.font:     \
473                                 *-courier-medium-r-*-*-*-120-*-*-*-iso8859-1
474 XScreenSaver.demo_dialog*Text*font:     \
475                                 *-courier-medium-r-*-*-*-120-*-*-*-iso8859-1
476
477 XScreenSaver.demo_dialog*foreground:                    #000000
478 XScreenSaver.demo_dialog*background:                    #E5E5E5
479 XScreenSaver.demo_dialog*List.background:               #FFFFFF
480 XScreenSaver.demo_dialog*Scrollbar.background:          #D9D9D9
481 XScreenSaver.demo_dialog*Command.background:            #D9D9D9
482 XScreenSaver.demo_dialog*Text*background:               #FFFFFF
483
484 XScreenSaver.preferences_dialog*foreground:             #000000
485 XScreenSaver.preferences_dialog*background:             #E5E5E5
486 XScreenSaver.preferences_dialog*Command.background:     #D9D9D9
487 XScreenSaver.preferences_dialog*Toggle.background:      #D9D9D9
488 XScreenSaver.preferences_dialog*Text*background:        #FFFFFF
489
490 XScreenSaver.warning_dialog*foreground:                 #000000
491 XScreenSaver.warning_dialog*background:                 #E5E5E5
492 XScreenSaver.warning_dialog*Command.background:         #D9D9D9
493
494 *preferences_dialog*Dialog.value.translations: #override\n\
495         <Key>Return: beginning-of-line()\n
496
497 *demo_dialog*viewport.height:                   200
498 *Form.borderWidth:                              0
499 *Box.borderWidth:                               0
500 *Label.borderWidth:                             0
501 *preferences_dialog*Dialog.borderWidth:         0
502
503 *demo_dialog*run.label:                         Run
504 *demo_dialog*next.label:                        Run Next
505 *demo_dialog*prev.label:                        Run Previous
506 *demo_dialog*edit.label:                        Preferences
507 *demo_dialog*restart.label:                     Reinitialize
508 *demo_dialog*done.label:                        Quit
509 XScreenSaver.demo_dialog*Command.internalWidth:  10
510 XScreenSaver.demo_dialog*Command.internalHeight: 4
511
512 *preferences_dialog*timeout.label:              Saver Timeout:
513 *preferences_dialog*cycle.label:                Cycle Timeout:
514 *preferences_dialog*fade.label:                 Fade Duration:
515 *preferences_dialog*ticks.label:                Fade Ticks:
516 *preferences_dialog*lockTime.label:             Lock Timeout:
517 *preferences_dialog*passwdTime.label:           Password Timeout:
518 XScreenSaver.preferences_dialog*Command.internalWidth:  10
519 XScreenSaver.preferences_dialog*Command.internalHeight: 4
520
521 *preferences_dialog*label1.label:               XScreenSaver Parameters
522 *preferences_dialog*buttonbox.verbose.label:    Verbose
523 *preferences_dialog*buttonbox.cmap.label:       Install Colormap
524 *preferences_dialog*buttonbox.fade.label:       Fade Colormap
525 *preferences_dialog*buttonbox.unfade.label:     Unfade Colormap
526 *preferences_dialog*buttonbox.lock.label:       Require Password
527 *preferences_dialog*done.label:                 Ok
528 *preferences_dialog*cancel.label:               Cancel
529
530 *warning_dialog*ok.label:                       Ok
531
532 *warning_dialog*horizDistance:                  30
533 *warning_dialog*vertDistance:                   0
534
535 *warning_dialog*Label.internalWidth:            1
536 *warning_dialog*Label.internalHeight:           0
537
538 *warning_dialog*label0.horizDistance:           80
539 *warning_dialog*label0.vertDistance:            20
540
541 *warning_dialog*Command.horizDistance:          160
542 *warning_dialog*Command.vertDistance:           20
543 *warning_dialog*Command.internalWidth:          20
544 *warning_dialog*Command.internalHeight:         5