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
Wow.. unsubscribe is kinda drastic... I'd end up with no dri and no one to ask for help :)
My display is 0.0 (as you can see bellow the complete output of glxinfo.
I don't have specified the group in xorg, but I added my user to "video" and set the mode to 0666 which allows all users...
it's hard to believe that's something to do with permissions.. but anyway, I'll try it.. i don't have anything to loose.. Thanks!
Meanwhile, any other ideas?
name of display: :0.0
display: :0 screen: 0
direct rendering: No
server glx vendor string: SGI
server glx version string: 1.2
server glx extensions:
GLX_ARB_multisample, GLX_EXT_visual_info, GLX_EXT_visual_rating,
GLX_EXT_import_context, GLX_OML_swap_method, GLX_SGI_make_current_read,
GLX_SGIS_multisample, GLX_SGIX_fbconfig
client glx vendor string: ATI
client glx version string: 1.3
client glx extensions:
GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_EXT_import_context,
GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_ATI_pixel_format_float,
GLX_ATI_render_texture
GLX extensions:
GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_EXT_import_context,
GLX_ARB_multisample
OpenGL vendor string: Mesa project: www.mesa3d.org
OpenGL renderer string: Mesa GLX Indirect
OpenGL version string: 1.2 (1.5 Mesa 6.2.1)
OpenGL extensions:
GL_ARB_imaging, GL_ARB_multitexture, GL_ARB_texture_border_clamp,
GL_ARB_texture_cube_map, GL_ARB_texture_env_add,
GL_ARB_texture_env_combine, GL_ARB_texture_env_dot3,
GL_ARB_transpose_matrix, GL_EXT_abgr, GL_EXT_blend_color,
GL_EXT_blend_minmax, GL_EXT_blend_subtract, GL_EXT_texture_env_add,
GL_EXT_texture_env_combine, GL_EXT_texture_env_dot3,
GL_EXT_texture_lod_bias
glu version: 1.3
glu extensions:
GLU_EXT_nurbs_tessellator, GLU_EXT_object_space_tess
visual x bf lv rg d st colorbuffer ax dp st accumbuffer ms cav
id dep cl sp sz l ci b ro r g b a bf th cl r g b a ns b eat
----------------------------------------------------------------------
0x23 24 tc 0 32 0 r . . 8 8 8 8 0 24 0 0 0 0 0 1 0 None
0x24 24 tc 0 32 0 r . . 8 8 8 8 0 24 8 0 0 0 0 1 0 None
0x25 24 tc 0 32 0 r . . 8 8 8 8 0 24 0 16 16 16 16 1 0 Slow
0x26 24 tc 0 32 0 r . . 8 8 8 8 0 24 8 16 16 16 16 1 0 Slow
0x27 24 tc 0 32 0 r y . 8 8 8 8 0 24 0 0 0 0 0 1 0 None
0x28 24 tc 0 32 0 r y . 8 8 8 8 0 24 8 0 0 0 0 1 0 None
0x29 24 tc 0 32 0 r y . 8 8 8 8 0 24 0 16 16 16 16 1 0 Slow
0x2a 24 tc 0 32 0 r y . 8 8 8 8 0 24 8 16 16 16 16 1 0 Slow
0x2b 24 dc 0 32 0 r . . 8 8 8 8 0 24 0 0 0 0 0 1 0 None
0x2c 24 dc 0 32 0 r . . 8 8 8 8 0 24 8 0 0 0 0 1 0 None
0x2d 24 dc 0 32 0 r . . 8 8 8 8 0 24 0 16 16 16 16 1 0 Slow
0x2e 24 dc 0 32 0 r . . 8 8 8 8 0 24 8 16 16 16 16 1 0 Slow
0x2f 24 dc 0 32 0 r y . 8 8 8 8 0 24 0 0 0 0 0 1 0 None
0x30 24 dc 0 32 0 r y . 8 8 8 8 0 24 8 0 0 0 0 1 0 None
0x31 24 dc 0 32 0 r y . 8 8 8 8 0 24 0 16 16 16 16 1 0 Slow
0x32 24 dc 0 32 0 r y . 8 8 8 8 0 24 8 16 16 16 16 1 0 Slow