Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > 5843dfafae786608ac72d14b7241f096 > files > 19

nogravity-2.00-16.fc15.src.rpm

#!/bin/bash

if [ `glxinfo | grep "direct rendering: " | head -n 1 | cut -d " " -f 3` != Yes ]; then
  exec nogravity-software "$@"
else
  exec nogravity-opengl "$@"
fi