rpms/compiz/devel compiz-gtk,1.12,1.13

drago01 drago01 at fedoraproject.org
Fri Aug 7 12:48:16 UTC 2009


Author: drago01

Update of /cvs/pkgs/rpms/compiz/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15608

Modified Files:
	compiz-gtk 
Log Message:
fix software rendering check


Index: compiz-gtk
===================================================================
RCS file: /cvs/pkgs/rpms/compiz/devel/compiz-gtk,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -p -r1.12 -r1.13
--- compiz-gtk	7 Aug 2009 12:45:24 -0000	1.12
+++ compiz-gtk	7 Aug 2009 12:48:16 -0000	1.13
@@ -11,7 +11,7 @@ ISSW=`glxinfo | grep "Software Rasterize
 # Try with direct rendering
 HAVETFP=`glxinfo | grep texture_from_pixmap -c`
 
-if ( [ $HAVE3D == "Yes" ] && [ $HAVETFP -gt 2 ] ); then 
+if ( [ $HAVE3D == "Yes" ]  && [ $ISSW == 0 ] && [ $HAVETFP -gt 2 ] ); then 
 	runCompiz $@
 fi
 




More information about the fedora-extras-commits mailing list