mirror of
https://github.com/X11Libre/xf86-video-r128.git
synced 2026-03-24 01:24:26 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user