LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 03-02-2005, 11:05 PM   #1
stocks29
Member
 
Registered: Mar 2004
Distribution: Ubuntu
Posts: 52

Rep: Reputation: 15
Question Gentoo Ati Radeon 9000 Pro Direct Rendering not working


For the life of my I cannot get direct rendering setup. I have been trying for about a year now on and off and this may be the closest I have gotten. Here is the error message I get:

[drm:radeon_cp_init] *ERROR* radeon_cp_init called without lock held
[drm:radeon_unlock] *ERROR* Process 10191 using kernel context 0


If have been googling forever with no luck. If anyone has any Ideas please let me know. If you need more information I will be happy to provide it.
 
Old 03-03-2005, 11:00 AM   #2
voyciz
Member
 
Registered: Mar 2004
Distribution: Slackware
Posts: 425

Rep: Reputation: 40
Are you using the driver provided by ATI? They're known for not being too great, but still. Are modules agpgart and ati-agp loaded or compiled into the kernel?
 
Old 03-03-2005, 11:49 AM   #3
stocks29
Member
 
Registered: Mar 2004
Distribution: Ubuntu
Posts: 52

Original Poster
Rep: Reputation: 15
I do have the ati-drivers emerged. I have done everything on this page:

Gentoo - 3D Hardware Acceleration

I just checked it last night to make sure also. Here is the output when I run glxinfo:

Code:
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.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 24  0 r  y  .  8  8  8  0  0 16  0  0  0  0  0  1 0 None
0x24 24 tc  0 24  0 r  y  .  8  8  8  0  0 16  8 16 16 16  0  1 0 None
0x25 24 tc  0 32  0 r  y  .  8  8  8  8  0 16  8 16 16 16 16  1 0 None
0x26 24 tc  0 32  0 r  .  .  8  8  8  8  0 16  8 16 16 16 16  1 0 None
0x27 24 dc  0 24  0 r  y  .  8  8  8  0  0 16  0  0  0  0  0  1 0 None
0x28 24 dc  0 24  0 r  y  .  8  8  8  0  0 16  8 16 16 16  0  1 0 None
0x29 24 dc  0 32  0 r  y  .  8  8  8  8  0 16  8 16 16 16 16  1 0 None
0x2a 24 dc  0 32  0 r  .  .  8  8  8  8  0 16  8 16 16 16 16  1 0 None
 
Old 03-03-2005, 12:07 PM   #4
voyciz
Member
 
Registered: Mar 2004
Distribution: Slackware
Posts: 425

Rep: Reputation: 40
What's the output of lsmod?
 
Old 03-03-2005, 01:59 PM   #5
stocks29
Member
 
Registered: Mar 2004
Distribution: Ubuntu
Posts: 52

Original Poster
Rep: Reputation: 15
Here is the lsmod output:

Code:
Module                  Size  Used by
vmnet                  28060  12
vmmon                 166028  0
via_agp                 7680  1
agpgart                27944  1 via_agp
snd_pcm_oss            48040  0
snd_mixer_oss          17408  3 snd_pcm_oss
snd_seq_oss            33792  0
snd_seq_midi_event      6400  1 snd_seq_oss
snd_seq                50192  4 snd_seq_oss,snd_seq_midi_event
snd_via82xx            23616  2
snd_ac97_codec         73312  1 snd_via82xx
snd_pcm                82568  3 snd_pcm_oss,snd_via82xx,snd_ac97_codec
snd_timer              21508  2 snd_seq,snd_pcm
snd_page_alloc          7688  2 snd_via82xx,snd_pcm
snd_mpu401_uart         6528  1 snd_via82xx
snd_rawmidi            20544  1 snd_mpu401_uart
snd_seq_device          7308  3 snd_seq_oss,snd_seq,snd_rawmidi
snd                    47716  11 snd_pcm_oss,snd_mixer_oss,snd_seq_oss,snd_seq,snd_via82xx,snd_ac97_codec,snd_pcm,snd_timer,snd_mpu401_uart,snd_rawmidi,snd_seq_device
iptable_raw             1792  0
ipt_NOTRACK             1792  0
Thank you for looking in to this! I really appreciate it!
 
Old 03-03-2005, 02:29 PM   #6
voyciz
Member
 
Registered: Mar 2004
Distribution: Slackware
Posts: 425

Rep: Reputation: 40
Looks like that's fine. Sorry man, I don't know what could be the problem here. You sure you downloaded the correct driver from ati.com? I think the driver also comes with a utility to set up the xorg.conf file...maybe try that? Sorry, don't know. Thanks for that link though, I increased my fps from 1040 to 1435. Keep searching though, I haven't run into a problem yet that wasn't solved through persistence. Maybe there's a fix in 2.6.10 for this?
 
Old 03-03-2005, 04:14 PM   #7
stocks29
Member
 
Registered: Mar 2004
Distribution: Ubuntu
Posts: 52

Original Poster
Rep: Reputation: 15
Thanks for the effort. I'm going to compile the new kernel tonight. I'll post the results. I actually didn't download the drivers from ati, but emerged them. So there might be a newer version that is masked, but I don't think so. I'll take a look tho and I'm glad you jacked up your fps, thats awesome!
 
Old 03-03-2005, 05:52 PM   #8
stocks29
Member
 
Registered: Mar 2004
Distribution: Ubuntu
Posts: 52

Original Poster
Rep: Reputation: 15
So for anyone who cares, i compiled the new kernel (2.6.10-r6) and still no luck.....any ideas?
 
Old 03-03-2005, 09:18 PM   #9
ironwalker
Member
 
Registered: Feb 2003
Location: 1st hop-NYC/NewJersey shore,north....2nd hop-upstate....3rd hop-texas...4th hop-southdakota(sturgis)...5th hop-san diego.....6th hop-atlantic ocean! Final hop-resting in dreamland dreamwalking and meeting new people from past lives...gd' night.
Distribution: Siduction, the only way to do Debian Unstable
Posts: 506

Rep: Reputation: Disabled
http://odin.prohosting.com/wedge01/g...adeon-faq.html

http://gentoo-wiki.com/HOWTO_ATI_Drivers

http://www.thinkwiki.org/Fglrx


Some things for what ails ya....good luck and report back any further problems or questions.
 
Old 03-05-2005, 03:50 PM   #10
stocks29
Member
 
Registered: Mar 2004
Distribution: Ubuntu
Posts: 52

Original Poster
Rep: Reputation: 15
I really want to thank ironwalker for those links. The first one helped me out immensely. It is actually working now. I played quake and loved every minute of it! Thanks again. I am using xorg 6.8 so I had to follow the directions pretty explicitly. It wouldn't work at first, complaining that a device didn't exist. So I commented out the pci address and it worked fine.

Thanks again everyene, 7 months solved in 1 link.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Direct Rendering (ATI Radeon) xbuzz Linux - Newbie 8 06-03-2005 05:38 PM
radeon 9000 pro... "direct rendering: yes" but no 3D acceleration in fact cpukiller Linux - Hardware 0 08-08-2004 09:34 PM
enable 3d support ati radeon 9000 pro... almost working but... cpukiller Linux - Hardware 0 08-06-2004 06:20 PM
ATI Radeon 9600 pro, Mandrake 10.0, Nforce2 Mobo, no direct rendering :( DarkNebula Linux - Hardware 10 06-01-2004 11:16 AM
Radeon 9800 Pro w/ KT400 chipset Direct Rendering not working nemesis636 Linux - Hardware 7 12-22-2003 09:16 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 12:18 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration