Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 47154 - ati-drivers need update to suport xorg-x11 xserver
Summary: ati-drivers need update to suport xorg-x11 xserver
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High blocker (vote)
Assignee: Gentoo X packagers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-04-07 15:49 UTC by Gustavo Ribeiro Alves
Modified: 2004-04-08 06:30 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 Gustavo Ribeiro Alves 2004-04-07 15:49:34 UTC
I manually removed the dependancy from the xfree on the 3.7.6 version of the driver and it worked with xorg-x11-6.7. Some aditional stuff needed to be done thought:

create a simbolic link from /usr/lib/opengl/ati/extensions to /usr/lib/opengl/xorg-x11/extensions. I don't know if the requirement for doing this is a bug with xorg-x11 or not.

Anyway the driver works OK and every opengl application I tried is running fine.

Reproducible: Always
Steps to Reproduce:
Comment 1 Donnie Berkholz (RETIRED) gentoo-dev 2004-04-07 22:15:46 UTC
Fixed in 3.7.6-r1
Comment 2 Gustavo Ribeiro Alves 2004-04-08 00:52:59 UTC
I just noticed that it might also be needed to add a symlink to the include directory on opengl/xorg-x11 at opengl/ati otherwise some packages may fail to compile (as I've just seen happening with games-strategy/scorched3d).
Comment 3 Donnie Berkholz (RETIRED) gentoo-dev 2004-04-08 06:30:06 UTC
From the 3.7.6-r1 ebuild:
    dosym ../${X11_IMPLEM}/include ${ATI_ROOT}/include
    dosym ../${X11_IMPLEM}/extensions ${ATI_ROOT}/extensions