Blob Blame History Raw
#!/bin/sh
export LIBGL_ALWAYS_INDIRECT=1

/usr/bin/glx_tfp_test

if [ $? -eq 0 ]; then
	gtk-window-decorator &
	exec compiz --ignore-desktop-hints glib gconf $@
else
	exec metacity $@
fi