#!/bin/sh
while [ -e /tmp/console_prog_running ]
do
  sleep 2
done
#Edit as necessary to make X larger.  Requires my Xgsx patch.
export TV_MARGIN_Y=0
export TV_MARGIN_X=0
exec /usr/X11R6/bin/startx
