Comment 4 for bug 1316035

Revision history for this message
Zoltán Maróti (zmaroti) wrote :

Reading documentation on the mga_drv.so and checking the source files of xserver-xorg-video-mga_1.6.3-1build1_amd64.deb I see that matrox driver has a built in support for EXA in config.h
/* Build support for Exa */
#define USE_EXA 1

/* Build support for XAA */
/* #undef USE_XAA */

/* Version number of package */
#define VERSION "1.6.3"

However it seems that it is not activated or checked at runtime, any clues how this could be activated? It might bring back the lost functionality of XAA acceleration.