Created attachment 64059 [details] Various system logs including Xorg.0.log With the following components I get a version mismatch error: Linux kernel 3.4.4 libdrm-2.4.33 Mesa-8.0.3 xorg-server-1.12.3 xf86-video-ati-6.14.6 If I revert back to ati driver xf86-video-ati-6.14.5 the problem goes away. I am attaching the following logs: uname -a dmesg Xorg.0.log lspci lsmod Please advise. Thanks. SMF
(In reply to comment #1) > libdrm-2.4.33 xf86-video-ati 6.14.6 requires libdrm 2.4.36 for KMS support. So your driver was built without KMS support and can't work on a kernel with KMS enabled. > If I revert back to ati driver xf86-video-ati-6.14.5 the problem goes away. That's odd, as 6.14.5 already requires libdrm 2.4.35.
Created attachment 64062 [details] X.org.0.log Interesting I am sure that the MESA is version 8.0.3 with DRM 2.4.33, later versions of DRM will not build MESA 8.0.3 (waiting for MESA 8.1 I believe). This is the X org log for the ATI 6.14.5 driver which appears to indicate that DRI is available ?? Please comment Thanks SMF
(In reply to comment #2) > Interesting I am sure that the MESA is version 8.0.3 with DRM 2.4.33, later > versions of DRM will not build MESA 8.0.3 (waiting for MESA 8.1 I believe). Sounds like the nouveau mess. > This is the X org log for the ATI 6.14.5 driver which appears to indicate that > DRI is available ?? That driver must have been built against libdrm 2.4.35 or newer (or patched to lower the requirement).
Ok thanks I will leave it at that. Regards SMF
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.