Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 142136 - New ati-drivers 8.27.10; now supports xorg-7.1
Summary: New ati-drivers 8.27.10; now supports xorg-7.1
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: X11 External Driver Maintainers
URL:
Whiteboard:
Keywords:
: 142441 (view as bug list)
Depends on:
Blocks:
 
Reported: 2006-07-29 17:39 UTC by Chris Slycord
Modified: 2006-11-10 14:02 UTC (History)
15 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Ebuild based on 8.26.18 ebuild that is in portage (ati-drivers-8.27.10.ebuild,9.45 KB, text/plain)
2006-07-29 17:40 UTC, Chris Slycord
Details
Ebuild based on one in portage (ebuild,9.45 KB, application/octet-stream)
2006-07-31 00:23 UTC, Chris Slycord
Details
Updated xorg-server-1.1.1 for ati-drivers (xorg-server-1.1.1.ebuild,23.59 KB, application/octet-stream)
2006-07-31 11:26 UTC, Karl Heiss
Details
Updated xorg-server ebuild (xorg-server-1.1.1.ebuild,23.59 KB, text/plain)
2006-07-31 13:12 UTC, Chris Slycord
Details
ebuild should work well with both xorg-7.0 and 7.1 (ati-drivers-8.27.10.ebuild,10.88 KB, text/plain)
2006-08-01 20:51 UTC, VirusCamp
Details
Correction to previous ebuild (ati-drivers-8.27.10.ebuild,10.84 KB, text/plain)
2006-08-03 04:35 UTC, Chris Slycord
Details
Weird output. (localoutput.txt,9.96 KB, text/plain)
2006-08-04 10:12 UTC, Renaud Lepage
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Slycord 2006-07-29 17:39:09 UTC
ati released new drivers that now support xorg-7.1

Release notes:
https://a248.e.akamai.net/f/674/9206/0/www2.ati.com/drivers/linux/linux_8.27.10.html
Comment 1 Chris Slycord 2006-07-29 17:40:42 UTC
Created attachment 93036 [details]
Ebuild based on 8.26.18 ebuild that is in portage
Comment 2 Wolfgang Frisch 2006-07-30 18:34:32 UTC
This EBuild installed for me after removing the Block from xorg-server-1.1.1.ebuild. Though it was correctly build, xorg-7.1 didn't start, complaining about the driver being built against the xorg-6.8 ABI.
Manual installation of the ati-drivers 8.27.10 package works fine.
Comment 3 Chris Slycord 2006-07-31 00:23:02 UTC
Created attachment 93107 [details]
Ebuild based on one in portage

Fixed basedir variable to build for xorg 7.1
Comment 4 Karl Heiss 2006-07-31 11:26:53 UTC
Created attachment 93132 [details]
Updated xorg-server-1.1.1 for ati-drivers
Comment 5 Chris Slycord 2006-07-31 13:12:32 UTC
Created attachment 93141 [details]
Updated xorg-server ebuild

Fixed dependency for ati-drivers.

The ebuild that was uploaded previously had ">=x11-drivers/ati-drivers-8.27.10" in the dependency list which will force xorg-server to always install ati-drivers.

Changed to "!<x11-drivers/ati-dirvers-8.27.10" so that it preserves the block the way it should.
Comment 6 Karl Heiss 2006-07-31 13:51:49 UTC
Comment on attachment 93132 [details]
Updated xorg-server-1.1.1 for ati-drivers

Thanks
Comment 7 Jakub Moc (RETIRED) gentoo-dev 2006-08-01 10:34:50 UTC
*** Bug 142441 has been marked as a duplicate of this bug. ***
Comment 8 VirusCamp 2006-08-01 20:50:05 UTC
I think the code in http://bugs.gentoo.org/attachment.cgi?id=93107 :
------------------------------------------------------
	#new modular X paths, 0 is a workaround.
	if has_version "x11-base/xorg-server"; then
		BASE_DIR="${WORKDIR}/x710"
		xlibdir="xorg"
	else
------------------------------------------------------
is wrong , when emerge =ati-drivers-8.27.10 using xorg-x11-7.0 .
Because xorg-x11-7.0 should use drivers under BASE_DIR="${WORKDIR}/x690".
But I have not tested it.

So ,take a look at this ebuild. I have tested using xorg-x11-7.0 and xorg-x11-7.1.
Attachment
Comment 9 VirusCamp 2006-08-01 20:51:56 UTC
Created attachment 93245 [details]
ebuild should work well with both xorg-7.0 and 7.1
Comment 10 Chris Slycord 2006-08-03 04:03:05 UTC
Comment on attachment 93107 [details]
Ebuild based on one in portage

Obsoleted by the more recently uploaded one.
Comment 11 Chris Slycord 2006-08-03 04:35:09 UTC
Created attachment 93332 [details]
Correction to previous ebuild

The uploaded version (which was meant to allow it to be built for either xorg-7 or xorg-7.1) still had the xorg-server block in it. This is identical to that version except for the block being removed.

Can verify that it installs w/ 7.1.
Comment 12 Armando Di Cianno 2006-08-03 08:39:30 UTC
Hey all; I've been tackling various ati-drivers ebuild short-comings here: bug #139458.

I was wondering if anyone using xorg-7.1 and the ati-drivers 8.27.10 drivers wanted to test?  It should work the same as this one here, but it has various/many fixes with the ebuild, all documented at the bug.  The ebuild does some patching wrt 'acpi' USE flag, so if you're using that, and decide to test, make sure to grab the files there that need to go into ${FILESDIR}.
Comment 13 Renaud Lepage 2006-08-04 08:00:23 UTC
where's the powermode patch? i don't seem to have it...
Comment 14 Armando Di Cianno 2006-08-04 09:37:17 UTC
It's here: http://bugs.gentoo.org/attachment.cgi?id=91205

... but as of today, the ebuild, and all related patches are *finally* in the tree, so you can emerge --sync and get it too.
Comment 15 Renaud Lepage 2006-08-04 10:12:26 UTC
Created attachment 93431 [details]
Weird output.

even with the newest, it doesn't work. see attatchement...
Comment 16 Renaud Lepage 2006-08-04 11:11:53 UTC
(In reply to comment #15)
> Created an attachment (id=93431) [edit]
> Weird output.
> 
> even with the newest, it doesn't work. see attatchement...
> 

cancel that, solved by kernel headers mod.
Comment 17 Jakub Moc (RETIRED) gentoo-dev 2006-11-10 14:02:50 UTC
*ati-drivers-8.27.10 (01 Aug 2006)

  01 Aug 2006; Luca Barbato <lu_zero@gentoo.org>
  +ati-drivers-8.27.10.ebuild:
  New version