> "Dunaway, Brian" <[EMAIL PROTECTED]> said:
>
> > What are you guys using for a screen saver out there?
> >
> > -briand
My simple setup is as follows:
~/.xinitrc:
xscreensaver -no-splash -timeout 2 &
~/.xscreensaver:
programs: \
xmatrix -root -delay 100000 \n\
Running xscreensaver, in aterm for example, will allow it to use its
X-based interface, from here you can demo, and setup as many separate
screensavers (which will be cycled through when the screen blanks out)
as you like. xmatrix is all I use.
--heli0s