https://bugs.freedesktop.org/show_bug.cgi?id=40866
Francisco Jerez <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |NOTABUG --- Comment #7 from Francisco Jerez <[email protected]> 2011-10-15 04:26:41 PDT --- This looks like an ABI issue, most likely you're running a version of libdrm different to the one your DDX module was compiled with. Try "ldd /usr/lib/xorg/modules/drivers/nouveau_drv.so |grep libdrm" to find out which libraries are being used, and, in case they aren't what you'd expect, remove them, and make sure you're installing libdrm and the DDX to the right prefix. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ Nouveau mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/nouveau
