Fix ScreenInit with noAccel

Now that EXA is on by default, we must remember to turn it off again if
acceleration is disabled.

Signed-off-by: Connor Behan <connor.behan@gmail.com>
This commit is contained in:
Connor Behan
2014-04-28 21:26:44 -07:00
parent 5ef5812a7a
commit 4efc87f41d

View File

@@ -2314,6 +2314,7 @@ Bool R128ScreenInit(SCREEN_INIT_ARGS_DECL)
miSetPixmapDepths ();
noAccel = xf86ReturnOptValBool(info->Options, OPTION_NOACCEL, FALSE);
if (noAccel) info->useEXA = FALSE;
#ifdef R128DRI
/* Setup DRI after visuals have been