Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#11068 - ATI Catalyst 8.7, X86_64 and 2.6.26 doesn't work
Attached to Project:
Arch Linux
Opened by Daniel Kozák (kozzi) - Wednesday, 30 July 2008, 20:48 GMT
Last edited by Andreas Radke (AndyRTR) - Saturday, 09 August 2008, 14:40 GMT
Opened by Daniel Kozák (kozzi) - Wednesday, 30 July 2008, 20:48 GMT
Last edited by Andreas Radke (AndyRTR) - Saturday, 09 August 2008, 14:40 GMT
|
DetailsNew catalyst drivers in testing, fglrx doesn`t load properly
Additional info: catalyst-8.7-1 kernel26-2.6.26-1 dmesg: fglrx: Unknown symbol flush_tlb_page |
This task depends upon
Closed by Andreas Radke (AndyRTR)
Saturday, 09 August 2008, 14:40 GMT
Reason for closing: Fixed
Additional comments about closing: applied your fix. works for me.
Saturday, 09 August 2008, 14:40 GMT
Reason for closing: Fixed
Additional comments about closing: applied your fix. works for me.

Using the radeon xpress 200 series, and it gives me the same exact error. Using arch 64 and latest kernel and catalyst driver.

- Field changed: Percent Complete (100% → 0%)
ATI catalyst 8.7 can work with x86_64 2.6.26 but someone should make change in patch

I make only one change in 2.6.26 patch and new catalyst drivers works. I replace "+#if defined(__x86_64__) && defined(__SMP__) && (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,25))" by "+#if defined(__x86_64__) && (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,25))"