ubuntu-x-swat team mailing list archive
-
ubuntu-x-swat team
-
Mailing list archive
-
Message #82281
[Bug 573748] Re: [MASTER] fglrx does not build on 2.6.33 kernel and higher
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
--
[MASTER] fglrx does not build on 2.6.33 kernel and higher
https://bugs.launchpad.net/bugs/573748
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to fglrx-installer in ubuntu.
Follow ups
References