#!/bin/sh export LIBGL_ALWAYS_INDIRECT=1 /usr/bin/glx_tfp_test if [ $? -eq 0 ]; then gtk-window-decorator & exec compiz --ignore-desktop-hints ccp $@ else exec metacity $@ fi