5fb206bccc5d348c54b325e0f8e1b0214d778280
[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.19
8 !                              16-Dec-2004
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 *captureStderr:         True
57 *ignoreUninstalledPrograms: False
58
59 *overlayTextForeground: #FFFF00
60 *overlayTextBackground: #000000
61 *overlayStderr:         True
62 *font:                  *-medium-r-*-140-*-m-*
63
64 ! The default is to use these extensions if available (as noted.)
65 *sgiSaverExtension:     True
66 *mitSaverExtension:     False
67 *xidleExtension:        True
68 *procInterrupts:        True
69
70 ! Set this to True if you are experiencing longstanding XFree86 bug #421
71 ! (xscreensaver not covering the whole screen)
72 GetViewPortIsFullOfLies: False
73
74 ! This is what the "Demo" button on the splash screen runs (/bin/sh syntax.)
75 *demoCommand: xscreensaver-demo
76
77 ! This is what the "Prefs" button on the splash screen runs (/bin/sh syntax.)
78 *prefsCommand: xscreensaver-demo -prefs
79
80 ! This is the URL that the "Help" button on the splash screen loads.
81 *helpURL: http://www.jwz.org/xscreensaver/man.html
82
83 ! This is how the "Help" button loads URLs (/bin/sh syntax.)
84 ! The "helpURL" will be substituted for up to two occurrences of "%s".
85 @GNOMEHELP_N@*loadURL: mozilla '%s' || netscape '%s'
86 @GNOMEHELP_Y@*loadURL: gnome-url-show '%s' || gnome-moz-remote --newwin '%s'
87
88 ! This is what the "Manual" button in xscreensaver-demo runs (/bin/sh syntax.)
89 @GNOMEHELP_N@*manualCommand: xterm -sb -fg black -bg gray75 -T '%s manual' \
90 @GNOMEHELP_N@        -e /bin/sh -c 'man "%s" ; read foo'
91 ! For GNOME systems:
92 @GNOMEHELP_Y@*manualCommand: yelp 'man:%s' || gnome-help-browser 'man:%s'
93
94
95 ! The format used for printing the date and time in the password dialog box
96 ! (see the strftime(3) manual page for details.)
97 *dateFormat:            %d-%b-%y (%a); %I:%M %p
98 ! To show the time only:
99 ! *dateFormat:          %I:%M %p
100 ! For 24 hour time:
101 ! *dateFormat:          %H:%M
102
103
104 ! Turning on "installColormap" on 8-bit systems interacts erratically with
105 ! certain jurassic window managers.  If your screen turns some color other
106 ! than black, the window manager is buggy, and you need to set this resource
107 ! to false.  Or switch WMs.  Or join the 21st century and get a 24-bit
108 ! graphics card.
109 !
110 *installColormap:       True
111
112
113 ! This is the list of installed screen saver modes.  See "man xscreensaver"
114 ! for the syntax used here.
115 !
116 ! If you want to disable a screensaver, DO NOT remove it from this list:
117 ! instead, mark it as inactive by placing a "-" at the beginning of the line.
118 !
119 ! You can use the `xscreensaver-demo' program to edit the current list of
120 ! screen savers interactively.
121 !
122 *programs:                                                                    \
123                  "Qix (solid)"  qix -root -solid -segments 100              \n\
124            "Qix (transparent)"  qix -root -count 4 -solid -transparent      \n\
125                 "Qix (linear)"  qix -root -count 5 -solid -transparent        \
126                                   -linear -segments 250 -size 100           \n\
127 -                  "Qix (xor)"  qix -root -linear -count 5 -size 200          \
128                                   -spread 30 -segments 75 -solid -xor       \n\
129                                                                               \
130           "Attraction (balls)"  attraction -root -mode balls                \n\
131           "Attraction (lines)"  attraction -root -mode lines -points 3        \
132                                   -segments 200                             \n\
133 -          "Attraction (poly)"  attraction -root -mode polygons             \n\
134         "Attraction (splines)"  attraction -root -mode splines -segments      \
135                                   300                                       \n\
136         "Attraction (orbital)"  attraction -root -mode lines -radius 300      \
137                                   -orbit -vmult 0.5                         \n\
138                                                                               \
139                                 pyro -root                                  \n\
140                                 rocks -root                                 \n\
141                                 helix -root                                 \n\
142                                 pedal -root                                 \n\
143                                 rorschach -root -offset 7                   \n\
144                                 hopalong -root                              \n\
145                                 greynetic -root                             \n\
146                                 imsmap -root                                \n\
147                                 slidescreen -root                           \n\
148                                 decayscreen -root                           \n\
149                                 jigsaw -root                                \n\
150                                 blitspin -root -grab                        \n\
151                                 slip -root                                  \n\
152                                 distort -root                               \n\
153                                 spotlight -root                             \n\
154               "Ripples (oily)"  ripples -root -oily -light 2                \n\
155               "Ripples (stir)"  ripples -root -oily -light 2 -stir          \n\
156            "Ripples (desktop)"  ripples -root -water -light 6               \n\
157                                 hypercube -root                             \n\
158 -                               hyperball -root                             \n\
159                                 halo -root                                  \n\
160                                 maze -root                                  \n\
161                                 noseguy -root                               \n\
162                                 flame -root                                 \n\
163 -                               lmorph -root                                \n\
164                                 deco -root                                  \n\
165                                 moire -root                                 \n\
166                                 moire2 -root                                \n\
167                                 lightning -root                             \n\
168                                 strange -root                               \n\
169 -                               spiral -root                                \n\
170                                 laser -root                                 \n\
171                                 grav -root                                  \n\
172                "Grav (trails)"  grav -root -trail -decay                    \n\
173                                 drift -root                                 \n\
174                                 ifs -root                                   \n\
175                                 julia -root                                 \n\
176                                 penrose -root                               \n\
177 -                               sierpinski -root                            \n\
178                                 braid -root                                 \n\
179                                 galaxy -root                                \n\
180                                 bouboule -root                              \n\
181                                 swirl -root                                 \n\
182                                 flag -root                                  \n\
183                                 sphere -root                                \n\
184                                 forest -root                                \n\
185 -                               lisa -root                                  \n\
186 -                               lissie -root                                \n\
187                                 goop -root -max-velocity 0.5 -elasticity      \
188                                   0.9                                       \n\
189                                 starfish -root                              \n\
190              "Starfish (blob)"  starfish -root -blob                        \n\
191                                 munch -root                                 \n\
192                                 mismunch -root                              \n\
193                                 fadeplot -root                              \n\
194                                 coral -root -delay 0                        \n\
195                                 mountain -root                              \n\
196                                 triangle -root -delay 1                     \n\
197 -                               worm -root                                  \n\
198 -                               rotor -root                                 \n\
199 -                               ant -root                                   \n\
200 -                               demon -root                                 \n\
201 -                               loop -root                                  \n\
202 -                               vines -root                                 \n\
203                                 kaleidescope -root                          \n\
204                                 xjack -root                                 \n\
205                                 xlyap -root -randomize                      \n\
206                                 cynosure -root                              \n\
207                                 flow -root                                  \n\
208                                 epicycle -root                              \n\
209                                 interference -root                          \n\
210                                 truchet -root -randomize                    \n\
211                                 bsod -root                                  \n\
212                                 crystal -root                               \n\
213                                 discrete -root                              \n\
214                                 kumppa -root                                \n\
215                                 rd-bomb -root                               \n\
216             "RD-Bomb (mobile)"  rd-bomb -root -speed 1 -size 0.1            \n\
217                                 sonar -root                                 \n\
218                                 t3d -root                                   \n\
219                                 penetrate -root                             \n\
220                                 deluxe -root                                \n\
221                                 compass -root                               \n\
222                                 squiral -root                               \n\
223                                 xflame -root                                \n\
224                                 wander -root                                \n\
225               "Wander (spots)"  wander -root -advance 0 -size 10 -circles     \
226                                   -length 10000 -reset 100000               \n\
227 -                               critical -root                              \n\
228                                 phosphor -root                              \n\
229                                 xmatrix -root                               \n\
230                                 petri -root -size 2 -count 20               \n\
231                      "Petri 2"  petri -root -minlifespeed 0.02                \
232                                   -maxlifespeed 0.03 -minlifespan 1           \
233                                   -maxlifespan 1 -instantdeathchan 0          \
234                                   -minorchan 0 -anychan 0.3                 \n\
235                                 shadebobs -root                             \n\
236                                 ccurve -root                                \n\
237                                 blaster -root                               \n\
238                                 bumps -root                                 \n\
239                                 xteevee -root                               \n\
240                                 xanalogtv -root                             \n\
241                                 xspirograph -root                           \n\
242                                 nerverot -root                              \n\
243 -           "NerveRot (dense)"  nerverot -root -count 1000                  \n\
244 -           "NerveRot (thick)"  nerverot -root -count 100 -line-width 4       \
245                                 -max-nerve-radius 0.8 -nervousness 0.5 -db  \n\
246                                 xrayswarm -root                             \n\
247 -              "Zoom (Fatbits)" zoom -root                                  \n\
248                "Zoom (Lenses)"  zoom -root -lenses                          \n\
249                                 rotzoomer -root                             \n\
250 -          "RotZoomer (mobile)" rotzoomer -root -move                       \n\
251 -          "RotZoomer (sweep)"  rotzoomer -root -sweep                      \n\
252                                 whirlwindwarp -root                         \n\
253                     "WhirlyGig" whirlygig -root                             \n\
254                     "SpeedMine" speedmine -root                             \n\
255                     "SpeedWorm" speedmine -root -worm                       \n\
256                                 vermiculate -root                           \n\
257                                 twang -root                                 \n\
258                                 apollonian -root                            \n\
259                                 euler2d -root                               \n\
260              "Euler2d (dense)"  euler2d -root -count 4000 -eulertail 400      \
261                                   -ncolors 230                              \n\
262 -                               juggle -root                                \n\
263                                 polyominoes -root                           \n\
264 -                               thornbird -root                             \n\
265                                 fluidballs -root                            \n\
266                                 anemone -root                               \n\
267                                 halftone -root                              \n\
268                                 metaballs -root                             \n\
269                                 eruption -root                              \n\
270                                 popsquares -root                            \n\
271                                 barcode -root                               \n\
272                                 piecewise -root                             \n\
273                                 cloudlife -root                             \n\
274                    "FontGlide"  fontglide -root -page                       \n\
275         "FontGlide (scroller)"  fontglide -root -scroll                     \n\
276                                 apple2 -root                                \n\
277                                 bubbles -root                               \n\
278                                 pong -root                                  \n\
279                                 wormhole -root                              \n\
280                                 pacman -root                                \n\
281                                 fuzzyflakes -root                           \n\
282                                 anemotaxis -root                            \n\
283                                 memscroller -root                           \n\
284                                 substrate -root                             \n\
285                                 intermomentary -root                        \n\
286                                 fireworkx -root                             \n\
287 - default-n:                    webcollage -root                            \n\
288 - default-n:  "WebCollage (whacked)"                                          \
289                                 webcollage -root -filter                      \
290                                   'vidwhacker -stdin -stdout'               \n\
291 - default-n:                    vidwhacker -root                            \n\
292                                                                               \
293 @GL_KLUDGE@ GL:                 gears -root                                 \n\
294 @GL_KLUDGE@ GL: "Gears (planetary)" gears -root -planetary                  \n\
295 @GL_KLUDGE@ GL:                 superquadrics -root                         \n\
296 @GL_KLUDGE@ GL:                 morph3d -root                               \n\
297 @GL_KLUDGE@ GL:                 cage -root                                  \n\
298 @GL_KLUDGE@ GL:                 moebius -root                               \n\
299 @GL_KLUDGE@ GL:                 stairs -root                                \n\
300 @GL_KLUDGE@ GL:                 pipes -root                                 \n\
301 @GL_KLUDGE@ GL:                 sproingies -root                            \n\
302 @GL_KLUDGE@ GL:                 rubik -root                                 \n\
303 @GL_KLUDGE@ GL:                 atlantis -root -gradient                    \n\
304 @GL_KLUDGE@ GL:                 lament -root                                \n\
305 @GL_KLUDGE@ GL:                 bubble3d -root                              \n\
306 @GL_KLUDGE@ GL:                 glplanet -root                              \n\
307 @GL_KLUDGE@ GL:                 flurry -root -preset random                 \n\
308 @GL_KLUDGE@ GL:                 pulsar -root                                \n\
309 -          GL:     "Pulsar (textures)"                                        \
310                                   pulsar -root -texture -mipmap               \
311                                   -texture_quality -light -fog              \n\
312 @GLE_KLUDGE@GL:                 extrusion -root                             \n\
313 @GL_KLUDGE@ GL:                 sierpinski3d -root                          \n\
314 @GL_KLUDGE@ GL:                 menger -root                                \n\
315 @GL_KLUDGE@ GL:  "GFlux"        gflux -root                                 \n\
316 @GL_KLUDGE@ GL:  "GFlux (grab)" gflux -root -mode grab                      \n\
317 @GL_KLUDGE@ GL:                 stonerview -root                            \n\
318 @GL_KLUDGE@ GL:                 starwars -root                              \n\
319 @GL_KLUDGE@ GL:                 gltext -root                                \n\
320 @GL_KLUDGE@ GL: "GLText (clock)" gltext -text "%A%n%d %b %Y%n%r" -root      \n\
321 @GL_KLUDGE@ GL:  "Molecule"             molecule -root                      \n\
322 @GL_KLUDGE@ GL:  "Molecule (lumpy)"     molecule -root -no-bonds -no-labels \n\
323 @GL_KLUDGE@ GL:                 dangerball -root                            \n\
324 @GL_KLUDGE@ GL:                 circuit -root                               \n\
325 @GL_KLUDGE@ GL:                 engine -root                                \n\
326 @GL_KLUDGE@ GL:                 flipscreen3d -root                          \n\
327 @GL_KLUDGE@ GL:                 glsnake -root                               \n\
328 @GL_KLUDGE@ GL:                 boxed -root                                 \n\
329 -          GL:  "GLForestFire"          glforestfire -root                  \n\
330 -          GL:  "GLForestFire (rain)"   glforestfire -root -count 0         \n\
331 -          GL:                  sballs -root                                \n\
332 @GL_KLUDGE@ GL:                 cubenetic -root                             \n\
333 @GL_KLUDGE@ GL:                 spheremonics -root                          \n\
334 @GL_KLUDGE@ GL:                 lavalite -root                              \n\
335 @GL_KLUDGE@ GL:                 queens -root                                \n\
336 @GL_KLUDGE@ GL:                 endgame -root                               \n\
337 -          GL:                  glblur -root                                \n\
338 @GL_KLUDGE@ GL:                 atunnel -root                               \n\
339 @GL_KLUDGE@ GL:                 flyingtoasters -root                        \n\
340 @GL_KLUDGE@ GL:                 bouncingcow -root                           \n\
341 @GL_KLUDGE@ GL:                 jigglypuff -root -random                    \n\
342 @GL_KLUDGE@ GL:                 klein -root -random                         \n\
343 @GL_KLUDGE@ GL: "HyperTorus (striped)" hypertorus -root                     \n\
344 @GL_KLUDGE@ GL: "HyperTorus (solid)"   hypertorus -root -solid -transparent \n\
345 @GL_KLUDGE@ GL:                 glmatrix -root                              \n\
346 @GL_KLUDGE@ GL:                 cubestorm -root                             \n\
347 @GL_KLUDGE@ GL:                 glknots -root                               \n\
348 @GL_KLUDGE@ GL:                 blocktube -root                             \n\
349 @GL_KLUDGE@ GL:                 flipflop -root                              \n\
350 @GL_KLUDGE@ GL:                 antspotlight -root                          \n\
351 -          GL:                  glslideshow -root                           \n\
352 @GL_KLUDGE@ GL:                 polytopes -root                             \n\
353 @GL_KLUDGE@ GL:                 gleidescope -root                           \n\
354 -          GL:                  mirrorblob -root                            \n\
355 @GL_KLUDGE@ GL:     "MirrorBlob (color only)"                                 \
356                                 mirrorblob -root -colour -no-texture        \n\
357 @GL_KLUDGE@ GL:                 blinkbox -root                              \n\
358 @GL_KLUDGE@ GL:                 noof -root                                  \n\
359 @GL_KLUDGE@ GL:                 polyhedra -root                             \n\
360 -          GL:                  antinspect -root                            \n\
361 @GL_KLUDGE@ GL:                 providence -root                            \n\
362 @GL_KLUDGE@ GL: "Pinion (large gears)"  pinion -root                        \n\
363 @GL_KLUDGE@ GL: "Pinion (small gears)"  pinion -root -size 0.2              \n\
364 @GL_KLUDGE@ GL:                 pinion -root                                \n\
365                                                                               \
366 -                               xdaliclock -root -builtin3 -cycle           \n\
367 - default-n:                    xearth -nofork -nostars -ncolors 50           \
368                                   -night 3 -wait 0 -timewarp 400.0 -pos       \
369                                   sunrel/38/-30                             \n\
370 -                               xplanet -vroot -wait 1 -timewarp 90000        \
371                                   -label -origin moon                       \n\
372 -                               xmountains -b -M -Z 0 -r 1                  \n\
373 -       "XMountains (top)"      xmountains -b -M -Z 0 -r 1 -m               \n\
374 -                               xaos -root -autopilot -nogui -delay 10000     \
375                                   -maxframerate 30                            \
376                                   -incoloring -1 -outcoloring -1            \n\
377 -                               xfishtank -d -s                             \n\
378 -                               xsnow                                       \n\
379 -                               goban -root                                 \n\
380 -                               electricsheep                               \n\
381 -                               cosmos -root                                \n\
382 -          GL:                  sphereEversion --root                       \n\
383 -          GL:                  fireflies -root                             \n
384
385
386
387 !=============================================================================
388 !
389 !      You probably don't want to change anything after this point.
390 !
391 !=============================================================================
392
393
394 XScreenSaver.pointerPollTime:           0:00:05
395 XScreenSaver.initialDelay:              0:00:00
396 XScreenSaver.windowCreationTimeout:     0:00:30
397 XScreenSaver.bourneShell:               /bin/sh
398
399
400 ! Resources for the password and splash-screen dialog boxes of
401 ! the "xscreensaver" daemon.
402 !
403 *Dialog.headingFont:            *-times-bold-r-*-*-*-180-*-*-*-iso8859-1
404 *Dialog.bodyFont:               *-helvetica-bold-r-*-*-*-140-*-*-*-iso8859-1
405 *Dialog.labelFont:              *-helvetica-bold-r-*-*-*-140-*-*-*-iso8859-1
406 *Dialog.buttonFont:             *-helvetica-bold-r-*-*-*-140-*-*-*-iso8859-1
407 *Dialog.dateFont:               *-courier-medium-r-*-*-*-80-*-*-*-iso8859-1
408 *Dialog.foreground:             #000000
409 *Dialog.background:             #D6D6D6
410 *Dialog.Button.foreground:      #000000
411 *Dialog.Button.background:      #EAEAEA
412 !*Dialog.Button.background:     #D6D6D6
413 !*Dialog.Button.pointBackground: #EAEAEA
414 !*Dialog.Button.clickBackground: #C3C3C3
415 *Dialog.text.foreground:        #000000
416 *Dialog.text.background:        #FFFFFF
417 *passwd.thermometer.foreground: #FF0000
418 *passwd.thermometer.background: #FFFFFF
419 *Dialog.topShadowColor:         #FFFFFF
420 *Dialog.bottomShadowColor:      #666666
421 *Dialog.logo.width:             210
422 *Dialog.logo.height:            210
423 *Dialog.internalBorderWidth:    30
424 *Dialog.borderWidth:            1
425 *Dialog.shadowThickness:        2
426
427 *passwd.heading.label:          XScreenSaver %s
428 *passwd.body.label:             This display is locked.
429 *passwd.user.label:             User:
430 *passwd.passwd.label:           Password:
431 *passwd.passwdFont:             *-courier-medium-r-*-*-*-140-*-*-*-iso8859-1
432 *passwd.thermometer.width:      8
433
434 *splash.heading.label:          XScreenSaver %s
435 *splash.body.label:             Copyright © 1991-2004 by
436 *splash.body2.label:            Jamie Zawinski <jwz@jwz.org>
437 *splash.demo.label:             Settings
438 *splash.help.label:             Help
439
440
441 ! Resources for the Motif dialog boxes of the "xscreensaver-demo" program.
442
443 *fontList:                       *-helvetica-medium-r-*-*-*-120-*-*-*-iso8859-1
444 *demoDialog*label1.fontList:     *-helvetica-medium-r-*-*-*-140-*-*-*-iso8859-1
445 *cmdText.fontList:                 *-courier-medium-r-*-*-*-120-*-*-*-iso8859-1
446 *label0.fontList:                  *-helvetica-bold-r-*-*-*-140-*-*-*-iso8859-1
447 XScreenSaver*doc.fontList:       *-helvetica-medium-r-*-*-*-100-*-*-*-iso8859-1
448 ! above must be fully qualified to get around *sgiMode.
449
450 *foreground:                    #000000
451 *background:                    #C0C0C0
452 *XmTextField.foreground:        #000000
453 *XmTextField.background:        #FFFFFF
454 *list.foreground:               #000000
455 *list.background:               #FFFFFF
456
457 *ApplicationShell.title:        XScreenSaver
458 *warning.title:                 XScreenSaver
459 *warning_popup.title:           XScreenSaver
460 *allowShellResize:              True
461 *autoUnmanage:                  False
462
463 *menubar*file.labelString:      File
464 *menubar*file.mnemonic:         F
465 *file.blank.labelString:        Blank Screen Now
466 *file.blank.mnemonic:           B
467 *file.lock.labelString:         Lock Screen Now
468 *file.lock.mnemonic:            L
469 *file.kill.labelString:         Kill Daemon
470 *file.kill.mnemonic:            K
471 *file.restart.labelString:      Restart Daemon
472 *file.restart.mnemonic:         R
473 *file.exit.labelString:         Exit
474 *file.exit.mnemonic:            E
475
476 *menubar*edit.labelString:      Edit
477 *menubar*edit.mnemonic:         E
478 *edit.cut.labelString:          Cut
479 *edit.cut.mnemonic:             u
480 *edit.copy.labelString:         Copy
481 *edit.copy.mnemonic:            C
482 *edit.paste.labelString:        Paste
483 *edit.paste.mnemonic:           P
484
485 *menubar*help.labelString:      Help
486 *menubar*help.mnemonic:         H
487 *help.about.labelString:        About...
488 *help.about.mnemonic:           A
489 *help.docMenu.labelString:      Documentation...
490 *help.docMenu.mnemonic:         D
491
492 *demoTab.marginWidth:           10
493 *optionsTab.marginWidth:        10
494
495 *XmScrolledWindow.topOffset:    10
496 *XmScrolledWindow.leftOffset:   10
497 *demoTab.topOffset:             4
498 *form1.bottomOffset:            10
499 *form3.leftOffset:              10
500 *form3.rightOffset:             10
501 *frame.topOffset:               10
502 *frame.bottomOffset:            10
503 *enabled.topOffset:             10
504 *visLabel.topOffset:            10
505 *combo.topOffset:               10
506 *form4.bottomOffset:            4
507 *hr.bottomOffset:               4
508 *XmComboBox.marginWidth:        0
509 *XmComboBox.marginHeight:       0
510
511 *demo.marginWidth:              30
512 *demo.marginHeight:             4
513 *man.marginWidth:               10
514 *man.marginHeight:              4
515 *down.leftOffset:               40
516 *down.marginWidth:              4
517 *down.marginHeight:             4
518 *up.marginWidth:                4
519 *up.marginHeight:               4
520 *frame.traversalOn:             False
521
522 *list.automaticSelection:       True
523 *list.visibleItemCount:         20
524 *doc.columns:                   60
525 *combo.columns:                 11
526
527 *demoTab.labelString:           Graphics Demos
528 *optionsTab.labelString:        Screensaver Options
529 *down.labelString:              \\/ 
530 *up.labelString:                /\\ 
531 *frameLabel.labelString:        
532 *cmdLabel.labelString:          Command Line:
533 *cmdLabel.alignment:            ALIGNMENT_BEGINNING
534 *enabled.labelString:           Enabled
535 *visLabel.labelString:          Visual:
536 *visLabel.alignment:            ALIGNMENT_END
537 *visLabel.leftOffset:           20
538 *demo.labelString:              Demo
539 *man.labelString:               Documentation...
540 *done.labelString:              Quit
541
542 *preferencesLabel.labelString:  XScreenSaver Parameters
543
544 *timeoutLabel.labelString:      Saver Timeout
545 *cycleLabel.labelString:        Cycle Timeout
546 *fadeSecondsLabel.labelString:  Fade Duration
547 *fadeTicksLabel.labelString:    Fade Ticks
548 *lockLabel.labelString:         Lock Timeout
549 *passwdLabel.labelString:       Password Timeout
550 *preferencesForm*XmTextField.columns:   8
551
552 *verboseToggle.labelString:     Verbose
553 *cmapToggle.labelString:        Install Colormap
554 *fadeToggle.labelString:        Fade Colormap
555 *unfadeToggle.labelString:      Unfade Colormap
556 *lockToggle.labelString:        Require Password
557
558
559 *OK.marginWidth:                30
560 *OK.marginHeight:               4
561 *OK.leftOffset:                 10
562 *OK.bottomOffset:               10
563 *Cancel.marginWidth:            30
564 *Cancel.marginHeight:           4
565 *Cancel.rightOffset:            10
566 *Cancel.bottomOffset:           10
567
568
569 !=============================================================================
570 !
571 ! Pretty names for the hacks that have unusual capitalization.
572 !
573 !=============================================================================
574
575 *hacks.imsmap.name:         IMSmap
576 *hacks.slidescreen.name:    SlideScreen
577 *hacks.decayscreen.name:    DecayScreen
578 *hacks.blitspin.name:       BlitSpin
579 *hacks.lmorph.name:         LMorph
580 *hacks.ifs.name:            IFS
581 *hacks.fadeplot.name:       FadePlot
582 *hacks.bsod.name:           BSOD
583 *hacks.rd-bomb.name:        RD-Bomb
584 *hacks.t3d.name:            T3D
585 *hacks.shadebobs.name:      ShadeBobs
586 *hacks.ccurve.name:         C Curve
587 *hacks.xteevee.name:        XTeeVee
588 *hacks.xanalogtv.name:      XAnalogTV
589 *hacks.xspirograph.name:    XSpiroGraph
590 *hacks.nerverot.name:       NerveRot
591 *hacks.webcollage.name:     WebCollage
592 *hacks.vidwhacker.name:     VidWhacker
593 *hacks.morph3d.name:        Morph3D
594 *hacks.bubble3d.name:       Bubble3D
595 *hacks.sierpinski3d.name:   Sierpinski3D
596 *hacks.gflux.name:          GFlux
597 *hacks.xrayswarm.name:      XRaySwarm
598 *hacks.whirlwindwarp.name:  WhirlwindWarp
599 *hacks.rotzoomer.name:      RotZoomer
600 *hacks.stonerview.name:     StonerView
601 *hacks.starwars.name:       StarWars
602 *hacks.dangerball.name:     DangerBall
603 *hacks.whirlygig.name:      WhirlyGig
604 *hacks.speedmine.name:      SpeedMine
605 *hacks.glforestfire.name:   GLForestFire
606 *hacks.sballs.name:         SBalls
607 *hacks.xdaliclock.name:     XDaliClock
608 *hacks.xplanetbg.name:      XPlanet
609 *hacks.xplanet.name:        XPlanet
610 *hacks.xaos.name:           XaoS
611 *hacks.xfishtank.name:      XFishTank
612 *hacks.electricsheep.name:  ElectricSheep
613 *hacks.sphereEversion.name: SphereEversion
614 *hacks.fluidballs.name:     FluidBalls
615 *hacks.flyingtoasters.name: FlyingToasters
616 *hacks.bouncingcow.name:    BouncingCow
617 *hacks.jigglypuff.name:     JigglyPuff
618 *hacks.hypertorus.name:     HyperTorus
619 *hacks.cubestorm.name:      CubeStorm
620 *hacks.blocktube.name:      BlockTube
621 *hacks.flipflop.name:       FlipFlop
622 *hacks.antspotlight.name:   AntSpotlight
623 *hacks.fontglide.name:      FontGlide
624 *hacks.mirrorblob.name:     MirrorBlob
625 *hacks.blinkbox.name:       BlinkBox
626 *hacks.fuzzyflakes.name:    FuzzyFlakes
627 *hacks.memscroller.name:    MemScroller
628
629 ! obsolete, but still used by xscreensaver-demo-Xm.
630 *hacks.documentation.isInstalled: True
631
632 ! (xrdb prevention kludge: whole file) */