http://bugs.freedesktop.org/show_bug.cgi?id=15879
--- Comment #11 from Michel Dänzer <[EMAIL PROTECTED]> 2008-05-14 04:05:21 PST --- (In reply to comment #10) > And this is probably wrong place to ask Indeed. > it but is there a way to disable dri for a specific program ? Assuming you mean a way to force software rendering: When AIGLX is disabled, you can try setting the environment variable LIBGL_ALWAYS_INDIRECT=1 for running the program. Otherwise, you'd probably need to point LD_LIBRARY_PATH to a Mesa software only version of libGL.so.1 . Also, of course DRI2 has requirements, the point is that once the drivers support it, OpenGL rendering and the Composite extension will interact properly. -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ xorg-driver-ati mailing list [email protected] http://lists.x.org/mailman/listinfo/xorg-driver-ati
