diff options
-rw-r--r-- | src/gx_driver.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gx_driver.c b/src/gx_driver.c index f3eb1c4..f526326 100644 --- a/src/gx_driver.c +++ b/src/gx_driver.c @@ -511,7 +511,7 @@ GXPreInit(ScrnInfoPtr pScrni, int flags) pGeode->tryCompression = TRUE; pGeode->NoAccel = FALSE; - pGeode->useEXA = FALSE; + pGeode->useEXA = TRUE; pGeode->Panel = (pGeode->Output & OUTPUT_PANEL) ? TRUE : FALSE; |