:
#      @(#)mfg.sh	SCO Unix 3.2 ODT SERVER OVERLAY source
#
	#
	# Video mode initialization commands -- edit as appropriate.
	#

#echo ""
#echo "Running X Windows on the MFG T8/V8 requires re-initializing the video state."
#echo "This will clear your screen, however, the current contents can be found in"
#echo "the file /usr/adm/messages.\n"

case "$1" in

start)
	set `who -r`
	if [ $9 != "S" ]; then
		exit 0
	fi
        echo "Setting Video Mode Init State For Microfield T8 (EGA mode)\c"

	vidi modeD; vidi font8x14; vidi e80x25
	;;

stop)
	echo "Microfield Shutdown..."

	;;

*)
	exit 1
	;;

esac

exit 0
