https://bugs.freedesktop.org/show_bug.cgi?id=92453
--- Comment #1 from Michel Dänzer <[email protected]> --- (In reply to Brian Paterni from comment #0) > > [ 170.017] (EE) 3: /usr/lib/x86_64-linux-gnu/libLLVM-3.8.so.1 [...] > [ 170.018] (EE) 4: /usr/lib/x86_64-linux-gnu/libLLVM-3.5.so.1 [...] Looks like both 3.8 and 3.5 versions of LLVM are getting pulled in, and LLVM 3.5 wasn't safe against this yet. Is your self-built radeonsi_dri.so available in /usr/lib/x86_64-linux-gnu/dri/ as well? That's where the Xorg glx module looks for the DRI drivers. I suspect it's failing to load radeonsi_dri.so from there and falling back to swrast_dri.so, which is linked against LLVM 3.5. -- 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
