#!/bin/sh
[ -e /dev/mouse ] || Xsetup

set -- `cat /etc/Xconfig`
xinit -- /usr/X11/bin/Xvesa -screen $1 -$2 -terminate 
