diff --git a/compiz-gtk b/compiz-gtk index 4bacc43..99659fa 100644 --- a/compiz-gtk +++ b/compiz-gtk @@ -1,9 +1,9 @@ #!/bin/sh +export LIBGL_ALWAYS_INDIRECT=1 /usr/bin/glx_tfp_test if [ $? -eq 0 ]; then - export LIBGL_ALWAYS_INDIRECT=1 gtk-window-decorator & exec compiz --ignore-desktop-hints glib gconf $@ else diff --git a/compiz.spec b/compiz.spec index f187aeb..df93c8b 100644 --- a/compiz.spec +++ b/compiz.spec @@ -14,7 +14,7 @@ URL: http://www.go-compiz.org License: GPLv2+ and LGPLv2+ and MIT Group: User Interface/Desktops Version: 0.7.8 -Release: 8%{?dist} +Release: 9%{?dist} Summary: OpenGL window and compositing manager BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -376,6 +376,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Mon Dec 08 2008 Adel Gadllah - 0.7.8-9 +- Remove direct rendering check for now + * Sun Dec 07 2008 Adel Gadllah - 0.7.8-8 - Add 'obs' to default plugin list - Improve glx_tfp check diff --git a/sources b/sources index e66dc1b..ed6270e 100644 --- a/sources +++ b/sources @@ -1,4 +1,4 @@ cb8baed2983dec5184f196346f973ad2 compiz-0.7.8.tar.bz2 d56f2f6456fc89b06e1e0d21cab74f55 desktop-effects-0.7.18.tar.bz2 7a7766f43797239ca0a4a0881d91f646 kde-desktop-effects-0.0.5.tar.bz2 -023f543a5b3a4eafa003ca8f846ada1e glx_tfp_test.c +892ce372ff673202db52034a0473f262 glx_tfp_test.c