Comment 14 for bug 394985

Revision history for this message
Niall Creech (sevenmachines-deactivatedaccount) wrote :

you can probably disable the messages if needs be but i don't have an ati card to try, i'm guessing you might be able to drop the debug trace parts below but its probably not that good an idea anyway

/usr/src/fglrx-8.620/firegl_public.c

#define TRACE_VM_OPEN_CLOSE(_f, _v) \
   KCL_DEBUG_TRACEIN(FN_DRM_VM_OPEN_CLOSE, _v, NULL); \
   _f(_v); \
   KCL_DEBUG_TRACEOUT(FN_DRM_VM_OPEN_CLOSE, 0, NULL);