Gentoo Archives: gentoo-user

From: Bo Andresen <bo.andresen@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] 3d rendering with dri radeon
Date: Sun, 26 Feb 2006 04:44:48
Message-Id: 200602260539.57519.bo.andresen@gmail.com
In Reply to: Re: [gentoo-user] 3d rendering with dri radeon by Bruce Burden
1 On Sunday 26 February 2006 05:02, Bruce Burden wrote:
2 > Okay, I have decided to use the xorg DRM module. However, I am
3 > still doing something wrong:
4
5 First of all did you follow the guide at http://www.gentoolinux.org/doc/en/dri-howto.xml ? Or any other guide?
6
7 Assuming you used the guided above:
8
9 1) Could you post the output of:
10 zcat /proc/config.gz | grep 'MTRR\|AGP\|DRM'
11
12 2) What version of x11-drm are you using? Did you set VIDEO_CARDS="ati" in make.conf (or on the command line while emerge x11-drm)? BTW what version of xorg-x11?
13
14 3) What does the Module section of your xorg.conf look like?
15
16 > I have:
17 >
18 > Section "Device"
19 > Identifier "X600"
20 > Driver "radeon"
21 > VendorName "ATI Technologies Inc"
22 > BoardName "RV350 [MOBILITY RADEON X600]"
23 > BusID "PCI:1:0:0"
24 > EndSection
25 >
26 > for the xorg.conf entry. Should it be "ati"?
27
28 No.
29
30 > # lsmod
31 > Module Size Used by
32 > radeon 98464 0
33 > drm 61592 1 radeon
34 > intel_agp 18332 1
35 > agpgart 27216 2 drm,intel_agp
36 [SNIP]
37
38 Looks all right.
39
40 --
41 Bo Andresen