• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

src/H03-May-2022-41,73930,980

utils/H03-May-2022-500421

COPYINGH A D09-Apr-200517.6 KiB341281

ChangeLogH A D05-Jan-201011.9 KiB319218

INSTALLH A D25-Feb-2006512 1311

Makefile.amH A D21-Apr-200937 42

Makefile.inH A D03-May-202222.2 KiB737647

READMEH A D05-Jan-2010368 98

README.xscreensaverH A D05-Jan-20102.4 KiB3833

aclocal.m4H A D05-Jan-2010316.2 KiB9,1238,175

autogen.shH A D13-Apr-200992 106

compileH A D15-May-20093.6 KiB14379

config.guessH A D17-Feb-200843.8 KiB1,5271,315

config.h.inH A D04-Jan-20104.8 KiB194139

config.subH A D17-Feb-200832.6 KiB1,6591,514

configureH A D03-May-2022584 KiB19,82015,466

configure.inH A D05-Jan-20106.1 KiB213167

depcompH A D13-Apr-200917.4 KiB590375

install-shH A D13-Apr-200913.3 KiB520344

ltmain.shH A D05-Jan-2010237.7 KiB8,4146,482

missingH A D13-Apr-200910.9 KiB368275

README

1Requirements:
2	(1) Recent gcc/g++ (2.95.x, 3.x).
3	(2) X11+GLX.
4	(3) ImageMagick >6.4
5	(4) OPTIONAL: OpenAL for sound. (skyrocket)
6	(5) OPTIONAL: pthreads for smoother image loading. (matrixview, drempels)
7	(6) OPTIONAL: GLEW for vertical refresh (all) and shaders (hyperspace).
8	(7) OPTIONAL: OpenGL Character Renderer (like QuesoGLC) for text rendering (pixelcity).
9

README.xscreensaver

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