Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 134087 - Information missing from the DRI howto documentation
Summary: Information missing from the DRI howto documentation
Status: RESOLVED INVALID
Alias: None
Product: [OLD] Docs on www.gentoo.org
Classification: Unclassified
Component: Other documents (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Docs Team
URL: http://www.gentoo.org/doc/en/dri-howt...
Whiteboard:
Keywords:
: 134088 134089 (view as bug list)
Depends on:
Blocks:
 
Reported: 2006-05-23 01:16 UTC by krudyard
Modified: 2006-09-03 20:23 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 krudyard 2006-05-23 01:16:26 UTC
Using gentoo-sources-2.6.16-r7 kernel.
http://www.gentoo.org/doc/en/dri-howto.xml
Seems at least one thing is missing from the guide: in order to emerge
x11-drm one must first set something like
VIDEO_CARDS="video_cards_radeon"
in the /etc/make.conf file.
Furthermore, when I simply set
VIDEO_CARDS="radeon"
as per the output of the emerge without any VIDEO_CARDS set, the x11-drm package did not compile. However it compiled successfully with
VIDEO_CARDS="video_cards_radeon"
None of these complications are hinted at in the guide.

Still, even after the installation of the x11-drm package using VIDEO_CARDS="video_cards_radeon"
the module was missing. No further hints as to what may be wrong are given in the howto.
Comment 1 Xavier Neys (RETIRED) gentoo-dev 2006-05-23 01:54:30 UTC
*** Bug 134089 has been marked as a duplicate of this bug. ***
Comment 2 Xavier Neys (RETIRED) gentoo-dev 2006-05-23 01:54:37 UTC
*** Bug 134088 has been marked as a duplicate of this bug. ***
Comment 3 nm (RETIRED) gentoo-dev 2006-05-23 06:33:07 UTC
(In reply to comment #0)
What version of Portage are you using, what version/arch of x11-drm are you trying to emerge, and for what version of X11?
Comment 4 krudyard 2006-06-08 20:15:25 UTC
(In reply to comment #3)
> (In reply to comment #0)
> What version of Portage are you using, what version/arch of x11-drm are you
> trying to emerge, and for what version of X11?
> 
I am trying to emerge 

x11-base/x11-drm 20050502

for 

xorg-x11 6.8.2-r7

using 

portage 2.0.54-r2
Comment 5 nm (RETIRED) gentoo-dev 2006-08-30 20:37:18 UTC
Any progress on this? The new portage and X11 fully support the proper syntax now. Still a problem, or can this be closed?
Comment 6 nm (RETIRED) gentoo-dev 2006-09-03 20:23:07 UTC
I spoke to the guru of all things drm and X11 and modular X and video card checking (dberkholz++) on IRC, and he confirmed that you really shouldn't be setting the things you did.

Before emerging, you should have checked with "emerge -pvt" to see what variables the ebuild looks for in /etc/make.conf; that would tell you whether to do it by USE flags or by VIDEO_CARDS.

Next time, try emerge -pvt <package> ; it's quite a lifesaver.