Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 84970 - Building and using ati-drivers 8.10.19 on Kernel 2.6.11.2
Summary: Building and using ati-drivers 8.10.19 on Kernel 2.6.11.2
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Luca Barbato
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-12 06:07 UTC by Tobias Klausmann (RETIRED)
Modified: 2005-10-20 03:50 UTC (History)
2 users (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 Tobias Klausmann (RETIRED) gentoo-dev 2005-03-12 06:07:39 UTC
While the build of $Subject works, loading wasn't for me (the driver complaining about an already-loaded drm module). Applying the p1.patch mentioned here:

http://www.rage3d.com/board/showthread.php?t=33806492

Makes it work for me. 3d acceleration works okay (and now runs fglrxgears with 
880fps vs. 840fps before) and so far I've had no stability issues.

I've added patching after all the other patches that are mentioned in the Gentoo beuild, so the (also mentioned) p2.patch wasn't necessary. Actually, it didn't even apply cleanly, so I trimmed it to the last hunk, but that prevented the drm module from building, so I yanked it completely.

Just a heads up to the ati-drivers maintainer.
Comment 1 Luca Barbato gentoo-dev 2005-03-12 06:34:11 UTC
You have to remove the current drm support from the kernel (here the driver is working fine).

the patch you mentioned seems to decrease usage counters not sure if that could cause some nasty side effects, I'd like to fix/remove the drm presence check instead.

Comment 2 Tobias Klausmann (RETIRED) gentoo-dev 2005-03-12 06:49:55 UTC
Well, I've always built everything AGP- or DRM-related as modules, so that din't bite me. I agree with you: fixing the drm check would be the Right Thing™
Comment 3 Gabor Horvath 2005-03-17 00:20:26 UTC
actually, I didn't apply the patch, but setting
up CONFIG_DRM=m, and CONFIG_DRM_RADEON=m, and it works..at least for me.
Comment 4 Luca Barbato gentoo-dev 2005-04-11 04:21:11 UTC
Added the proper checks in the ebuild, but still I didn't patch the code.
Comment 5 Matthew Tippett 2005-08-17 21:35:44 UTC
Please verify with 8.16.
Comment 6 Luca Barbato gentoo-dev 2005-10-20 03:50:30 UTC
should work properly now