On mach64, only disable RenderAccel, not the full EXA acceleration.

This is enough to fix the screen corruption seen on Xft fonts and other
Xrender drawings.
pull/1/head
matthieu 2013-06-10 20:38:52 +00:00
parent 5daab9b270
commit 3caadaf943
2 changed files with 2 additions and 4 deletions

View File

@ -1,9 +1,7 @@
# $OpenBSD: Makefile.bsd-wrapper,v 1.2 2013/06/07 17:33:04 matthieu Exp $
# $OpenBSD: Makefile.bsd-wrapper,v 1.3 2013/06/10 20:38:52 matthieu Exp $
.include <bsd.xconf.mk>
CONFIGURE_ARGS+= --disable-exa
.if ${XENOCARA_BUILD_DRI:L} != "yes"
CONFIGURE_ARGS+= --disable-dri
.endif

View File

@ -368,7 +368,7 @@ ATIProcessOptions
Blend = PanelDisplay = TRUE;
#ifdef USE_EXA
RenderAccel = TRUE;
RenderAccel = FALSE;
#endif
#ifdef XF86DRI_DEVEL