ABI mismatch

2015-10-17 Thread Christopher Barry
Hi all, I've gotten everything to compile now, but getting this error on start. What does this mean (log attached) Thanks, -C[14.205] This is a pre-release version of the X server from The X.Org Foundation. It is not supported in any way. Bugs may be filed in the bugzilla at http://bugs.fr

Re: ABI mismatch

2015-10-17 Thread Rob Clark
it means ddx driver (in this case radeon_drv.so) was compiled against a different version of xserver than you are trying to run it against... BR, -R On Sat, Oct 17, 2015 at 7:46 PM, Christopher Barry wrote: > Hi all, > > I've gotten everything to compile now, but getting this error on start. > >

Re: ABI mismatch

2015-10-17 Thread Jeremy Huddleston Sequoia
You need to recompile your radeon driver [14.213] (EE) module ABI major version (19) doesn't match the server's version (20) [14.213] (II) UnloadModule: "radeon" [14.213] (II) Unloading radeon [14.213] (EE) Failed to load module "radeon" (module requirement mismatch, 0) > On Oct