mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-02-19 17:00:36 +01:00
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>
This commit is contained in:
parent
8d65439d5c
commit
17c5b2caf0
1 changed files with 1 additions and 1 deletions
|
|
@ -146,7 +146,7 @@ exaDDXDriverInit(ScreenPtr pScreen)
|
|||
pExaScr->optimize_migration =
|
||||
xf86ReturnOptValBool(pScreenPriv->options,
|
||||
EXAOPT_OPTIMIZE_MIGRATION,
|
||||
TRUE);
|
||||
FALSE);
|
||||
}
|
||||
|
||||
if (xf86ReturnOptValBool(pScreenPriv->options,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue