1EITHER ------------------------------------------------------------------------
2    Run ${INSTALL_PREFIX}/rss-glx_install.pl, which will look at your existing
3~/.xscreensaver and add any missing entries. You probably want to back that
4file up as the script is only lightly tested :)
5    ${INSTALL_PREFIX} is usually /usr/local/bin or /usr/lib/xscreensaver.
6
7OR ----------------------------------------------------------------------------
8
9    Manually add the following lines after the line that starts with "programs:"
10in ~/.xscreensaver.
11
12-- Cut Here --
13  GL:                "Cyclone"  cyclone --root                              \n\
14  GL:               "Euphoria"  euphoria --root                             \n\
15  GL:             "Fieldlines"  fieldlines --root                           \n\
16  GL:                 "Flocks"  flocks --root                               \n\
17  GL:                   "Flux"  flux --root                                 \n\
18  GL:                 "Helios"  helios --root                               \n\
19  GL:             "Hyperspace"  hyperspace --root                           \n\
20  GL:                "Lattice"  lattice --root                              \n\
21  GL:                 "Plasma"  plasma --root                               \n\
22  GL:              "Skyrocket"  skyrocket --root                            \n\
23  GL:             "Solarwinds"  solarwinds --root                           \n\
24  GL:              "Colorfire"  colorfire --root                            \n\
25  GL:           "Hufo's Smoke"  hufo_smoke --root                           \n\
26  GL:          "Hufo's Tunnel"  hufo_tunnel --root                          \n\
27  GL:             "Sundancer2"  sundancer2 --root                           \n\
28  GL:                   "BioF"  biof --root                                 \n\
29  GL:            "BusySpheres"  busyspheres --root                          \n\
30  GL:            "SpirographX"  spirographx --root                          \n\
31  GL:             "MatrixView"  matrixview --root                           \n\
32  GL:                 "Lorenz"  lorenz --root                               \n\
33  GL:               "Drempels"  drempels --root                             \n\
34  GL:               "Feedback"  feedback --root                             \n\
35  GL:             "Pixel City"  pixelcity --root                            \n\
36-- End Here --
37
38