Gentoo Archives: gentoo-user

From: Fernando Meira <fmeira@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] struggling with dri
Date: Mon, 10 Oct 2005 14:07:21
Message-Id: a3c2e88b0510100703h252b613bta8c6be62780d6676@mail.gmail.com
In Reply to: Re: [gentoo-user] struggling with dri by Jason Cooper
1 On 10/10/05, Jason Cooper <gentoo@××××××××××.net> wrote:
2 >
3 > Fernando Meira (fmeira@×××××.com) scribbled:
4 > > Yes, they were not 0666 but instead 0660. I changed them, rebooted, and
5 > > they're back to 0660 :(
6 >
7 > cd into /etc/udev/rules.d/ and make a file called 10-local.rules . Add
8 > the 'dri' lines from 50-udev.rules. Append to the end of each line
9 > "MODE=0666"
10 >
11 > > Anyway, I don't think it is a permissions problem, because I get the
12 > same
13 > > result if I run glxinfo with root... or is it?
14 >
15 > Make sure the module for your agpgart is loaded _before_ the radeon
16 > module.
17 >
18 > hth,
19 >
20 > jason.
21
22
23 Ok, I did so, now I have:
24 # ll /dev/dri/card0
25 crw-rw-rw- 1 root root 226, 0 Oct 10 2005 /dev/dri/card0
26
27 but still no rendering:
28 # glxinfo | grep rendering
29 direct rendering: No
30
31 anything else I should check?
32 Thanks,
33 Fernando

Replies

Subject Author
Re: [gentoo-user] struggling with dri Michael Taylor <michaelet@×××××.com>