Comment 11 for bug 573748

Revision history for this message
Jonathon Fernyhough (jfernyhough) wrote :

More information based around my testing: http://ubuntuforums.org/showthread.php?t=1510376

Essentially one change is needed to one file for >=2.6.34 as Catalyst 10.6 supports 2.6.33. This is accomplished by fglrx-2.6.34-rc4.patch though it may be easier to just change the file (I'm surprised ATi haven't done it themselves):

Edit kcl_wait.c, and below "#include <linux/sched.h>" add the lines:

#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,34)
#include <linux/slab.h>
#endif