Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 66819 - Up and down with xorg and ATI.
Summary: Up and down with xorg and ATI.
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo X packagers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-08 15:49 UTC by Robert Muchacki (RETIRED)
Modified: 2005-10-12 20:43 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Robert Muchacki (RETIRED) gentoo-dev 2004-10-08 15:49:09 UTC
I'm using the latest ati-drivers and the latest xorg - everyone knows, they don't work well. But, I think portage should "think" better and not do things like this:

     Mon Sep 20 23:03:05 2004 >>> x11-base/xorg-x11-6.8.0-r1
     Fri Sep 24 23:50:46 2004 >>> x11-base/xorg-x11-6.7.0-r2
     Mon Sep 27 23:11:48 2004 >>> x11-base/xorg-x11-6.8.0-r1
     Sun Oct  3 17:48:15 2004 >>> x11-base/xorg-x11-6.7.0-r2
     Tue Oct  5 22:05:39 2004 >>> x11-base/xorg-x11-6.8.0-r1
     Thu Oct  7 22:28:01 2004 >>> x11-base/xorg-x11-6.7.0-r2
     Fri Oct  8 15:46:12 2004 >>> x11-base/xorg-x11-6.8.0-r1

As you can notice, every once and a while I have to downgrade to xorg-x11-6.7.0 and then I get back to 6.8.0. Everything works fine :) Thank God, I have ccache ;]

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Scott Marks 2004-10-11 17:28:18 UTC
The problem here is that 6.8.0 is newer than 6.7.0, so it wants to replace it, and does. But then ati-drivers don't want anything later than 6.7.99, so they switch it back. You should be seeing the flip-flop on every emerge -uDp world or similar. I have observed that the 6.8.0 driver-r1 driver *DOES* seem to work, in fact works better, with the latest ati-drivers, so I have been using a locally-patched ebuild that specifies >=6.8.0 instead of <6.7.99.
Comment 2 Donnie Berkholz (RETIRED) gentoo-dev 2005-10-12 20:43:10 UTC
Should be fixed now.