This bug was fixed in the package fglrx-installer - 2:8.501-0ubuntu2
---
fglrx-installer (2:8.501-0ubuntu2) intrepid; urgency=low
[ Mario Limonciello ]
* debian/fglrx-modaliases.install:
- Install to /usr/share/jockey/modaliases instead
* debian/control:
- Bump standards
As there was no support for 2.6.26 in the 8-6 driver either, I'll add
these (in some form) to the Intrepid package until support is added.
** Changed in: fglrx-installer (Ubuntu)
Sourcepackagename: linux-restricted-modules-2.6.24 => fglrx-installer
Status: New => In Progress
** Changed in:
It looks like the more relevant patches will have to be for Xen stuff
since that's on by default in 2.6.26 for Ubuntu.
--
ATI fglrx driver 8-5 on 2.6.26 linux kernel
https://bugs.launchpad.net/bugs/239967
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscri
** Changed in: linux-restricted-modules-2.6.24 (Ubuntu)
Sourcepackagename: fglrx-installer => linux-restricted-modules-2.6.24
--
ATI fglrx driver 8-5 on 2.6.26 linux kernel
https://bugs.launchpad.net/bugs/239967
You received this bug notification because you are a member of Ubuntu
Bugs, which is
Forgot to mention that kernel and all userspace is 64bits, that is
amd64.
--
ATI fglrx driver 8-5 on 2.6.26 linux kernel
https://bugs.launchpad.net/bugs/239967
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
** Attachment added: "0001-Linux-2.6.25.x-kernels-support.patch"
http://launchpadlibrarian.net/15305502/0001-Linux-2.6.25.x-kernels-support.patch
--
ATI fglrx driver 8-5 on 2.6.26 linux kernel
https://bugs.launchpad.net/bugs/239967
You received this bug notification because you are a member
** Attachment added:
"0003-GCC-complains-return-with-a-value-in-function-ret.patch"
http://launchpadlibrarian.net/15305508/0003-GCC-complains-return-with-a-value-in-function-ret.patch
--
ATI fglrx driver 8-5 on 2.6.26 linux kernel
https://bugs.launchpad.net/bugs/239967
You received this bug
** Attachment added: "0002-Trivial-error-and-two-warnings-fixed.patch"
http://launchpadlibrarian.net/15305506/0002-Trivial-error-and-two-warnings-fixed.patch
--
ATI fglrx driver 8-5 on 2.6.26 linux kernel
https://bugs.launchpad.net/bugs/239967
You received this bug notification because you a
The most important change as VMA API removed ->nopage() in favour of ->fault()
handler.
Mostly trivial changes :) and it works here. Mind you I run these patches on
Core Duo 2 with
preempt enabled (0001 is important for this - preempt must be disabled when
accessing
per CPU variables)
** Attac