OPT_VGA='-width 640 -height 480'
OPT_QVGA=''

if [ "x$1" = "xvga" ]; then
  OPT=$OPT_VGA
else
  OPT=$OPT_QVGA
fi

qvfb $OPT &
sleep 2
qpe -qws &
