Michael Taylor wrote:

unsubscribe

On 10/10/05, *Fernando Meira* <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>> wrote:

    On 10/10/05, *Jason Cooper* <[EMAIL PROTECTED]
    <mailto:[EMAIL PROTECTED]>> wrote:

        Fernando Meira ([EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>)
        scribbled:
Yes, they were not 0666 but instead 0660. I changed them,
        rebooted, and
they're back to 0660 :(

        cd into /etc/udev/rules.d/ and make a file called
        10-local.rules .  Add
        the 'dri' lines from 50-udev.rules.  Append to the end of each
        line
        "MODE=0666"

Anyway, I don't think it is a permissions problem, because I
        get the same
result if I run glxinfo with root... or is it?

        Make sure the module for your agpgart is loaded _before_ the
        radeon
        module.

        hth,

        jason.


    Ok, I did so, now I have:
    # ll /dev/dri/card0
    crw-rw-rw-  1 root root 226, 0 Oct 10  2005 /dev/dri/card0

    but still no rendering:
    # glxinfo | grep rendering
    direct rendering: No

    anything else I should check?
    Thanks,
    Fernando



Well, I wouldn't do anything so drastic as unsubscribing... :-)

When you run glxinfo, what is your DISPLAY variable set to? DRI doesn't work across a network, so it should be DISPLAY=:0.0

Also for reference, my "dri" section from xorg.conf:

Section "dri"
       Group "graphics"
       Mode 0660
EndSection

Notice that I specify the Group. My account is then a member of the the "graphics" group.

HTH,
-Richard
--
gentoo-user@gentoo.org mailing list

Reply via email to