LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 688|回复: 2

求解惑,关于r600/r700的开源驱动的3d问题。

[复制链接]
发表于 2009-11-29 00:53:08 | 显示全部楼层 |阅读模式
用arch源里的默认包,始终是软件加速的,不过fedora12里边开源驱动的dri在我的780g上是可用的,证明现在完全可以打开。于是乎,我编译了个2.6.32的内核,用上后,kms正常,但dri不正常,glxinfo显示dri2已经打开,但glxgears运行报错,可能部分包需要重新编译下?谁给点建议?现在手机发帖,清早帖运行结果。
  1. [root@HomeServer ~]# glxinfo
  2. name of display: :0.0
  3. IRQ's not enabled, falling back to busy waits: 2 0
  4. display: :0  screen: 0
  5. direct rendering: Yes
  6. server glx vendor string: SGI
  7. server glx version string: 1.2
  8. server glx extensions:
  9.     GLX_ARB_multisample, GLX_EXT_import_context, GLX_EXT_texture_from_pixmap,
  10.     GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_MESA_copy_sub_buffer,
  11.     GLX_OML_swap_method, GLX_SGI_make_current_read, GLX_SGIS_multisample,
  12.     GLX_SGIX_fbconfig, GLX_SGIX_pbuffer, GLX_SGIX_visual_select_group
  13. client glx vendor string: SGI
  14. client glx version string: 1.4
  15. client glx extensions:
  16.     GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_import_context,
  17.     GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_MESA_allocate_memory,
  18.     GLX_MESA_copy_sub_buffer, GLX_MESA_swap_control,
  19.     GLX_MESA_swap_frame_usage, GLX_OML_swap_method, GLX_OML_sync_control,
  20.     GLX_SGI_make_current_read, GLX_SGI_swap_control, GLX_SGI_video_sync,
  21.     GLX_SGIS_multisample, GLX_SGIX_fbconfig, GLX_SGIX_pbuffer,
  22.     GLX_SGIX_visual_select_group, GLX_EXT_texture_from_pixmap
  23. GLX version: 1.2
  24. GLX extensions:
  25.     GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_import_context,
  26.     GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_MESA_copy_sub_buffer,
  27.     GLX_MESA_swap_frame_usage, GLX_OML_swap_method, GLX_SGI_make_current_read,
  28.     GLX_SGIS_multisample, GLX_SGIX_fbconfig, GLX_SGIX_pbuffer,
  29.     GLX_SGIX_visual_select_group
  30. OpenGL vendor string: Advanced Micro Devices, Inc.
  31. OpenGL renderer string: Mesa DRI R600 (RS780 9610) 20090101  TCL
  32. OpenGL version string: 1.4 Mesa 7.6
  33. OpenGL extensions:
  34.     GL_ARB_depth_texture, GL_ARB_draw_buffers, GL_ARB_fragment_program,
  35.     GL_ARB_imaging, GL_ARB_multisample, GL_ARB_multitexture,
  36.     GL_ARB_point_parameters, GL_ARB_shadow, GL_ARB_shadow_ambient,
  37.     GL_ARB_texture_border_clamp, GL_ARB_texture_compression,
  38.     GL_ARB_texture_cube_map, GL_ARB_texture_env_add,
  39.     GL_ARB_texture_env_combine, GL_ARB_texture_env_crossbar,
  40.     GL_ARB_texture_env_dot3, GL_MESAX_texture_float,
  41.     GL_ARB_texture_mirrored_repeat, GL_ARB_texture_rectangle,
  42.     GL_ARB_transpose_matrix, GL_ARB_vertex_buffer_object,
  43.     GL_ARB_vertex_program, GL_ARB_window_pos, GL_EXT_abgr, GL_EXT_bgra,
  44.     GL_EXT_blend_color, GL_EXT_blend_equation_separate,
  45.     GL_EXT_blend_func_separate, GL_EXT_blend_logic_op, GL_EXT_blend_minmax,
  46.     GL_EXT_blend_subtract, GL_EXT_compiled_vertex_array, GL_EXT_convolution,
  47.     GL_EXT_copy_texture, GL_EXT_draw_range_elements, GL_EXT_fog_coord,
  48.     GL_EXT_gpu_program_parameters, GL_EXT_histogram, GL_EXT_multi_draw_arrays,
  49.     GL_EXT_packed_depth_stencil, GL_EXT_packed_pixels,
  50.     GL_EXT_point_parameters, GL_EXT_polygon_offset, GL_EXT_rescale_normal,
  51.     GL_EXT_secondary_color, GL_EXT_separate_specular_color,
  52.     GL_EXT_shadow_funcs, GL_EXT_stencil_two_side, GL_EXT_stencil_wrap,
  53.     GL_EXT_subtexture, GL_EXT_texture, GL_EXT_texture3D,
  54.     GL_EXT_texture_edge_clamp, GL_EXT_texture_env_add,
  55.     GL_EXT_texture_env_combine, GL_EXT_texture_env_dot3,
  56.     GL_EXT_texture_filter_anisotropic, GL_EXT_texture_lod_bias,
  57.     GL_EXT_texture_mirror_clamp, GL_EXT_texture_object,
  58.     GL_EXT_texture_rectangle, GL_EXT_vertex_array, GL_APPLE_packed_pixels,
  59.     GL_ATI_blend_equation_separate, GL_ATI_texture_env_combine3,
  60.     GL_ATI_texture_mirror_once, GL_ATI_separate_stencil,
  61.     GL_IBM_multimode_draw_arrays, GL_IBM_rasterpos_clip,
  62.     GL_IBM_texture_mirrored_repeat, GL_INGR_blend_func_separate,
  63.     GL_MESA_pack_invert, GL_MESA_ycbcr_texture, GL_MESA_window_pos,
  64.     GL_NV_blend_square, GL_NV_light_max_exponent, GL_NV_texture_rectangle,
  65.     GL_NV_texgen_reflection, GL_NV_vertex_program, GL_OES_read_format,
  66.     GL_SGI_color_matrix, GL_SGI_color_table, GL_SGIS_generate_mipmap,
  67.     GL_SGIS_texture_border_clamp, GL_SGIS_texture_edge_clamp,
  68.     GL_SGIS_texture_lod, GL_SUN_multi_draw_arrays
  69. 8 GLX Visuals
  70.    visual  x  bf lv rg d st colorbuffer ax dp st accumbuffer  ms  cav
  71. id dep cl sp sz l  ci b ro  r  g  b  a bf th cl  r  g  b  a ns b eat
  72. ----------------------------------------------------------------------
  73. 0x21 24 tc  0 32  0 r  y  .  8  8  8  8  0 24  8  0  0  0  0  0 0 None
  74. 0x22 24 dc  0 32  0 r  y  .  8  8  8  8  0 24  8  0  0  0  0  0 0 None
  75. 0x72 24 tc  0 32  0 r  .  .  8  8  8  8  0 24  8 16 16 16 16  0 0 Slow
  76. 0x73 24 tc  0 32  0 r  y  .  8  8  8  8  0 24  8 16 16 16 16  0 0 Slow
  77. 0x74 24 dc  0 32  0 r  .  .  8  8  8  8  0 24  8  0  0  0  0  0 0 None
  78. 0x75 24 dc  0 32  0 r  .  .  8  8  8  8  0 24  8 16 16 16 16  0 0 Slow
  79. 0x76 24 dc  0 32  0 r  y  .  8  8  8  8  0 24  8 16 16 16 16  0 0 Slow
  80. 0x69 32 tc  0 32  0 r  .  .  8  8  8  8  0 24  8  0  0  0  0  0 0 Ncon
  81. 8 GLXFBConfigs:
  82.    visual  x  bf lv rg d st colorbuffer ax dp st accumbuffer  ms  cav
  83. id dep cl sp sz l  ci b ro  r  g  b  a bf th cl  r  g  b  a ns b eat
  84. ----------------------------------------------------------------------
  85. 0x6a  0 tc  0 32  0 r  .  .  8  8  8  8  0 24  8  0  0  0  0  0 0 None
  86. 0x6b  0 tc  0 32  0 r  .  .  8  8  8  8  0 24  8 16 16 16 16  0 0 Slow
  87. 0x6c  0 tc  0 32  0 r  y  .  8  8  8  8  0 24  8  0  0  0  0  0 0 None
  88. 0x6d  0 tc  0 32  0 r  y  .  8  8  8  8  0 24  8 16 16 16 16  0 0 Slow
  89. 0x6e  0 dc  0 32  0 r  .  .  8  8  8  8  0 24  8  0  0  0  0  0 0 None
  90. 0x6f  0 dc  0 32  0 r  .  .  8  8  8  8  0 24  8 16 16 16 16  0 0 Slow
  91. 0x70  0 dc  0 32  0 r  y  .  8  8  8  8  0 24  8  0  0  0  0  0 0 None
  92. 0x71  0 dc  0 32  0 r  y  .  8  8  8  8  0 24  8 16 16 16 16  0 0 Slow
