Electro Paint Documentation

Electro Paint Documentation

Post by Ralf Helbi » Wed, 01 Jun 1994 23:09:19



I've asked this a while ago, probably missed the answer.  Does anybody
know where to get some useful documentation about Electro Paint, I
can't even find a man page.  Is this program still maintained?

Ralf

--
____________________________________________________________________________
You know if this were a japanese film the whole movie would revolve
around this dragon here.                                    Crooow, MST 3000
----------------------------------------------------------------------------
Real software engineers work from                               Ralf Helbing
9 to 5, if at all, because that is                   University of Magdeburg
the way the job is described in              Departement of Computer Science
the formal spec. Working late                            Find it by yourself
would feel like using an                                            MD 39106
undocumented external procedure.                 Phone: (049) 0391 5592-2000
----------------------------------------------------------------------------

 
 
 

Electro Paint Documentation

Post by Wes Barr » Fri, 03 Jun 1994 01:11:30



|>
|> I've asked this a while ago, probably missed the answer.  Does anybody
|> know where to get some useful documentation about Electro Paint, I
|> can't even find a man page.  Is this program still maintained?

The only documentation I can find is when you type "ep -h" although
it really isn't much.  Ep seems like a nice screen saver.  Does anyone
know if it can be used such that a password is required to "unlock" the
screen?

===============================================================================
Wes Barris                                                   PH: (612) 626-8090


 
 
 

Electro Paint Documentation

Post by Alexei Lebed » Wed, 08 Jun 1994 04:10:38


Yeah..

/usr/sbin/haven /usr/demos/bin/ep -Ss

In fact, I have right mouse in the root window bound to this menu:

Menu 4DwmSavers
{
    "Screen Savers"     f.title
    "Blank Screen"      f.exec "test -x /usr/sbin/haven" "/usr/sbin/haven -k"
    "SGI Logo"          f.exec "test -x /usr/sbin/haven -a -x /usr/demos/bin/powerflip -a -r /usr/demos/data/yaodl/logo.ydl" "/usr/sbin/haven /usr/demos/bin/powerflip -z /usr/demos/data/yaodl/logo.ydl"
    "X Logo"            f.exec "test -x /usr/sbin/haven -a -x /usr/demos/bin/powerflip -a -r /usr/demos/data/yaodl/xlogo.ydl" "/usr/sbin/haven /usr/demos/bin/powerflip -z /usr/demos/data/yaodl/xlogo.ydl"
    "ElectroPaint"      f.exec "test -x /usr/sbin/haven -a -x /usr/demos/bin/ep" "/usr/sbin/haven /usr/demos/bin/ep -Ss"
    "Octahedra"         f.exec "test -x /usr/sbin/haven -a -x /usr/demos/bin/bongo" "/usr/sbin/haven /usr/demos/bin/bongo"
    "Fireworks"         f.exec "/usr/bin/X11/xlock -nolock -besaver -mode pop"
    "Rotor"             f.exec "/usr/bin/X11/xlock -nolock -besaver -mode rotor"    
    "The Swarm"         f.exec "/usr/bin/X11/xlock -nolock -besaver -mode swarm"    
    "Fractal Flame"     f.exec "/usr/bin/X11/xlock -nolock -besaver -mode flame"

Quote:}

I think I stole the command lines from /usr/tutor/Customize/example.chestrc

-Alexei