diff --git a/exa/exa.c b/exa/exa.c index e61bc69a8..e9f42df45 100644 --- a/exa/exa.c +++ b/exa/exa.c @@ -622,7 +622,7 @@ exaDriverInit (ScreenPtr pScreen, pScreen->devPrivates[exaScreenPrivateIndex].ptr = (pointer) pExaScr; - pExaScr->migration = ExaMigrationSmart; + pExaScr->migration = ExaMigrationAlways; exaDDXDriverInit(pScreen); diff --git a/hw/xfree86/exa/exa.man.pre b/hw/xfree86/exa/exa.man.pre index ea41b90e4..b0eecd5cc 100644 --- a/hw/xfree86/exa/exa.man.pre +++ b/hw/xfree86/exa/exa.man.pre @@ -35,6 +35,6 @@ Default: No. Chooses an alternate pixmap migration heuristic, for debugging purposes. The default is intended to be the best performing one for general use, though others may help with specific use cases. Available options include \*qalways\*q, -\*qgreedy\*q, and \*qsmart\*q. Default: smart. +\*qgreedy\*q, and \*qsmart\*q. Default: always. .SH AUTHORS Authors include: Keith Packard, Eric Anholt, Zack Rusin, and Michel Dänzer