Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 192125 - x11-base/xorg-server-1.4 breaks ati-drivers
Summary: x11-base/xorg-server-1.4 breaks ati-drivers
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-11 11:18 UTC by Le retraité
Modified: 2007-09-11 11:48 UTC (History)
0 users

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 Le retraité 2007-09-11 11:18:38 UTC
I know the new xorg-server breaks the previous ABI and so drivers need to be recompiled, I've done so for x11-drivers/xf86-input-mouse, but there's no x11-drivers/xf86-video-radeon to rebuild...

cat /var/log/Xorg.0.log | grep EE
(EE) module ABI major version (1) doesn't match the server's version (2)
(EE) Failed to load module "radeon" (module requirement mismatch, 0)
(EE) No drivers available.

Any idea ?

Regards.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-09-11 11:21:19 UTC

*** This bug has been marked as a duplicate of bug 191872 ***
Comment 2 Le retraité 2007-09-11 11:35:34 UTC
Re-close the bug as duplicate if I'm wrong but, bug 191872 says:

module ABI version (1) doesnt match the servers version (2)
failed to load module "fglrx" (module requirement mismatch, 0)

I'm not using the 'fglrx' driver, but the 'radeon' one, I mean not the proprietary driver but the opensource one.

There's nothing you can do about it for the proprietary driver (i.e. wait for ATI to release a new one), but the opensource one might just need to be recompiled.

However, until now, all I had to do to use the opensource radeon driver for my R200 card was to have VIDEO_CARDS="radeon" in /etc/make.conf, but I have no idea what do I need to recompil now to make it works with x11-base/xorg-server-1.4 (as explained in my first message, no x11-drivers/xf86-video-radeon)
Comment 3 Jakub Moc (RETIRED) gentoo-dev 2007-09-11 11:38:44 UTC
Except that it's called x11-drivers/xf86-video-ati; please don't abuse bugzilla for trivial support questions.
Comment 4 Le retraité 2007-09-11 11:48:00 UTC
Sorry, since 'ati' and 'radeon' are to different driver in xorg.conf, I didn't know they were in the same ebuild. Thanks.