https://bugs.freedesktop.org/show_bug.cgi?id=60016
--- Comment #1 from Michel Dänzer <[email protected]> --- (In reply to comment #1) > libGL: OpenDriver: trying /usr/lib64/dri/nouveau_dri.so > do_winsys_init: DRM version is 1.1.0 but this driver is only compatible with > 2.3.x (kernel 2.6.34) or later. This message is from src/gallium/winsys/radeon/drm/radeon_drm_winsys.c:do_winsys_init ... > libGL error: failed to create dri screen > libGL error: failed to load driver: nouveau ... but it appears while libGL tries to load nouveau_dri.so. So apparently either the former function was linked into nouveau_dri.so, or the latter ends up calling it from r600_dri.so somehow, e.g. due to symbol visibility issues. -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ mesa-dev mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-dev
