#!/bin/sh

# vi /etc/X11/Xserver   and change Console to Anybody, so X can be started 
# from a shell script

startx &
chvt 1
#sleep 5
export DISPLAY=localhost:0.0
# exec ./plaympeg.pl
../griefcase3.2c/fcap
./plaympeg.pl &


