Gentoo Archives: gentoo-user

From: Fernando Meira <fmeira@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] struggling with dri
Date: Wed, 12 Oct 2005 20:08:06
Message-Id: a3c2e88b0510121302r6a4d73bfg10d38dd053352466@mail.gmail.com
In Reply to: Re: [gentoo-user] struggling with dri by Robert Svoboda
1 On 10/12/05, Robert Svoboda <r080@×××××.cz> wrote:
2 >
3 > * Fernando Meira <fmeira@×××××.com> [2005-10-09 23:10]:
4 > > Hi,
5 >
6 > Hi,
7 >
8 > > I know this is a well discussed topic.. but I can't find answer to my
9 > > problem.. and I'm completely lost in all mails/forums..
10 > >
11 > > I have a ATI Technologies Inc Radeon Mobility M6 LY and I been using
12 > > "radeon" driver from kernel.
13 >
14 > I have M7 LW but they are very similar I believe...
15 >
16 > > In order to enable rendering, I been looking around and after no success
17 > I
18 > > was told that I should use fglrx driver from proprietary ATI-drivers!
19 > Tried
20 > > it, but no deal! Then I was again told that these drivers were not to my
21 > > card, and that radeon should made it.
22 >
23 > Yes, I think so.
24 >
25 > > So, I'm back to radeon but still no rendering. However, there's noting
26 > > saying the opposite unless:
27 > > # glxinfo | grep -i rendering
28 > > direct rendering: No
29 >
30 > [...]
31 >
32 > Did you compile agp, drm, radeon into kernel or as modules?
33 > There are some issues (or at least there were) with this.
34 >
35 > Mine works like this:
36 > CONFIG_AGP=y
37 > CONFIG_AGP_INTEL=y
38 > CONFIG_DRM=y
39 > CONFIG_DRM_RADEON=y
40 >
41 > (Some people suggest compiling radeon as module but it works
42 > for me this way)
43
44
45 I've already tried this both sets:
46 CONFIG_AGP=m
47 CONFIG_AGP_INTEL=m
48 CONFIG_DRM=m
49 CONFIG_DRM_RADEON=m
50
51 and
52
53 CONFIG_AGP=y
54 CONFIG_AGP_INTEL=m
55 CONFIG_DRM=y
56 CONFIG_DRM_RADEON=m
57
58 with no success... I'll try what works for you.. thanks!!
59 I'll post the results as soon as I have them!
60
61 Any dmesg output?
62
63
64 For what I've tried until now, there's no sign of errors or weird stuff..
65 all looks fine..
66
67 Cheers,
68 Fernando