#!/bin/sh

BIG=

cd /u/Forum/Forum2004
rm -f /tmp/owc15 /tmp/ols15
./setup
grep 1280 /etc/XF86Config > /dev/null && BIG=1
if [ "$BIG" ]
then
    mgp -Q 100 -g 1024x768 opensource.mgp &
else
    if [ "$1" = "-g" ]
    then
        mgp -Q 100 -g 1024x768 opensource.mgp &
    else
        mgp -Q 100 opensource.mgp &
    fi
fi
rm -f /tmp/owc15 /tmp/ols15
