home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 February / PCWorld_2000-02_cd.bin / live / usr / X11R6 / lib / X11 / app-defaults / XScreenSaver-gl < prev    next >
Text File  |  1999-10-21  |  19KB  |  501 lines

  1. !
  2. !                              XScreenSaver
  3. !
  4. !            a screen saver and locker for the X window system
  5. !                            by Jamie Zawinski
  6. !
  7. !                              version 2.34
  8. !                                08-Oct-98
  9. !
  10. ! See "man xscreensaver" for more info.  The latest version is always
  11. ! available at http://www.jwz.org/xscreensaver/
  12.  
  13. *timeout:        10
  14. *cycle:            10
  15. *lockTimeout:        0
  16. *passwdTimeout:        30
  17. *nice:            10
  18. *lock:            False
  19. *lockVTs:        True
  20. *verbose:        False
  21. *timestamp:        False
  22. *fade:            True
  23. *unfade:        False
  24. *fadeSeconds:        3
  25. *fadeTicks:        20
  26. *splash:        True
  27. *splashDuration:    5
  28.  
  29. *captureStderr:     True
  30. *overlayTextForeground:    #FFFF00
  31. *overlayTextBackground:    #000000
  32. *overlayStderr:        True
  33. *font:            *-medium-r-*-140-*-m-*
  34.  
  35. ! This is the URL that the "Help" button on the splash screen loads.
  36. *helpURL: http://www.jwz.org/xscreensaver/man.html
  37.  
  38. ! This is how the "Help" button loads URLs (in /bin/sh syntax.)
  39. *loadURL: netscape -remote 'openURL(%s)' || netscape '%s' &
  40.  
  41.  
  42. ! Turning on "installColormap" interacts erratically with twm and tvtwm,
  43. ! but seems to work fine with mwm and olwm.  Try it and see.  If your
  44. ! screen turns some color other than black, the window manager is buggy,
  45. ! and you need to set this resource to False (or get a WM that works.)
  46. !
  47. *installColormap:    True
  48.  
  49.  
  50. ! Any program which can draw on the root window will work as a screensaver.
  51. ! The following resource enumerates them.
  52. !
  53. ! Programs are separated by newlines (specified in resource files with \n).
  54. ! Lines may be continued with a lone \ at the end of the line.
  55. !
  56. ! Each line is an `sh' command.
  57. !
  58. ! But, if the first word on the line is the name of a visual followed by a
  59. ! colon, then that visual will be used for the program, if it is available.
  60. ! If no such visual is available, then the program will be skipped.  In
  61. ! this way, you can specify that you want certain programs to run only
  62. ! on color screens, and others only on mono screens, by making use of the
  63. ! magic visual names "color" and "mono".  Likewise, if some hacks prefer
  64. ! colormaps, but others prefer 24-bit windows, that also can be arranged
  65. ! (in this case, by using "PseudoColor:" versus "TrueColor:".)
  66. !
  67. ! All programs must be launched in such a way that they draw on the root
  68. ! window; they should not be spawned in the background with "&".  If shell
  69. ! metacharacters are used, they must be understandable to `sh', not `csh'
  70. ! (the $SHELL variable is not consulted, for unfortunate but good reasons.)
  71. !
  72. ! Be sure to check out Demo Mode: run the command `xscreensaver-command -demo'
  73. ! and it will cause the running XScreenSaver program to pop up a dialog box
  74. ! that lets you try out the following programs interactively.  See the man
  75. ! pages for details.
  76. !
  77. *programs:    qix -root -solid -delay 0 -segments 100            \n\
  78.         attraction -root -mode balls                \n\
  79.         attraction -root -mode lines -points 3 -segments 200    \n\
  80.         attraction -root -mode splines -segments 300        \n\
  81.         attraction -root -mode lines -radius 300          \
  82.             -orbit -vmult 0.5                \n\
  83.         pyro -root                        \n\
  84.         helix -root                        \n\
  85.         pedal -root                        \n\
  86.         rorschach -root -offset 7                \n\
  87.         hopalong -root                        \n\
  88.         greynetic -root                        \n\
  89.         xroger -root                        \n\
  90.         imsmap -root                        \n\
  91.         slidescreen -root                    \n\
  92.         decayscreen -root                    \n\
  93.         jigsaw -root                        \n\
  94.         blitspin -root -grab                    \n\
  95.         slip -root                        \n\
  96.         hypercube -root                        \n\
  97.         halo -root                        \n\
  98.         maze -root                        \n\
  99.         noseguy -root                        \n\
  100.         flame -root                        \n\
  101.         lmorph -root                        \n\
  102.         deco -root                        \n\
  103.         moire -root                        \n\
  104.         moire2 -root                        \n\
  105.         lightning -root                        \n\
  106.         strange -root                        \n\
  107.         spiral -root                        \n\
  108.         laser -root                        \n\
  109.         grav -root                        \n\
  110.         grav -root -trail -decay                \n\
  111.         drift -root                        \n\
  112.         ifs -root                        \n\
  113.         julia -root                        \n\
  114.         penrose -root                        \n\
  115.         sierpinski -root                    \n\
  116.         braid -root                        \n\
  117.         galaxy -root                        \n\
  118.         bouboule -root                        \n\
  119.         swirl -root                        \n\
  120.         flag -root                        \n\
  121.         sphere -root                        \n\
  122.         forest -root                        \n\
  123.         lisa -root                        \n\
  124.         lissie -root                        \n\
  125.         goop -root                        \n\
  126.         starfish -root                        \n\
  127.         starfish -root -blob                    \n\
  128.         munch -root                        \n\
  129.         fadeplot -root                        \n\
  130.         coral -root                        \n\
  131.         mountain -root                        \n\
  132.         triangle -root                        \n\
  133.         worm -root                        \n\
  134.         rotor -root                        \n\
  135.         ant -root                        \n\
  136.         vines -root                        \n\
  137.         kaleidescope -root                    \n\
  138.         xjack -root                        \n\
  139.         cynosure -root                        \n\
  140.         flow -root                        \n\
  141.         epicycle -root                        \n\
  142.         interference -root                    \n\
  143.         truchet -root -randomize                \n\
  144.         bsod -root                        \n\
  145.         crystal -root                        \n\
  146.         discrete -root                        \n\
  147.         kumppa -root                        \n\
  148.                                       \
  149.     mono:    rocks -root                        \n\
  150.     color:    rocks -root -fg darksalmon                \n\
  151.                                       \
  152.     mono:    qix -root -linear -count 5 -size 200 -spread 30          \
  153.             -segments 75 -solid -xor            \n\
  154.                                       \
  155.     color:    attraction -root -mode polygons                \n\
  156.     color:    attraction -root -mode filled-splines -segments 0    \n\
  157.     color:    attraction -root -glow -points 10            \n\
  158.     color:    bubbles -root                        \n\
  159.                                       \
  160.         color:  rd-bomb -root                        \n\
  161.         color:  rd-bomb -root -speed 1 -size 0.1            \n\
  162.                                       \
  163.   PseudoColor:    qix -root -count 4 -solid -transparent            \n\
  164.   PseudoColor:    qix -root -count 5 -solid -transparent -linear          \
  165.             -segments 250 -size 100                \n\
  166.                                       \
  167.         gears -root                          \n\
  168.         superquadrics -root                      \n\
  169.         morph3d -root                          \n\
  170.         cage -root                          \n\
  171.         moebius -root                          \n\
  172.         stairs -root                          \n\
  173.         pipes -root                          \n\
  174.         sproingies -root                      \n\
  175.         rubik -root                          \n\
  176.         atlantis -root                          \n\
  177.         lament -root                          \n\
  178.         bubble3d -root                          \n\
  179.         glplanet -root                          \n
  180.  
  181.  
  182. ! A few of the hacks require OpenGL, and will only be built if you have it.
  183. ! If your vendor doesn't provide real OpenGL, you might want to consider
  184. ! building MesaGL, which is a free implementation -- GL is way cool.
  185. !
  186. ! Note that those hacks (gears, superquadratics, morph3d, cage, moebius,
  187. ! stairs, pipes, sproingies, and rubik) tend to work best on a visual *half*
  188. ! as deep as the depth of the screen, since that way, they can do
  189. ! double-buffering -- try it and see, but you will probably find that you
  190. ! should specify the deepest visual that is half as deep as the screen.
  191. !
  192. ! For example, on a screen that supports both 24-bit TrueColor and 12-bit
  193. ! PseudoColor, the 12-bit visual will probably work best (this is true of
  194. ! base-model SGI Indys: the 0x29 visual is the one you want.)  Oddly, on SGI
  195. ! O2s, (machines that have serious hardware support for GL) the 12-bit
  196. ! PseudoColor visual looks awful (you get a black and white, flickery image.)
  197. ! On these machines, the visual you want turns out to be 0x31 -- this is but
  198. ! one of the eight 15-bit TrueColor visuals (yes, 8, and yes, 15) that O2s
  199. ! provide.  This is the only visual that works properly -- as far as xdpyinfo
  200. ! is concerned, all of the 15-bit TrueColor visuals are identical, but some
  201. ! flicker like mad, and some have deeply weird artifacts (hidden surfaces
  202. ! show through!)  I suppose these other visuals must be tied to some arcane
  203. ! hardware feature...  Your mileage, therefore, may vary dramatically.
  204. !
  205. ! Some other programs that you might want to track down (these work as
  206. ! XScreenSaver helpers, but are not distributed with it):
  207. !
  208. !        xdaliclock -root -builtin2                \n\
  209. !        xswarm -r 2>&-                        \n\
  210. !        xwave -root                        \n\
  211. !        xbouncebits ...                        \n\
  212. !        ico -r -faces -sleep 1 -obj ico                \n\
  213. !        xsplinefun                        \n\
  214. !        xmountains -b -M                    \n\
  215. !    color:    xfishtank -c black -d -r 2                \n\
  216. !
  217. ! xtacy is ok, but it only works on the default visual.  We can satisfy
  218. ! that constraint like so:
  219. !
  220. !     default:    xtacy -root -delay 100 -funky -number 3            \n\
  221. !     default:    xtacy -root -delay 100 -gravity                \n\
  222. !     default:    xtacy -root -delay 100 -mixer                \n\
  223. !     default:    xtacy -root -delay 100 -taffy -pal 4            \n\
  224. ! To display a randomized slideshow of images, you can do something like this:
  225. !
  226. !     default-n: xv -root -rmode 5  image-1.gif  -quit
  227. !     default-n: xv -root -rmode 5  image-2.gif  -quit
  228. !     default-n: xv -root -rmode 5  image-3.gif  -quit
  229. !        ...and so on...
  230. !
  231. ! Note that we've used "default-n" as the visual name, rather than just
  232. ! "default": this means "default visual, no install", that is, it's like
  233. ! specifying the command-line arguments "-visual default -no-install".
  234. ! This is necessary because, when XV is running in "-root" mode, it always
  235. ! assumes that the default visual and colormap are being used, rather than 
  236. ! examining the window it is drawing on to see what visual and colormap it 
  237. ! has.  If we didn't force the default visual to be used, xv would get an
  238. ! X error.  If we didn't force the default colormap to be installed, the
  239. ! colors would be all wrong.  "default-i" may also be used as a visual name
  240. ! (meaning, "-visual default -install") but you probably won't ever need
  241. ! to use that.
  242. !
  243. ! XEarth is nice, too:
  244. !
  245. !     default-n: xearth -nostars -wait 0 -timewarp 400 -pos sunrel/38/-30
  246. !
  247. !
  248. ! Some of the GL demos that SGI ships work with XScreenSaver; most don't.
  249. ! XScreenSaver includes a program (not built or installed by default)
  250. ! called "xscreensaver-sgigl".  To use the SGI demos with XScreenSaver,
  251. ! build that program, and use it to launch the SGI demos.  For example,
  252. ! on Irix 6.2, you can do this:
  253. !
  254. !     xscreensaver-sgigl /usr/demos/bin/ep -S
  255. !     xscreensaver-sgigl /usr/demos/bin/bongo
  256. !
  257. ! On Irix 6.3, things have moved, so you need to do it like this:
  258. !
  259. !     xscreensaver-sgigl /usr/sbin/ep -S
  260. !
  261. ! You can also use the "ant" demo, but first you need to wrap a shell script
  262. ! around it that cds to its home directory, so that it can find its files;
  263. ! and also pass it the -S argument, to prevent it from forking.
  264. !
  265. !
  266. ! Also, since these actually end up mapping their own windows instead of
  267. ! drawing on the XScreenSaver-provided root, when they are being run from
  268. ! demo-mode, you can't pop up the demo-mode dialog just by clicking the
  269. ! mouse: you must first type ESC to make the SGI programs exit.  This sucks.
  270. ! Things should work properly when they are being run by xscreensaver in
  271. ! non-demo-mode, however.
  272. !
  273. ! Basically, the SGI demo writers went out of their way to make my life hell.
  274.  
  275.  
  276.  
  277. !=============================================================================
  278. !
  279. !      You probably don't want to change anything after this point.
  280. !
  281. !=============================================================================
  282.  
  283.  
  284. ! Resources for the password and splash-screen dialog boxes.
  285. !
  286. *Dialog.headingFont:        *-times-bold-r-*-*-*-180-*-*-*-iso8859-1
  287. *Dialog.bodyFont:        *-helvetica-bold-r-*-*-*-140-*-*-*-iso8859-1
  288. *Dialog.labelFont:        *-helvetica-bold-r-*-*-*-140-*-*-*-iso8859-1
  289. *Dialog.buttonFont:        *-helvetica-bold-r-*-*-*-140-*-*-*-iso8859-1
  290. *Dialog.foreground:        #000000
  291. *Dialog.background:        #BFBFBF
  292. *Dialog.Button.foreground:    #000000
  293. *Dialog.Button.background:    #D0D0D0
  294. *Dialog.text.foreground:    #000000
  295. *Dialog.text.background:    #FFFFFF
  296. *Dialog.logo.foreground:    #FF0000
  297. *Dialog.logo.background:    #FFFFFF
  298. *Dialog.topShadowColor:        #E7E7E7
  299. *Dialog.bottomShadowColor:    #737373
  300. *Dialog.logo.width:        200
  301. *Dialog.logo.height:        200
  302. *Dialog.internalBorderWidth:    30
  303. *Dialog.borderWidth:        1
  304. *Dialog.shadowThickness:    4
  305.  
  306. *passwd.heading.label:        XScreenSaver %s
  307. *passwd.body.label:        This display is locked.
  308. *passwd.user.label:        User:
  309. *passwd.passwd.label:        Password:
  310. *passwd.passwdFont:        *-courier-medium-r-*-*-*-140-*-*-*-iso8859-1
  311. *passwd.thermometer.width:    8
  312.  
  313. *splash.heading.label:        XScreenSaver %s
  314. *splash.body.label:        Copyright ⌐ 1991-1998 by
  315. *splash.body2.label:        Jamie Zawinski <jwz@jwz.org>
  316. *splash.demo.label:        Demo
  317. *splash.prefs.label:        Prefs
  318. *splash.help.label:        Help
  319.  
  320.  
  321. ! Resources for the Motif dialog boxes:
  322. *fontList:                       *-helvetica-medium-r-*-*-*-120-*-*-*-iso8859-1
  323. *demoDialog*label1.fontList:     *-helvetica-medium-r-*-*-*-140-*-*-*-iso8859-1
  324. *XmTextField.fontList:             *-courier-medium-r-*-*-*-120-*-*-*-iso8859-1
  325. *splashDialog*fontList:           *-helvetica-bold-r-*-*-*-120-*-*-*-iso8859-1
  326. *splashDialog*splashLabel1.fontList:   *-times-bold-r-*-*-*-180-*-*-*-iso8859-1
  327. *splashDialog*splashLabel2.fontList:   *-times-bold-r-*-*-*-140-*-*-*-iso8859-1
  328. *splashDialog*splashLabel3.fontList:   *-times-bold-r-*-*-*-140-*-*-*-iso8859-1
  329. XScreenSaver*XmList.fontList:      *-courier-medium-r-*-*-*-120-*-*-*-iso8859-1
  330. ! Need to fully-qualify the preceeding in the case of of *sgiMode.
  331.  
  332. *XmDialogShell*foreground:        #000000
  333. *XmDialogShell*background:        #E5E5E5
  334. *XmDialogShell*XmTextField.foreground:    #000000
  335. *XmDialogShell*XmTextField.background:    #FFFFFF
  336. *XmDialogShell*demoList.foreground:    #000000
  337. *XmDialogShell*demoList.background:    #FFFFFF
  338.  
  339. ! Need to fully-qualify the following in the case of of *sgiMode.
  340. XScreenSaver*XmDialogShell*rogerLabel.foreground:    #CD0000
  341. XScreenSaver*XmDialogShell*rogerLabel.background:    #FFFFFF
  342.  
  343. *XmDialogShell.title:        XScreenSaver
  344. *allowShellResize:        True
  345. *autoUnmanage:            False
  346.  
  347. ! This doesn't work.  Motif ignores it if there is a scroll-list!
  348. *demoDialog.maxWidth:        600
  349.  
  350. *label1.labelString:        XScreenSaver %s
  351. *label1.label:            XScreenSaver %s
  352. *label2.labelString: Copyright ⌐ 1991-1998 by Jamie Zawinski <jwz@jwz.org>
  353. *label2.label:         Copyright ⌐ 1991-1998 by Jamie Zawinski <jwz@jwz.org>
  354. *demoList.visibleItemCount:    10
  355. *demoList.automaticSelection:    True
  356. *next.labelString:        Run Next
  357. *prev.labelString:        Run Previous
  358. *edit.labelString:        Preferences
  359. *done.labelString:        Exit Demo Mode
  360. *restart.labelString:        Reinitialize
  361.  
  362. *resourcesLabel.labelString:    XScreenSaver Parameters
  363.  
  364. *timeoutLabel.labelString:    Saver Timeout
  365. *cycleLabel.labelString:    Cycle Timeout
  366. *fadeSecondsLabel.labelString:    Fade Duration
  367. *fadeTicksLabel.labelString:    Fade Ticks
  368. *lockLabel.labelString:        Lock Timeout
  369. *passwdLabel.labelString:    Password Timeout
  370. *resourcesForm*XmTextField.columns:    8
  371.  
  372. *verboseToggle.labelString:    Verbose
  373. *cmapToggle.labelString:    Install Colormap
  374. *fadeToggle.labelString:    Fade Colormap
  375. *unfadeToggle.labelString:    Unfade Colormap
  376. *lockToggle.labelString:    Require Password
  377. *resourcesDone.labelString:    OK
  378. *resourcesCancel.labelString:    Cancel
  379.  
  380. *splashDialog.title:        XScreenSaver
  381. *splashLabel1.labelString:    XScreenSaver %s
  382. *splashLabel2.labelString:    Copyright ⌐ 1991-1998 by
  383. *splashLabel3.labelString:    Jamie Zawinski <jwz@jwz.org>
  384. *splashDemo.labelString:    Demo
  385. *splashPrefs.labelString:    Prefs
  386. *splashDialog*Help.labelString:    Help
  387.  
  388. *splashLabel1.alignment:    ALIGNMENT_CENTER
  389. *splashLabel2.alignment:    ALIGNMENT_CENTER
  390. *splashLabel3.alignment:    ALIGNMENT_CENTER
  391.  
  392. *splashDialog.borderWidth:    1
  393. *splashForm.shadowThickness:    4
  394.  
  395. ! Disable Motif drag-and-drop in dialog boxes.  This is kind of pathetic, but
  396. ! in some older versions of Motif, most any attempt to drag cause immediate
  397. ! flaming death from above.  This *should* rip the legs off that bug.
  398. !
  399. XScreenSaver*dragInitiatorProtocolStyle: DRAG_NONE
  400. XScreenSaver*dragReceiverProtocolStyle:  DRAG_NONE
  401.  
  402.  
  403.  
  404. ! Resources for the dialog boxes using the abominable Athena widgets:
  405. *demo_dialog*font:        *-helvetica-bold-r-*-*-*-120-*-*-*-iso8859-1
  406. *resources_dialog*font:        *-helvetica-bold-r-*-*-*-120-*-*-*-iso8859-1
  407. *splash_dialog*font:        *-helvetica-bold-r-*-*-*-140-*-*-*-iso8859-1
  408. *splash_dialog*splashLabel1.font:   *-times-bold-r-*-*-*-180-*-*-*-iso8859-1
  409. *splash_dialog*splashLabel2.font:   *-times-bold-r-*-*-*-140-*-*-*-iso8859-1
  410. *splash_dialog*splashLabel3.font:   *-times-bold-r-*-*-*-140-*-*-*-iso8859-1
  411. *demo_dialog*label1.font:    *-helvetica-bold-r-*-*-*-140-*-*-*-iso8859-1
  412. *resources_dialog*label1.font:    *-helvetica-bold-r-*-*-*-140-*-*-*-iso8859-1
  413. XScreenSaver.demo_dialog*List.font: \
  414.                 *-courier-medium-r-*-*-*-120-*-*-*-iso8859-1
  415. XScreenSaver.demo_dialog*Text*font: \
  416.                 *-courier-medium-r-*-*-*-120-*-*-*-iso8859-1
  417.  
  418. XScreenSaver.demo_dialog*foreground:            #000000
  419. XScreenSaver.demo_dialog*background:            #E5E5E5
  420. XScreenSaver.demo_dialog*List.background:        #FFFFFF
  421. XScreenSaver.demo_dialog*Scrollbar.background:        #D9D9D9
  422. XScreenSaver.demo_dialog*Command.background:        #D9D9D9
  423. XScreenSaver.demo_dialog*Text*background:        #FFFFFF
  424.  
  425. XScreenSaver.resources_dialog*foreground:        #000000
  426. XScreenSaver.resources_dialog*background:        #E5E5E5
  427. XScreenSaver.resources_dialog*Command.background:    #D9D9D9
  428. XScreenSaver.resources_dialog*Toggle.background:    #D9D9D9
  429. XScreenSaver.resources_dialog*Text*background:        #FFFFFF
  430.  
  431. *resources_dialog*Dialog.value.translations: #override\n\
  432.     <Key>Return: beginning-of-line()\n
  433.  
  434. XScreenSaver.splash_dialog*foreground:            #000000
  435. XScreenSaver.splash_dialog*background:            #E5E5E5
  436. XScreenSaver.splash_dialog*Command.background:        #D9D9D9
  437. XScreenSaver.splash_dialog*Text*background:        #FFFFFF
  438. XScreenSaver.splash_dialog*roger.foreground:        #CD0000
  439. XScreenSaver.splash_dialog*roger.background:        #FFFFFF
  440.  
  441. *demo_dialog*viewport.height:            200
  442. *Form.borderWidth:                0
  443. *Box.borderWidth:                0
  444. *Label.borderWidth:                0
  445. *resources_dialog*Dialog.borderWidth:        0
  446.  
  447. *demo_dialog*next.label:            Run Next
  448. *demo_dialog*prev.label:            Run Previous
  449. *demo_dialog*edit.label:            Preferences
  450. *demo_dialog*done.label:            Exit Demo Mode
  451. *demo_dialog*restart.label:            Reinitialize
  452. XScreenSaver.demo_dialog*Command.internalWidth:  10
  453. XScreenSaver.demo_dialog*Command.internalHeight: 4
  454.  
  455. *resources_dialog*timeout.label:        Saver Timeout:
  456. *resources_dialog*cycle.label:            Cycle Timeout:
  457. *resources_dialog*fade.label:            Fade Duration:
  458. *resources_dialog*ticks.label:            Fade Ticks:
  459. *resources_dialog*lockTime.label:        Lock Timeout:
  460. *resources_dialog*passwdTime.label:        Password Timeout:
  461.  
  462. *resources_dialog*label1.label:            XScreenSaver Parameters
  463. *resources_dialog*buttonbox.verbose.label:    Verbose
  464. *resources_dialog*buttonbox.cmap.label:        Install Colormap
  465. *resources_dialog*buttonbox.fade.label:        Fade Colormap
  466. *resources_dialog*buttonbox.unfade.label:    Unfade Colormap
  467. *resources_dialog*buttonbox.lock.label:        Require Password
  468. *resources_dialog*done.label:            OK
  469. *resources_dialog*cancel.label:            Cancel
  470.  
  471. *splash_dialog*splashLabel1.label:        XScreenSaver %s
  472. *splash_dialog*splashLabel2.label:        Copyright ⌐ 1991-1998 by
  473. *splash_dialog*splashLabel3.label:        Jamie Zawinski <jwz@jwz.org>
  474. *splash_dialog*splash_form*label.label:        
  475. *splash_dialog*Dialog.label:            
  476. *splash_dialog*splash_form.borderWidth:        0
  477. *splash_dialog*roger.width:            150
  478. *splash_dialog*roger.height:            150
  479. *splash_dialog*roger.borderWidth:        1
  480. *splash_dialog*demo.label:            Demo
  481. *splash_dialog*prefs.label:            Prefs
  482. *splash_dialog*help.label:            Help
  483. *splash_dialog.box.defaultDistance:        0
  484. *splash_dialog*splashLabel1.internalHeight:    10
  485. *splash_dialog*splashLabel1.internalWidth:    10
  486. *splash_dialog*splashLabel2.internalHeight:    0
  487. *splash_dialog*splashLabel3.internalHeight:    0
  488.  
  489.  
  490.  
  491. ! You probably won't need to change these.  They are only used if no server
  492. ! extension is in use.
  493. !
  494. XScreenSaver.pointerPollTime:        5
  495. XScreenSaver.initialDelay:        0
  496. XScreenSaver.windowCreationTimeout:    30
  497. XScreenSaver.bourneShell:        /bin/sh
  498.