Ookay folks -- had a few extra minutes this afternoon when I got home from work -- and finally got a chance to chase my issues with X1650Pro AGP card.
1) 8.34.8 fglrx ****WORKS****
my X1650Pro is up and running in AGP mode 8 with DRI with opengl with only some weirdness
I'm running gentoo-sources 2.6.22 - the driver fglrx will not compile with the default ebuild in gentoo tree - copy it to an overlay and add
this line
to the ebuild in the stanza that looks like
then ebuild {full path to the overlay ebuild file} digest
emerge -v ={fully qualified ebuild}
and reboot for good measure
NOW -- caveat on this
DO NOT SWITCH BACK TO CONSOLE after X starts. this locks my machine.
I will now walk the driver tree and see if I can spot the regression.
Please note that I've udpated the bug with the details.
1) 8.34.8 fglrx ****WORKS****
my X1650Pro is up and running in AGP mode 8 with DRI with opengl with only some weirdness
I'm running gentoo-sources 2.6.22 - the driver fglrx will not compile with the default ebuild in gentoo tree - copy it to an overlay and add
this line
Code:
epatch "${FILESDIR}"/8.37.6/fix-ioctl-for-2.6.22.patch
Code:
# This patch is conditional because it contains an api change. if kernel_is ge 2 6 20; then epatch packages/Fedora/ati-drivers-2.6.20.patch fi
emerge -v ={fully qualified ebuild}
and reboot for good measure
NOW -- caveat on this
DO NOT SWITCH BACK TO CONSOLE after X starts. this locks my machine.
I will now walk the driver tree and see if I can spot the regression.
Please note that I've udpated the bug with the details.
Comment