if [ -r /var/log/Xorg.0.log ]; then grep -q \"via\" /var/log/Xorg.0.log if [ $? -eq 0 ]; then export LIBGL_ALWAYS_INDIRECT=1 fi fi