LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   ATI Radeon 9250 + Slackware64 13.37 (https://www.linuxquestions.org/questions/slackware-14/ati-radeon-9250-slackware64-13-37-a-897891/)

beyondken 08-17-2011 12:54 PM

ATI Radeon 9250 + Slackware64 13.37
 
Hi all!
I'm having some problems installing 9250 drivers.
I've downloaded all the installer options for x86_64, the first .run didnt work, it says "Unable to find X" something like that.
Then I converted the RPM to TGZ and used INSTALLPKG command. It installed with no errors... now what?
Before this I had 85 fps in glxgears (vertical sync to 85hz) but in fullscreen fps dropped to 42fps :( while in PCBSD without vsync I had a lot more fps... (thousands)
After installpkg fglrx... I think nothing happend really but now I run glxinfo and it says direct rendering: no
and glxgears gives an error "Xlib: extension "XFree86-DRI" missing on display ":0.0"."
but still 85 fps (actually the first 5 sec it get about 89fps) anyway glxgears now is ugly and seems like its 1fps instead of 85... not smooth.
Sorry for my english :(

the3dfxdude 08-17-2011 01:37 PM

Don't install catalyst/fglrx. Use the radeon/r200 DRI linux drivers that come by default from Slackware 13.37.

beyondken 08-17-2011 01:47 PM

Quote:

Originally Posted by the3dfxdude (Post 4445835)
Don't install catalyst/fglrx. Use the radeon/r200 DRI linux drivers that come by default from Slackware 13.37.

How do I install radeon/r200?

the3dfxdude 08-17-2011 02:08 PM

Forgive me if I make a mistake (I haven't installed slackware in years... only ever upgrade), but the driver comes by default with slackware. You don't even need to have an xorg.conf file anymore either.

Uninstall any remnant of fglrx, move out xorg.conf if it's in /etc/X11 (xorg.conf.d is fine to leave there), and start up X, and run this command:
$ glxinfo|grep OpenGL

Also check your /var/log/Xorg.0.log...

Other people that give better suggestions can help make sure you are running radeon.

beyondken 08-17-2011 02:09 PM

Quote:

Originally Posted by the3dfxdude (Post 4445864)
Forgive me if I make a mistake (I haven't installed slackware in years... only ever upgrade), but the driver comes by default with slackware. You don't even need to have an xorg.conf file anymore either.

Uninstall any remnant of fglrx, move out any xorg.conf file in /etc/X11/xorg.conf, and start up X, and run this command:
$ glxinfo|grep OpenGL

Also check your /var/log/Xorg.0.log...

Other people that give better suggestions can help make sure you are running radeon.

Hmm TY. After I used removepkg fglrx_blabla I think it removed something else cause glxgears isnt working anymore.

the3dfxdude 08-17-2011 02:11 PM

Quote:

Originally Posted by beyondken (Post 4445867)
Hmm TY. After I used removepkg fglrx_blabla I think it removed something else cause glxgears isnt working anymore.

Reinstall your mesa-7.9.2-i486-1.txz from the slackware disk.

beyondken 08-17-2011 02:17 PM

Quote:

Originally Posted by the3dfxdude (Post 4445871)
Reinstall your mesa-7.9.2-i486-1.txz from the slackware disk.

It works. However Fps on glxgears -fullscreen is only 42 :/

cascade9 08-17-2011 02:45 PM

GLXgears is not a benchmark-

http://wiki.cchtml.com/index.php/Glx...ot_a_Benchmark

adamk75 08-17-2011 02:46 PM

Looking at the glxgears framerate is useless as the program is almost entirely CPU bound.

What's the output of 'glxinfo'?

Adam

beyondken 08-17-2011 03:26 PM

Quote:

Originally Posted by cascade9 (Post 4445901)

Yeah I know, but when I tried it on PCBSD on the same computer it reported higher FPS (about 4000 frames in 5 sec)
And the same on OpenSuse, I think.

beyondken 08-17-2011 03:28 PM

Quote:

Originally Posted by adamk75 (Post 4445903)
Looking at the glxgears framerate is useless as the program is almost entirely CPU bound.

What's the output of 'glxinfo'?

Adam

Code:

name of display: :0.0
display: :0  screen: 0
direct rendering: Yes
server glx vendor string: SGI
server glx version string: 1.4
server glx extensions:
    GLX_ARB_multisample, GLX_EXT_import_context, GLX_EXT_texture_from_pixmap,
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_MESA_copy_sub_buffer,
    GLX_OML_swap_method, GLX_SGI_make_current_read, GLX_SGI_swap_control,
    GLX_SGIS_multisample, GLX_SGIX_fbconfig, GLX_SGIX_pbuffer,
    GLX_SGIX_visual_select_group, GLX_INTEL_swap_event
client glx vendor string: Mesa Project and SGI
client glx version string: 1.4
client glx extensions:
    GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_import_context,
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_MESA_copy_sub_buffer,
    GLX_MESA_swap_control, GLX_OML_swap_method, GLX_OML_sync_control,
    GLX_SGI_make_current_read, GLX_SGI_swap_control, GLX_SGI_video_sync,
    GLX_SGIS_multisample, GLX_SGIX_fbconfig, GLX_SGIX_pbuffer,
    GLX_SGIX_visual_select_group, GLX_EXT_texture_from_pixmap,
    GLX_INTEL_swap_event
GLX version: 1.4
GLX extensions:
    GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_import_context,
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_MESA_copy_sub_buffer,
    GLX_MESA_swap_control, GLX_OML_swap_method, GLX_OML_sync_control,
    GLX_SGI_make_current_read, GLX_SGI_swap_control, GLX_SGI_video_sync,
    GLX_SGIS_multisample, GLX_SGIX_fbconfig, GLX_SGIX_pbuffer,
    GLX_SGIX_visual_select_group, GLX_EXT_texture_from_pixmap,
    GLX_INTEL_swap_event
OpenGL vendor string: Tungsten Graphics, Inc.
OpenGL renderer string: Mesa DRI R200 (RV280 5C63) 20090101  TCL DRI2
OpenGL version string: 1.3 Mesa 7.10.2
OpenGL extensions:
    GL_ARB_copy_buffer, GL_ARB_draw_buffers, GL_ARB_multisample,
    GL_ARB_multitexture, GL_ARB_occlusion_query, GL_ARB_point_parameters,
    GL_ARB_point_sprite, GL_ARB_texture_border_clamp,
    GL_ARB_texture_compression, GL_ARB_texture_cube_map,
    GL_ARB_texture_env_add, GL_ARB_texture_env_combine,
    GL_ARB_texture_env_crossbar, GL_ARB_texture_env_dot3,
    GL_ARB_texture_mirrored_repeat, GL_ARB_texture_rectangle,
    GL_ARB_transpose_matrix, GL_ARB_vertex_buffer_object,
    GL_ARB_vertex_program, GL_ARB_window_pos, GL_EXT_abgr, GL_EXT_bgra,
    GL_EXT_blend_color, GL_EXT_blend_equation_separate,
    GL_EXT_blend_func_separate, GL_EXT_blend_logic_op, GL_EXT_blend_minmax,
    GL_EXT_blend_subtract, GL_EXT_compiled_vertex_array, GL_EXT_copy_texture,
    GL_EXT_draw_range_elements, GL_EXT_fog_coord, GL_EXT_framebuffer_object,
    GL_EXT_multi_draw_arrays, GL_EXT_packed_depth_stencil,
    GL_EXT_packed_pixels, GL_EXT_point_parameters, GL_EXT_polygon_offset,
    GL_EXT_rescale_normal, GL_EXT_secondary_color,
    GL_EXT_separate_specular_color, GL_EXT_stencil_wrap, GL_EXT_subtexture,
    GL_EXT_texture3D, GL_EXT_texture_cube_map, GL_EXT_texture_edge_clamp,
    GL_EXT_texture_env_add, GL_EXT_texture_env_combine,
    GL_EXT_texture_env_dot3, GL_EXT_texture_filter_anisotropic,
    GL_EXT_texture_lod_bias, GL_EXT_texture_mirror_clamp,
    GL_EXT_texture_object, GL_EXT_texture, GL_EXT_texture_rectangle,
    GL_EXT_vertex_array, GL_OES_EGL_image, GL_OES_read_format,
    GL_APPLE_packed_pixels, GL_ATI_blend_equation_separate,
    GL_ATI_fragment_shader, GL_ATI_texture_env_combine3,
    GL_ATI_texture_mirror_once, GL_IBM_multimode_draw_arrays,
    GL_IBM_rasterpos_clip, GL_IBM_texture_mirrored_repeat,
    GL_INGR_blend_func_separate, GL_MESA_pack_invert, GL_MESA_window_pos,
    GL_MESA_ycbcr_texture, GL_NV_blend_square, GL_NV_light_max_exponent,
    GL_NV_packed_depth_stencil, GL_NV_texgen_reflection,
    GL_NV_texture_rectangle, GL_SGIS_generate_mipmap,
    GL_SGIS_texture_border_clamp, GL_SGIS_texture_edge_clamp,
    GL_SGIS_texture_lod, GL_SUN_multi_draw_arrays

64 GLX Visuals
    visual  x  bf lv rg d st  colorbuffer  sr ax dp st accumbuffer  ms  cav
  id dep cl sp  sz l  ci b ro  r  g  b  a F gb bf th cl  r  g  b  a ns b eat
----------------------------------------------------------------------------
0x021 24 tc  0  32  0 r  y .  8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None
0x022 24 dc  0  32  0 r  y .  8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None
0x0cc 24 tc  0  24  0 r  . .  8  8  8  0 .  .  0  0  0  0  0  0  0  0 0 None
0x0cd 24 tc  0  24  0 r  . .  8  8  8  0 .  .  0  0  0 16 16 16  0  0 0 Slow
0x0ce 24 tc  0  24  0 r  y .  8  8  8  0 .  .  0  0  0  0  0  0  0  0 0 None
0x0cf 24 tc  0  24  0 r  y .  8  8  8  0 .  .  0  0  0 16 16 16  0  0 0 Slow
0x0d0 24 tc  0  24  0 r  . .  8  8  8  0 .  .  0 16  0  0  0  0  0  0 0 None
0x0d1 24 tc  0  24  0 r  . .  8  8  8  0 .  .  0 16  0 16 16 16  0  0 0 Slow
0x0d2 24 tc  0  24  0 r  y .  8  8  8  0 .  .  0 16  0  0  0  0  0  0 0 None
0x0d3 24 tc  0  24  0 r  y .  8  8  8  0 .  .  0 16  0 16 16 16  0  0 0 Slow
0x0d4 24 tc  0  24  0 r  . .  8  8  8  0 .  .  0 24  0  0  0  0  0  0 0 None
0x0d5 24 tc  0  24  0 r  . .  8  8  8  0 .  .  0 24  0 16 16 16  0  0 0 Slow
0x0d6 24 tc  0  24  0 r  y .  8  8  8  0 .  .  0 24  0  0  0  0  0  0 0 None
0x0d7 24 tc  0  24  0 r  y .  8  8  8  0 .  .  0 24  0 16 16 16  0  0 0 Slow
0x0d8 24 tc  0  24  0 r  . .  8  8  8  0 .  .  0 24  8  0  0  0  0  0 0 None
0x0d9 24 tc  0  24  0 r  . .  8  8  8  0 .  .  0 24  8 16 16 16  0  0 0 Slow
0x0da 24 tc  0  24  0 r  y .  8  8  8  0 .  .  0 24  8  0  0  0  0  0 0 None
0x0db 24 tc  0  24  0 r  y .  8  8  8  0 .  .  0 24  8 16 16 16  0  0 0 Slow
0x0dc 24 tc  0  32  0 r  . .  8  8  8  8 .  .  0  0  0  0  0  0  0  0 0 None
0x0dd 24 tc  0  32  0 r  . .  8  8  8  8 .  .  0  0  0 16 16 16 16  0 0 Slow
0x0de 24 tc  0  32  0 r  y .  8  8  8  8 .  .  0  0  0  0  0  0  0  0 0 None
0x0df 24 tc  0  32  0 r  y .  8  8  8  8 .  .  0  0  0 16 16 16 16  0 0 Slow
0x0e0 24 tc  0  32  0 r  . .  8  8  8  8 .  .  0 16  0  0  0  0  0  0 0 None
0x0e1 24 tc  0  32  0 r  . .  8  8  8  8 .  .  0 16  0 16 16 16 16  0 0 Slow
0x0e2 24 tc  0  32  0 r  y .  8  8  8  8 .  .  0 16  0 16 16 16 16  0 0 Slow
0x0e3 24 tc  0  32  0 r  . .  8  8  8  8 .  .  0 24  0  0  0  0  0  0 0 None
0x0e4 24 tc  0  32  0 r  . .  8  8  8  8 .  .  0 24  0 16 16 16 16  0 0 Slow
0x0e5 24 tc  0  32  0 r  y .  8  8  8  8 .  .  0 24  0  0  0  0  0  0 0 None
0x0e6 24 tc  0  32  0 r  y .  8  8  8  8 .  .  0 24  0 16 16 16 16  0 0 Slow
0x0e7 24 tc  0  32  0 r  . .  8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None
0x0e8 24 tc  0  32  0 r  . .  8  8  8  8 .  .  0 24  8 16 16 16 16  0 0 Slow
0x0e9 24 tc  0  32  0 r  y .  8  8  8  8 .  .  0 24  8 16 16 16 16  0 0 Slow
0x0ea 24 dc  0  24  0 r  . .  8  8  8  0 .  .  0  0  0  0  0  0  0  0 0 None
0x0eb 24 dc  0  24  0 r  . .  8  8  8  0 .  .  0  0  0 16 16 16  0  0 0 Slow
0x0ec 24 dc  0  24  0 r  y .  8  8  8  0 .  .  0  0  0  0  0  0  0  0 0 None
0x0ed 24 dc  0  24  0 r  y .  8  8  8  0 .  .  0  0  0 16 16 16  0  0 0 Slow
0x0ee 24 dc  0  24  0 r  . .  8  8  8  0 .  .  0 16  0  0  0  0  0  0 0 None
0x0ef 24 dc  0  24  0 r  . .  8  8  8  0 .  .  0 16  0 16 16 16  0  0 0 Slow
0x0f0 24 dc  0  24  0 r  y .  8  8  8  0 .  .  0 16  0  0  0  0  0  0 0 None
0x0f1 24 dc  0  24  0 r  y .  8  8  8  0 .  .  0 16  0 16 16 16  0  0 0 Slow
0x0f2 24 dc  0  24  0 r  . .  8  8  8  0 .  .  0 24  0  0  0  0  0  0 0 None
0x0f3 24 dc  0  24  0 r  . .  8  8  8  0 .  .  0 24  0 16 16 16  0  0 0 Slow
0x0f4 24 dc  0  24  0 r  y .  8  8  8  0 .  .  0 24  0  0  0  0  0  0 0 None
0x0f5 24 dc  0  24  0 r  y .  8  8  8  0 .  .  0 24  0 16 16 16  0  0 0 Slow
0x0f6 24 dc  0  24  0 r  . .  8  8  8  0 .  .  0 24  8  0  0  0  0  0 0 None
0x0f7 24 dc  0  24  0 r  . .  8  8  8  0 .  .  0 24  8 16 16 16  0  0 0 Slow
0x0f8 24 dc  0  24  0 r  y .  8  8  8  0 .  .  0 24  8  0  0  0  0  0 0 None
0x0f9 24 dc  0  24  0 r  y .  8  8  8  0 .  .  0 24  8 16 16 16  0  0 0 Slow
0x0fa 24 dc  0  32  0 r  . .  8  8  8  8 .  .  0  0  0  0  0  0  0  0 0 None
0x0fb 24 dc  0  32  0 r  . .  8  8  8  8 .  .  0  0  0 16 16 16 16  0 0 Slow
0x0fc 24 dc  0  32  0 r  y .  8  8  8  8 .  .  0  0  0  0  0  0  0  0 0 None
0x0fd 24 dc  0  32  0 r  y .  8  8  8  8 .  .  0  0  0 16 16 16 16  0 0 Slow
0x0fe 24 dc  0  32  0 r  . .  8  8  8  8 .  .  0 16  0  0  0  0  0  0 0 None
0x0ff 24 dc  0  32  0 r  . .  8  8  8  8 .  .  0 16  0 16 16 16 16  0 0 Slow
0x100 24 dc  0  32  0 r  y .  8  8  8  8 .  .  0 16  0  0  0  0  0  0 0 None
0x101 24 dc  0  32  0 r  y .  8  8  8  8 .  .  0 16  0 16 16 16 16  0 0 Slow
0x102 24 dc  0  32  0 r  . .  8  8  8  8 .  .  0 24  0  0  0  0  0  0 0 None
0x103 24 dc  0  32  0 r  . .  8  8  8  8 .  .  0 24  0 16 16 16 16  0 0 Slow
0x104 24 dc  0  32  0 r  y .  8  8  8  8 .  .  0 24  0  0  0  0  0  0 0 None
0x105 24 dc  0  32  0 r  y .  8  8  8  8 .  .  0 24  0 16 16 16 16  0 0 Slow
0x106 24 dc  0  32  0 r  . .  8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None
0x107 24 dc  0  32  0 r  . .  8  8  8  8 .  .  0 24  8 16 16 16 16  0 0 Slow
0x108 24 dc  0  32  0 r  y .  8  8  8  8 .  .  0 24  8 16 16 16 16  0 0 Slow
0x06b 32 tc  0  32  0 r  y .  8  8  8  8 .  .  0 16  0  0  0  0  0  0 0 None

96 GLXFBConfigs:
    visual  x  bf lv rg d st  colorbuffer  sr ax dp st accumbuffer  ms  cav
  id dep cl sp  sz l  ci b ro  r  g  b  a F gb bf th cl  r  g  b  a ns b eat
----------------------------------------------------------------------------
0x06c  0 tc  0  16  0 r  . .  5  6  5  0 .  .  0  0  0  0  0  0  0  0 0 None
0x06d  0 tc  0  16  0 r  . .  5  6  5  0 .  .  0  0  0 16 16 16  0  0 0 Slow
0x06e  0 tc  0  16  0 r  y .  5  6  5  0 .  .  0  0  0  0  0  0  0  0 0 None
0x06f  0 tc  0  16  0 r  y .  5  6  5  0 .  .  0  0  0 16 16 16  0  0 0 Slow
0x070  0 tc  0  16  0 r  . .  5  6  5  0 .  .  0 16  0  0  0  0  0  0 0 None
0x071  0 tc  0  16  0 r  . .  5  6  5  0 .  .  0 16  0 16 16 16  0  0 0 Slow
0x072  0 tc  0  16  0 r  y .  5  6  5  0 .  .  0 16  0  0  0  0  0  0 0 None
0x073  0 tc  0  16  0 r  y .  5  6  5  0 .  .  0 16  0 16 16 16  0  0 0 Slow
0x074  0 tc  0  16  0 r  . .  5  6  5  0 .  .  0 24  0  0  0  0  0  0 0 None
0x075  0 tc  0  16  0 r  . .  5  6  5  0 .  .  0 24  0 16 16 16  0  0 0 Slow
0x076  0 tc  0  16  0 r  y .  5  6  5  0 .  .  0 24  0  0  0  0  0  0 0 None
0x077  0 tc  0  16  0 r  y .  5  6  5  0 .  .  0 24  0 16 16 16  0  0 0 Slow
0x078  0 tc  0  16  0 r  . .  5  6  5  0 .  .  0 24  8  0  0  0  0  0 0 None
0x079  0 tc  0  16  0 r  . .  5  6  5  0 .  .  0 24  8 16 16 16  0  0 0 Slow
0x07a  0 tc  0  16  0 r  y .  5  6  5  0 .  .  0 24  8  0  0  0  0  0 0 None
0x07b  0 tc  0  16  0 r  y .  5  6  5  0 .  .  0 24  8 16 16 16  0  0 0 Slow
0x07c 24 tc  0  24  0 r  . .  8  8  8  0 .  .  0  0  0  0  0  0  0  0 0 None
0x07d 24 tc  0  24  0 r  . .  8  8  8  0 .  .  0  0  0 16 16 16  0  0 0 Slow
0x07e 24 tc  0  24  0 r  y .  8  8  8  0 .  .  0  0  0  0  0  0  0  0 0 None
0x07f 24 tc  0  24  0 r  y .  8  8  8  0 .  .  0  0  0 16 16 16  0  0 0 Slow
0x080 24 tc  0  24  0 r  . .  8  8  8  0 .  .  0 16  0  0  0  0  0  0 0 None
0x081 24 tc  0  24  0 r  . .  8  8  8  0 .  .  0 16  0 16 16 16  0  0 0 Slow
0x082 24 tc  0  24  0 r  y .  8  8  8  0 .  .  0 16  0  0  0  0  0  0 0 None
0x083 24 tc  0  24  0 r  y .  8  8  8  0 .  .  0 16  0 16 16 16  0  0 0 Slow
0x084 24 tc  0  24  0 r  . .  8  8  8  0 .  .  0 24  0  0  0  0  0  0 0 None
0x085 24 tc  0  24  0 r  . .  8  8  8  0 .  .  0 24  0 16 16 16  0  0 0 Slow
0x086 24 tc  0  24  0 r  y .  8  8  8  0 .  .  0 24  0  0  0  0  0  0 0 None
0x087 24 tc  0  24  0 r  y .  8  8  8  0 .  .  0 24  0 16 16 16  0  0 0 Slow
0x088 24 tc  0  24  0 r  . .  8  8  8  0 .  .  0 24  8  0  0  0  0  0 0 None
0x089 24 tc  0  24  0 r  . .  8  8  8  0 .  .  0 24  8 16 16 16  0  0 0 Slow
0x08a 24 tc  0  24  0 r  y .  8  8  8  0 .  .  0 24  8  0  0  0  0  0 0 None
0x08b 24 tc  0  24  0 r  y .  8  8  8  0 .  .  0 24  8 16 16 16  0  0 0 Slow
0x08c 24 tc  0  32  0 r  . .  8  8  8  8 .  .  0  0  0  0  0  0  0  0 0 None
0x08d 24 tc  0  32  0 r  . .  8  8  8  8 .  .  0  0  0 16 16 16 16  0 0 Slow
0x08e 24 tc  0  32  0 r  y .  8  8  8  8 .  .  0  0  0  0  0  0  0  0 0 None
0x08f 24 tc  0  32  0 r  y .  8  8  8  8 .  .  0  0  0 16 16 16 16  0 0 Slow
0x090 24 tc  0  32  0 r  . .  8  8  8  8 .  .  0 16  0  0  0  0  0  0 0 None
0x091 24 tc  0  32  0 r  . .  8  8  8  8 .  .  0 16  0 16 16 16 16  0 0 Slow
0x092 32 tc  0  32  0 r  y .  8  8  8  8 .  .  0 16  0  0  0  0  0  0 0 None
0x093 24 tc  0  32  0 r  y .  8  8  8  8 .  .  0 16  0 16 16 16 16  0 0 Slow
0x094 24 tc  0  32  0 r  . .  8  8  8  8 .  .  0 24  0  0  0  0  0  0 0 None
0x095 24 tc  0  32  0 r  . .  8  8  8  8 .  .  0 24  0 16 16 16 16  0 0 Slow
0x096 24 tc  0  32  0 r  y .  8  8  8  8 .  .  0 24  0  0  0  0  0  0 0 None
0x097 24 tc  0  32  0 r  y .  8  8  8  8 .  .  0 24  0 16 16 16 16  0 0 Slow
0x098 24 tc  0  32  0 r  . .  8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None
0x099 24 tc  0  32  0 r  . .  8  8  8  8 .  .  0 24  8 16 16 16 16  0 0 Slow
0x09a 24 tc  0  32  0 r  y .  8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None
0x09b 24 tc  0  32  0 r  y .  8  8  8  8 .  .  0 24  8 16 16 16 16  0 0 Slow
0x09c  0 dc  0  16  0 r  . .  5  6  5  0 .  .  0  0  0  0  0  0  0  0 0 None
0x09d  0 dc  0  16  0 r  . .  5  6  5  0 .  .  0  0  0 16 16 16  0  0 0 Slow
0x09e  0 dc  0  16  0 r  y .  5  6  5  0 .  .  0  0  0  0  0  0  0  0 0 None
0x09f  0 dc  0  16  0 r  y .  5  6  5  0 .  .  0  0  0 16 16 16  0  0 0 Slow
0x0a0  0 dc  0  16  0 r  . .  5  6  5  0 .  .  0 16  0  0  0  0  0  0 0 None
0x0a1  0 dc  0  16  0 r  . .  5  6  5  0 .  .  0 16  0 16 16 16  0  0 0 Slow
0x0a2  0 dc  0  16  0 r  y .  5  6  5  0 .  .  0 16  0  0  0  0  0  0 0 None
0x0a3  0 dc  0  16  0 r  y .  5  6  5  0 .  .  0 16  0 16 16 16  0  0 0 Slow
0x0a4  0 dc  0  16  0 r  . .  5  6  5  0 .  .  0 24  0  0  0  0  0  0 0 None
0x0a5  0 dc  0  16  0 r  . .  5  6  5  0 .  .  0 24  0 16 16 16  0  0 0 Slow
0x0a6  0 dc  0  16  0 r  y .  5  6  5  0 .  .  0 24  0  0  0  0  0  0 0 None
0x0a7  0 dc  0  16  0 r  y .  5  6  5  0 .  .  0 24  0 16 16 16  0  0 0 Slow
0x0a8  0 dc  0  16  0 r  . .  5  6  5  0 .  .  0 24  8  0  0  0  0  0 0 None
0x0a9  0 dc  0  16  0 r  . .  5  6  5  0 .  .  0 24  8 16 16 16  0  0 0 Slow
0x0aa  0 dc  0  16  0 r  y .  5  6  5  0 .  .  0 24  8  0  0  0  0  0 0 None
0x0ab  0 dc  0  16  0 r  y .  5  6  5  0 .  .  0 24  8 16 16 16  0  0 0 Slow
0x0ac 24 dc  0  24  0 r  . .  8  8  8  0 .  .  0  0  0  0  0  0  0  0 0 None
0x0ad 24 dc  0  24  0 r  . .  8  8  8  0 .  .  0  0  0 16 16 16  0  0 0 Slow
0x0ae 24 dc  0  24  0 r  y .  8  8  8  0 .  .  0  0  0  0  0  0  0  0 0 None
0x0af 24 dc  0  24  0 r  y .  8  8  8  0 .  .  0  0  0 16 16 16  0  0 0 Slow
0x0b0 24 dc  0  24  0 r  . .  8  8  8  0 .  .  0 16  0  0  0  0  0  0 0 None
0x0b1 24 dc  0  24  0 r  . .  8  8  8  0 .  .  0 16  0 16 16 16  0  0 0 Slow
0x0b2 24 dc  0  24  0 r  y .  8  8  8  0 .  .  0 16  0  0  0  0  0  0 0 None
0x0b3 24 dc  0  24  0 r  y .  8  8  8  0 .  .  0 16  0 16 16 16  0  0 0 Slow
0x0b4 24 dc  0  24  0 r  . .  8  8  8  0 .  .  0 24  0  0  0  0  0  0 0 None
0x0b5 24 dc  0  24  0 r  . .  8  8  8  0 .  .  0 24  0 16 16 16  0  0 0 Slow
0x0b6 24 dc  0  24  0 r  y .  8  8  8  0 .  .  0 24  0  0  0  0  0  0 0 None
0x0b7 24 dc  0  24  0 r  y .  8  8  8  0 .  .  0 24  0 16 16 16  0  0 0 Slow
0x0b8 24 dc  0  24  0 r  . .  8  8  8  0 .  .  0 24  8  0  0  0  0  0 0 None
0x0b9 24 dc  0  24  0 r  . .  8  8  8  0 .  .  0 24  8 16 16 16  0  0 0 Slow
0x0ba 24 dc  0  24  0 r  y .  8  8  8  0 .  .  0 24  8  0  0  0  0  0 0 None
0x0bb 24 dc  0  24  0 r  y .  8  8  8  0 .  .  0 24  8 16 16 16  0  0 0 Slow
0x0bc 24 dc  0  32  0 r  . .  8  8  8  8 .  .  0  0  0  0  0  0  0  0 0 None
0x0bd 24 dc  0  32  0 r  . .  8  8  8  8 .  .  0  0  0 16 16 16 16  0 0 Slow
0x0be 24 dc  0  32  0 r  y .  8  8  8  8 .  .  0  0  0  0  0  0  0  0 0 None
0x0bf 24 dc  0  32  0 r  y .  8  8  8  8 .  .  0  0  0 16 16 16 16  0 0 Slow
0x0c0 24 dc  0  32  0 r  . .  8  8  8  8 .  .  0 16  0  0  0  0  0  0 0 None
0x0c1 24 dc  0  32  0 r  . .  8  8  8  8 .  .  0 16  0 16 16 16 16  0 0 Slow
0x0c2 24 dc  0  32  0 r  y .  8  8  8  8 .  .  0 16  0  0  0  0  0  0 0 None
0x0c3 24 dc  0  32  0 r  y .  8  8  8  8 .  .  0 16  0 16 16 16 16  0 0 Slow
0x0c4 24 dc  0  32  0 r  . .  8  8  8  8 .  .  0 24  0  0  0  0  0  0 0 None
0x0c5 24 dc  0  32  0 r  . .  8  8  8  8 .  .  0 24  0 16 16 16 16  0 0 Slow
0x0c6 24 dc  0  32  0 r  y .  8  8  8  8 .  .  0 24  0  0  0  0  0  0 0 None
0x0c7 24 dc  0  32  0 r  y .  8  8  8  8 .  .  0 24  0 16 16 16 16  0 0 Slow
0x0c8 24 dc  0  32  0 r  . .  8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None
0x0c9 24 dc  0  32  0 r  . .  8  8  8  8 .  .  0 24  8 16 16 16 16  0 0 Slow
0x0ca 24 dc  0  32  0 r  y .  8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None
0x0cb 24 dc  0  32  0 r  y .  8  8  8  8 .  .  0 24  8 16 16 16 16  0 0 Slow


adamk75 08-17-2011 03:30 PM

You are using the correct drivers for your card and they are installed properly.


All times are GMT -5. The time now is 07:34 PM.