Gentoo Archives: gentoo-user

From: Richard Fish <bigfish@××××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] struggling with dri
Date: Mon, 10 Oct 2005 14:53:44
Message-Id: 434A7F3F.90900@asmallpond.org
In Reply to: Re: [gentoo-user] struggling with dri by Michael Taylor
1 Michael Taylor wrote:
2
3 > unsubscribe
4 >
5 > On 10/10/05, *Fernando Meira* <fmeira@×××××.com
6 > <mailto:fmeira@×××××.com>> wrote:
7 >
8 > On 10/10/05, *Jason Cooper* <gentoo@××××××××××.net
9 > <mailto:gentoo@××××××××××.net>> wrote:
10 >
11 > Fernando Meira (fmeira@×××××.com <mailto:fmeira@×××××.com>)
12 > scribbled:
13 >> Yes, they were not 0666 but instead 0660. I changed them,
14 > rebooted, and
15 >> they're back to 0660 :(
16 >
17 > cd into /etc/udev/rules.d/ and make a file called
18 > 10-local.rules . Add
19 > the 'dri' lines from 50-udev.rules. Append to the end of each
20 > line
21 > "MODE=0666"
22 >
23 >> Anyway, I don't think it is a permissions problem, because I
24 > get the same
25 >> result if I run glxinfo with root... or is it?
26 >
27 > Make sure the module for your agpgart is loaded _before_ the
28 > radeon
29 > module.
30 >
31 > hth,
32 >
33 > jason.
34 >
35 >
36 > Ok, I did so, now I have:
37 > # ll /dev/dri/card0
38 > crw-rw-rw- 1 root root 226, 0 Oct 10 2005 /dev/dri/card0
39 >
40 > but still no rendering:
41 > # glxinfo | grep rendering
42 > direct rendering: No
43 >
44 > anything else I should check?
45 > Thanks,
46 > Fernando
47 >
48 >
49
50 Well, I wouldn't do anything so drastic as unsubscribing... :-)
51
52 When you run glxinfo, what is your DISPLAY variable set to? DRI doesn't
53 work across a network, so it should be DISPLAY=:0.0
54
55 Also for reference, my "dri" section from xorg.conf:
56
57 Section "dri"
58 Group "graphics"
59 Mode 0660
60 EndSection
61
62 Notice that I specify the Group. My account is then a member of the the
63 "graphics" group.
64
65 HTH,
66 -Richard
67 --
68 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] struggling with dri Fernando Meira <fmeira@×××××.com>