#! /bin/sh
#
#	BSDI	dot.xinitrc,v 1.7 1997/02/04 23:40:26 sanders Exp
#
# minimal .xinitrc for MaxIM initialization mode
HOSTNAME=`hostname -s`
xrunclient xterm -iconic -geometry 80x12-0+0 -name "console" -ls -C
# disable screen saver because some cards freak out when you blank them
# and we are semi-likely to be setting the date forward here.
xset s off
xv -root -quit /var/www/docs/bsdi/bsdi-embossed.gif
xrunclient /usr/sbin/maxim
echo $$ > /var/run/fvwm.pid
exec fvwm
exit 127 
