summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Cristau <jcristau@debian.org>2009-05-18 19:01:46 +0200
committerKeith Packard <keithp@keithp.com>2009-06-29 14:21:00 -0700
commit17c5b2caf01deec1d1be9fc2ac68a3d636e64c44 (patch)
treedd917dfe61c69695fbebb84c2bca97194d692eef
parent8d65439d5c950ea01ec8e1e4dd989aff0fb4c3f0 (diff)
Change default for ExaOptimizeMigration to false
Quoting Michel Dänzer in <1234862541.4823.541.camel@thor>: Unfortunately, there are still bugs left in EXA which prevent it from working 100% correctly with the option enabled, see http://bugs.freedesktop.org/show_bug.cgi?id=16416 http://bugs.freedesktop.org/show_bug.cgi?id=19940 So disable it for now to avoid corruption. Signed-off-by: Keith Packard <keithp@keithp.com>
-rw-r--r--hw/xfree86/exa/examodule.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/xfree86/exa/examodule.c b/hw/xfree86/exa/examodule.c
index 601288c73..27607a1ac 100644
--- a/hw/xfree86/exa/examodule.c
+++ b/hw/xfree86/exa/examodule.c
@@ -146,7 +146,7 @@ exaDDXDriverInit(ScreenPtr pScreen)
pExaScr->optimize_migration =
xf86ReturnOptValBool(pScreenPriv->options,
EXAOPT_OPTIMIZE_MIGRATION,
- TRUE);
+ FALSE);
}
if (xf86ReturnOptValBool(pScreenPriv->options,