复制代码
  1. [root@HomeServer ~]# glxgears
  2. IRQ's not enabled, falling back to busy waits: 2 0
  3. drmRadeonCmdBuffer: -22. Kernel failed to parse or rejected command stream. See dmesg for more info.
复制代码
  1. [drm] Setting GART location based on new memory map
  2. [drm] Loading RS780 CP Microcode
  3. platform r600_cp.0: firmware: using built-in firmware radeon/RS780_pfp.bin
  4. platform r600_cp.0: firmware: using built-in firmware radeon/RS780_me.bin
  5. [drm] Resetting GPU
  6. [drm] writeback test succeeded in 1 usecs
  7. [drm:r600_cs_packet_next_reloc_nomm] *ERROR* No packet3 for relocation for packet at 47.
  8. [drm:r600_packet3_check] *ERROR* bad SET_CONTEXT_REG 0x28014
  9. [drm:r600_cs_legacy] *ERROR* Invalid command stream !
  10. [drm:r600_cs_packet_next_reloc_nomm] *ERROR* No packet3 for relocation for packet at 47.
  11. [drm:r600_packet3_check] *ERROR* bad SET_CONTEXT_REG 0x28014
  12. [drm:r600_cs_legacy] *ERROR* Invalid command stream !
复制代码
发表于 2009-11-29 02:47:48 | 显示全部楼层
mesa xf86-video-ati必须必须要是git版才支持你的显卡KMS+3D。。

libdrm最好也用git版本
回复 支持 反对

使用道具 举报

发表于 2009-11-29 08:39:37 | 显示全部楼层
glproto-git, dri2proto-git
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表