Summary: | x11-drivers/ati-drivers-10.10 version bump | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Mehmet Giritli <mehmet> |
Component: | Current packages | Assignee: | Luca Barbato <lu_zero> |
Status: | RESOLVED FIXED | ||
Severity: | enhancement | CC: | chrschmitt, enrico.tagliavini, fcoiffie, jarausch, jlp.bugs, kiorky, m.debruijne, travisghansen, x11, xzekecomax, zeekec |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | AMD64 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | 344775 | ||
Bug Blocks: | |||
Attachments: |
EBUILD
updated patch updated patch new ebuild for ati-drivers 10.10 EBUILD |
Description
Mehmet Giritli
2010-10-23 05:51:16 UTC
Confirmed here too. Created attachment 251669 [details]
EBUILD
Created attachment 251671 [details]
updated patch
Created attachment 251673 [details]
updated patch
Its on my overlay: http://hg.cryptelium.net/hg/system/gentoo/overlay/ Toward the bug error, BUILD_PARAMS seems ignored in the ebuild, so i adapted the patch not to use condtionnal macros but just simple code and patch only in the right use case (make a diff between 10.9 and my 10.10 ebuild). Created attachment 251697 [details, diff]
new ebuild for ati-drivers 10.10
This patch should be applied against ati-drivers-8.780.ebuild and then rename it to ati-drivers-10.10.ebuild. __no additional patch needed, use the original patches provided in the portage tree__
If someone can test it against gentoo-sources-2.6.36 thank you :)
> If someone can test it against gentoo-sources-2.6.36 thank you :)
It works against gentoo-sources-2.6.36
(In reply to comment #8) > It works against gentoo-sources-2.6.36 > thank you very much for testing. If someone else uses xorg-server-1.9 he/she can test this version. I tested with 1.7.7-r1 Your patch may not cove all case as mine do. (In reply to comment #10) > Your patch may not cove all case as mine do. > can you explain please? don't concern to be long-winded :) You seems not using 32b COMPAT mode as "ati-drivers-CVE-2010-3081-fix.patch" would not apply anymore. For that, you 'll have missed y patch + my updated ebuild (or another flavor in any case) as it 's broken (see #c1). The 'ati-drivers-2.6.36.patch' also needed to be updated to pass on my box (vserver-sources): - 2.6.35 seems also affected - The patch is slightly different with the 10.10 (see unlocked_ioctl) (In reply to comment #12) > You seems not using 32b COMPAT mode as "ati-drivers-CVE-2010-3081-fix.patch" > would not apply anymore. Becouse it is not needed anymore. the fix is included in the driver release so ati-drivers-CVE-2010-3081-fix.patch should not be applied anymore. > The 'ati-drivers-2.6.36.patch' also needed to be updated to pass on my box > (vserver-sources): > - 2.6.35 seems also affected > - The patch is slightly different with the 10.10 (see unlocked_ioctl) > Mhm i see. I will do some check, thank you. (In reply to comment #13) > (In reply to comment #12) > > You seems not using 32b COMPAT mode as "ati-drivers-CVE-2010-3081-fix.patch" > > would not apply anymore. No, it does not work, read the bug backtrace, and i was also affected. > (In reply to comment #14) > No, it does not work, read the bug backtrace, and i was also affected. Can't reproduce i'm sorry. I just installed sys-kernel/vserver-sources-2.3.0.36.32 compiled my ati-drivers against it and it builds correctly. Can't test if it works right in runtime now, but i have no issue building. Which version of vserver-sources are you using? 2.3.0.36.32 also My config is there : http://hg.cryptelium.net/hg/system/config/kernels/file/tip/linux/vserver But you must also enable CONFIG_MSI into it. Sorry the config with CONFIG_MSI enabled is not commited and the hard drive of this laptop is offline by now (some failure i didnt had time to check). I ll commit it in the next days. process_bug.cgi oups, sorry, it's CONFIG_PCI_MSI ! Ok i found sometime to test your config. I used your config this time, i used first make oldconfig just to check if it was up to date and it is, then i enabled MSI pci. ati-drivers builds fine...... again cannot reproduce i'm sorry I tested the latest patch by enrico with xorg-server 1.8 and 1.9 and it works with both of them. Could not find regressions to 10.9 until now. (In reply to comment #20) > I tested the latest patch by enrico with xorg-server 1.8 and 1.9 and it works > with both of them. Could not find regressions to 10.9 until now. > Thank you very much for testing I had trouble with kiorky's ebuild, it seemed to fail running the patches. It's possible I hadn't downloaded the updated patches from here to accompany it though. I got Enrico's ebuild working and am glad to be back in X. I am using gentoo-sources-2.6.36 on an AMD64 machine. My xorg-server is 1.7.7-r1. I am going to try upgrading to xorg-server 1.9.1-r1 over the next few days. By the way, I am using a Radeon HD 6870, and there's an annoying "unsupported hardware" watermark on the bottom right of the screen. Pretty sure it wouldn't work at all if it wasn't supported. :P AMD are weird. (In reply to comment #22) > I got Enrico's ebuild working and am glad to be back in X. I am using > gentoo-sources-2.6.36 on an AMD64 machine. My xorg-server is 1.7.7-r1. > > I am going to try upgrading to xorg-server 1.9.1-r1 over the next few days. Thanks for testing :). > By the way, I am using a Radeon HD 6870, and there's an annoying "unsupported > hardware" watermark on the bottom right of the screen. Pretty sure it wouldn't > work at all if it wasn't supported. :P AMD are weird. > Wow what a new card :). You got an unsupported hardware watermark becouse the support is still experimental or not finished yet. When AMD will release a driver version that officialy support your card the watermark will disappear. I guess this will likely happen with ati-drivers-10.11 Created attachment 252931 [details, diff]
EBUILD
I commited on my overlay the xorg changed directory that was present on Enrico patch. Enrico, i think what i have commited (both of our work) is the right thing to have finally: - support for 2.6.35+ instead of 2.6.36+ (ati-drivers-2.6.36.patch) - 64b kernels using 32b compat mode (ati-drivers-CVE-2010-3081-fix.patch) - Directories changes (updated ati-drivers-10.10.ebuild) So either tool those 3 files (and not the ebuild patch) or clone my overlay (see up) (In reply to comment #22) <snip> > By the way, I am using a Radeon HD 6870, and there's an annoying "unsupported > hardware" watermark on the bottom right of the screen. Pretty sure it wouldn't > work at all if it wasn't supported. :P AMD are weird. > That comment just made my day :) -- Bought it yesterday and was afraid i'D be X(org)-less for a while again (last time it was my 5750 which made me use vesa then radeonhd driver as a temporary X-display without accel ;)) This ebuild works well, and the Catalyst 10.10 drivers are AWESOME! Finally, ACTUAL drivers that are almost as good as AMD chips! why is this ebuild not in the portage tree yet? (In reply to comment #27) > why is this ebuild not in the portage tree yet? > ati-drivers mantainer is really busy. He will bump it as soon as possible. +*ati-drivers-10.10 (07 Nov 2010) + + 07 Nov 2010; Luca Barbato <lu_zero@gentoo.org> +ati-drivers-10.10.ebuild: + New version, thanks to Enrico for the ebuild. Great, all problems i reported are forgotten. Gentoo is not what it was ... (In reply to comment #30) > Great, all problems i reported are forgotten. > > Gentoo is not what it was ... > let me to disagree. I follow your issue, but i cannot reproduce it, and i can't understand it. When i will be able to i will assemble a fix. As i said i tried vserver-sources with your config and i'm not able to reproduce. It works here for me. If you can open a new bug for your issue (this one is just for the version bug), it would make my life easier. You can also come in irc and talk with me if you wish, my nick is [Enrico] you can find me in #gentoo and #gentoo-desktop channels OK GOTO #342267 oups, sorry, http://bugs.gentoo.org/show_bug.cgi?id=344775 |