http://ftp.x.org/contrib/applications/xscreensaver-2.21.tar.gz
[xscreensaver] / driver / XScreenSaver.ad.in
index 72f79d4bce72c89bdf291374f253eaecb63a25c3..a4b78fb3c53041315df68685457e463d9586e879 100644 (file)
@@ -4,7 +4,8 @@
 !            a screen saver and locker for the X window system
 !                            by Jamie Zawinski
 !
-!                              version 2.16
+!                              version 2.21
+!                                15-Jun-98
 !
 ! See "man xscreensaver" for more info.  The latest version is always
 ! available at http://people.netscape.com/jwz/xscreensaver/
@@ -23,8 +24,8 @@
 
 *captureStderr:        True
 *captureStdout:        True
-*textForeground:       Yellow
-*textBackground:       Black
+*overlayTextForeground:        Yellow
+*overlayTextBackground:        Black
 *overlayStderr:                True
 *font:                 *-medium-r-*-140-*-m-*
 
@@ -79,7 +80,7 @@
                imsmap -root                                            \n\
                slidescreen -root                                       \n\
                decayscreen -root                                       \n\
-               puzzle -root                                            \n\
+               jigsaw -root                                            \n\
                blitspin -root -grab                                    \n\
                slip -root                                              \n\
                hypercube -root                                         \n\
                vines -root                                             \n\
                kaleidescope -root                                      \n\
                xjack -root                                             \n\
-               xlyap -root -random                                     \n\
+               xlyap -root -randomize                                  \n\
                cynosure -root                                          \n\
+               flow -root                                              \n\
+               epicycle -root                                          \n\
+               interference -root                                      \n\
+               truchet -root -randomize                                \n\
+               bsod -root                                              \n\
                                                                          \
        mono:   rocks -root                                             \n\
        color:  rocks -root -fg darksalmon                              \n\
 @GL_KLUDGE_2@  stairs -root                                            \n\
 @GL_KLUDGE_2@  pipes -root                                             \n\
 @GL_KLUDGE_2@  sproingies -root                                        \n\
-@GL_KLUDGE_2@  rubik -root                                             \n
+@GL_KLUDGE_2@  rubik -root                                             \n\
+@GL_KLUDGE_2@  atlantis -root                                          \n
  
 
 ! A few of the hacks require OpenGL, and will only be built if you have it.
 !
 !     xscreensaver-sgigl /usr/demos/bin/ep -S
 !     xscreensaver-sgigl /usr/demos/bin/bongo
-!     xscreensaver-sgigl /usr/demos/bin/atlantis
 !
 ! On Irix 6.3, things have moved, so you need to do it like this:
 !
 !
 ! You can also use the "ant" demo, but first you need to wrap a shell script
 ! around it that cds to its home directory, so that it can find its files;
-! and also pass it the -S argument, to prevent it from forking.  The "atlantis"
-! hack *almost* works; but since it doesn't have an option to prevent it from
-! forking, xscreensaver is unable to kill it, so when you come in the next
-! morning, you'll find dozens of "atlantis" processes still running.
+! and also pass it the -S argument, to prevent it from forking.
 !
 !
 ! Also, since these actually end up mapping their own windows instead of
 *fontList:                       *-helvetica-medium-r-*-*-*-120-*-*-*-iso8859-1
 *demoDialog*label1.fontList:     *-helvetica-medium-r-*-*-*-140-*-*-*-iso8859-1
 *passwdDialog*fontList:          *-helvetica-medium-r-*-*-*-140-*-*-*-iso8859-1
-*XmList.fontList:                  *-courier-medium-r-*-*-*-120-*-*-*-iso8859-1
 *XmTextField.fontList:             *-courier-medium-r-*-*-*-120-*-*-*-iso8859-1
 *passwdDialog.passwdText.fontList: *-courier-medium-r-*-*-*-120-*-*-*-iso8859-1
+XScreenSaver*XmList.fontList:      *-courier-medium-r-*-*-*-120-*-*-*-iso8859-1
+! Need to fully-qualify the preceeding in the case of of *sgiMode.
 
 *XmDialogShell*foreground:             black
 *XmDialogShell*background:             gray90
 *XmDialogShell*XmTextField.background: white
 *XmDialogShell*demoList.foreground:    black
 *XmDialogShell*demoList.background:    white
-*XmDialogShell*rogerLabel.foreground:  red3
-*XmDialogShell*rogerLabel.background:  white
+
+! Need to fully-qualify the following in the case of of *sgiMode.
+XScreenSaver*XmDialogShell*rogerLabel.foreground:      red3
+XScreenSaver*XmDialogShell*rogerLabel.background:      white
 
 *XmDialogShell.title:          XScreenSaver
 *allowShellResize:             True
 *demoList.automaticSelection:  True
 *next.labelString:             Run Next
 *prev.labelString:             Run Previous
-*edit.labelString:             Edit Parameters
+*edit.labelString:             Preferences
 *done.labelString:             Exit Demo Mode
 *restart.labelString:          Reinitialize
 
@@ -381,7 +387,7 @@ XScreenSaver*dragReceiverProtocolStyle:  DRAG_NONE
 
 *demo_dialog*next.label:                       Run Next
 *demo_dialog*prev.label:                       Run Previous
-*demo_dialog*edit.label:                       Edit Parameters
+*demo_dialog*edit.label:                       Preferences
 *demo_dialog*done.label:                       Exit Demo Mode
 *demo_dialog*restart.label:                    Reinitialize
 
@@ -419,8 +425,7 @@ XScreenSaver*dragReceiverProtocolStyle:  DRAG_NONE
 ! You probably won't need to change these.  They are only used if no server
 ! extension is in use.
 !
-*pointerPollTime:      5
-*initialDelay:         30
-*windowCreationTimeout:        30
-
-*bourneShell:          /bin/sh
+XScreenSaver.pointerPollTime:          5
+XScreenSaver.initialDelay:             0
+XScreenSaver.windowCreationTimeout:    30
+XScreenSaver.bourneShell:              /bin/sh