Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37855227
en ru br
ALT Linux repos
S:0.9.14.2-alt1
5.0: 0.8.2-alt6
4.1: 0.7.4-alt1.M41.1
4.0: 0.5.0-alt1

Other repositories
Upstream:0.7.2

Group :: System/X11
RPM: compiz

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: compiz-0.5.0-rh-aiglx-defaults.patch
Download


--- compiz-0.3.6/src/main.c~	2006-12-28 21:56:41.000000000 -0500
+++ compiz-0.3.6/src/main.c	2007-01-12 18:06:57.000000000 -0500
@@ -78,7 +78,7 @@
 CompWindow *lastDamagedWindow = 0;
 
 Bool replaceCurrentWm = FALSE;
-Bool indirectRendering = FALSE;
+Bool indirectRendering = TRUE;
 Bool strictBinding = TRUE;
 Bool noDetection = FALSE;
 
@@ -94,7 +94,7 @@
 	    "[--bg-image PNG] "
 	    "[--refresh-rate RATE]\n       "
 	    "[--fast-filter] "
-	    "[--indirect-rendering] "
+	    "[--direct-rendering] "
 	    "[--loose-binding] "
 	    "[--replace]\n       "
 	    "[--sm-disable] "
@@ -188,9 +188,9 @@
 	{
 	    defaultTextureFilter = "Fast";
 	}
-	else if (!strcmp (argv[i], "--indirect-rendering"))
+	else if (!strcmp (argv[i], "--direct-rendering"))
 	{
-	    indirectRendering = TRUE;
+	    indirectRendering = FALSE;
 	}
 	else if (!strcmp (argv[i], "--loose-binding"))
 	{
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin