compiz/aiglx-defaults.patch

30 lines
833 B
Diff
Raw Normal View History

2006-11-23 06:26:01 +00:00
--- compiz-0.3.4/src/main.c.aiglx-defaults 2006-11-11 13:11:36.000000000 -0500
+++ compiz-0.3.4/src/main.c 2006-11-23 01:25:37.000000000 -0500
2006-11-10 20:27:28 +00:00
@@ -78,8 +78,8 @@
CompWindow *lastDamagedWindow = 0;
Bool replaceCurrentWm = FALSE;
-Bool indirectRendering = FALSE;
-Bool strictBinding = FALSE;
+Bool indirectRendering = TRUE;
+Bool strictBinding = TRUE;
2006-11-23 06:26:01 +00:00
Bool noDetection = FALSE;
2006-11-10 20:27:28 +00:00
#ifdef USE_COW
2006-11-23 06:26:01 +00:00
@@ -95,10 +95,13 @@
"[--refresh-rate RATE]\n "
"[--fast-filter] "
"[--indirect-rendering] "
+ "[--direct-rendering]\n "
"[--strict-binding] "
2006-11-23 06:26:01 +00:00
- "[--replace]\n "
+ "[--xgl-binding] "
2006-11-23 06:26:01 +00:00
+ "[--test-mode]\n "
+ "[--replace] "
"[--sm-disable] "
2006-11-23 06:26:01 +00:00
- "[--sm-client-id ID] "
+ "[--sm-client-id ID]\n "
"[--no-detection] "
"[--version]\n "