I went through the changes between the two and it's quite a lot for just
one day. However I found an extremely interesting difference:

"old" one:
   static const __DRIversion ddx_expected = { 4, 1, 0 };
   static const __DRIversion dri_expected = { 4, 0, 0 };
   static const __DRIversion drm_expected = { 1, 3, 0 };

new one:
   static const __DRIversion ddx_expected = { 1, 5, 0 };
   static const __DRIversion dri_expected = { 4, 0, 0 };
   static const __DRIversion drm_expected = { 1, 4, 0 };

Patch attached.

I hope it helps!

-- 
3d acceleration broken in Edgy Knot 1
https://launchpad.net/bugs/54858

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to