# Setup env, to change to SVGA

if [ -f /etc/X11/XF86Config.SVGA -o -f usr/X11R6/bin/XF86_SVGA ]; then
  ln -sf /usr/X11R6/bin/XF86_SVGA /tmp/X
  ln -sf /etc/X11/XF86Config.SVGA  /tmp/XF86Config
  echo "XServer is setup for SVGA - restart X"
else
  echo "Error: XServer SVGA files not present - /etc/X11/XF86Config.SVGA and  usr/X11R6/bin/XF86_SVGA"
fi
