Announcement

Collapse
No announcement yet.

Abysmal 2D/3D performance on ATI RS780M/RS780MN Radeon HD 3200 Graphics

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Abysmal 2D/3D performance on ATI RS780M/RS780MN Radeon HD 3200 Graphics

    Hi,

    I have an Asus laptop and I'm running Fedora 14 i686 on it. My GPU is:

    Code:
    01:05.0 VGA compatible controller: ATI Technologies Inc RS780M/RS780MN [Radeon HD 3200 Graphics] (prog-if 00 [VGA controller])
            Subsystem: ASUSTeK Computer Inc. Device 1062
            Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx-
            Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR+ <PERR- INTx-
            Latency: 0, Cache Line Size: 64 bytes
            Interrupt: pin A routed to IRQ 18
            Region 0: Memory at f0000000 (32-bit, prefetchable) [size=128M]
            Region 1: I/O ports at c000 [size=256]
            Region 2: Memory at fddf0000 (32-bit, non-prefetchable) [size=64K]
            Region 5: Memory at fdc00000 (32-bit, non-prefetchable) [size=1M]
            Expansion ROM at <unassigned> [disabled]
            Capabilities: [50] Power Management version 3
                    Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
                    Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
            Capabilities: [a0] MSI: Enable- Count=1/1 Maskable- 64bit+
                    Address: 0000000000000000  Data: 0000
            Kernel driver in use: radeon
            Kernel modules: radeon
    2D and 3D works terribly slow here. Resizing of gtk applications windows is so slow I cannot believe my eyes: http://www.mediafire.com/?49q9gjtgvij1f66 Mozilla Firefox is also very slow.

    I cannot use KWin's compositing because KWin performance counter says that my GPU renders at 12 frames per second.

    I have just updated to:

    kernel-PAE-2.6.38-0.rc8.git0.1.fc15.i686 (using KMS)
    libdrm-2.4.24-0.2.20110106.fc14.i686
    and installed a git snapshot of http://cgit.freedesktop.org/xorg/driver/xf86-video-ati/ driver to no avail.

    X.org log is uploaded here: http://pastebin.com/8K0t475B

    I have no xorg.conf file.

  • #2
    dmesg
    Xorg.0.log
    glxinfo |grep enGL

    Comment


    • #3
      glxinfo
      dmesg

      Comment


      • #4
        gtkperf takes from 12 to 16 seconds to complete depending on a GTK theme/engine:

        Code:
        GtkEntry - time:  0.09
        GtkComboBox - time:  1.45
        GtkComboBoxEntry - time:  1.19
        GtkSpinButton - time:  0.30
        GtkProgressBar - time:  0.18
        GtkToggleButton - time:  0.21
        GtkCheckButton - time:  0.12
        GtkRadioButton - time:  0.18
        GtkTextView - Add text - time:  0.40
        GtkTextView - Scroll - time:  0.50
        GtkDrawingArea - Lines - time:  3.07
        GtkDrawingArea - Circles - time:  2.38
        GtkDrawingArea - Text - time:  1.47
        GtkDrawingArea - Pixbufs - time:  0.44
         --- 
        Total time: 11.98

        Comment


        • #5
          Code:
          LIBGL_DEBUG=1 vblank_mode=0 glxgears
          ATTENTION: default value of option vblank_mode overridden by environment.
          ATTENTION: default value of option vblank_mode overridden by environment.
          libGL: Can't open configuration file /etc/drirc: No such file or directory.
          libGL: Can't open configuration file /etc/drirc: No such file or directory.
          ATTENTION: option value of option vblank_mode ignored.
          2663 frames in 5.0 seconds = 532.556 FPS
          2915 frames in 5.0 seconds = 582.980 FPS
          2902 frames in 5.0 seconds = 579.946 FPS
          2903 frames in 5.0 seconds = 580.553 FPS
          2927 frames in 5.0 seconds = 585.332 FPS
          I remember GeForce MX 440 gave me better glxgears results.

          Comment


          • #6
            Do you get the same problem if you boot a recent Ubuntu LiveCD?

            Comment


            • #7
              OK, you're running without hardware acceleration :

              OpenGL renderer string: Software Rasterizer
              Your X log looked OK (although X loaded three different X drivers which could conceivably cause a problem), going through dmesg now...
              Test signature

              Comment


              • #8
                Nothing obviously wrong in dmesg either. Can you pastebin the output of :

                LIBGL_DEBUG=VERBOSE glxinfo

                (I think that's the right command, going from memory...)
                Test signature

                Comment


                • #9
                  Software renderer was a weird glxinfo glitch:

                  Code:
                   $ LIBGL_DEBUG=VERBOSE glxinfo 
                  name of display: :0.0
                  libGL: Can't open configuration file /etc/drirc: No such file or directory.
                  libGL: Can't open configuration file /etc/drirc: No such file or directory.
                  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: Advanced Micro Devices, Inc.
                  OpenGL renderer string: Mesa DRI R600 (RS780 9612) 20090101  TCL DRI2
                  OpenGL version string: 2.1 Mesa 7.9
                  OpenGL shading language version string: 1.20
                  OpenGL extensions:
                      GL_ARB_depth_clamp, GL_ARB_depth_texture, GL_ARB_draw_buffers, 
                      GL_ARB_draw_elements_base_vertex, GL_ARB_fragment_program, 
                      GL_ARB_fragment_program_shadow, GL_ARB_fragment_shader, GL_ARB_imaging, 
                      GL_ARB_multisample, GL_ARB_multitexture, GL_ARB_occlusion_query, 
                      GL_ARB_pixel_buffer_object, GL_ARB_point_parameters, GL_ARB_point_sprite, 
                      GL_ARB_provoking_vertex, GL_ARB_shader_objects, 
                      GL_ARB_shading_language_100, GL_ARB_shadow, GL_ARB_shadow_ambient, 
                      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_MESAX_texture_float, 
                      GL_ARB_texture_mirrored_repeat, GL_ARB_texture_non_power_of_two, 
                      GL_ARB_texture_rectangle, GL_ARB_transpose_matrix, 
                      GL_ARB_vertex_array_bgra, GL_ARB_vertex_buffer_object, 
                      GL_ARB_vertex_program, GL_ARB_vertex_shader, 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_convolution, GL_EXT_copy_texture, 
                      GL_EXT_draw_range_elements, GL_EXT_framebuffer_object, GL_EXT_fog_coord, 
                      GL_EXT_gpu_program_parameters, GL_EXT_histogram, GL_EXT_multi_draw_arrays, 
                      GL_EXT_packed_depth_stencil, GL_EXT_packed_pixels, 
                      GL_EXT_pixel_buffer_object, GL_EXT_point_parameters, 
                      GL_EXT_polygon_offset, GL_EXT_provoking_vertex, GL_EXT_rescale_normal, 
                      GL_EXT_secondary_color, GL_EXT_separate_specular_color, 
                      GL_EXT_shadow_funcs, GL_EXT_stencil_two_side, GL_EXT_stencil_wrap, 
                      GL_EXT_subtexture, GL_EXT_texture, 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_rectangle, GL_EXT_texture_sRGB, 
                      GL_EXT_vertex_array, GL_EXT_vertex_array_bgra, GL_APPLE_packed_pixels, 
                      GL_ATI_blend_equation_separate, GL_ATI_texture_env_combine3, 
                      GL_ATI_texture_mirror_once, GL_ATI_separate_stencil, 
                      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_ycbcr_texture, GL_MESA_window_pos, 
                      GL_NV_blend_square, GL_NV_depth_clamp, GL_NV_light_max_exponent, 
                      GL_NV_packed_depth_stencil, GL_NV_texgen_reflection, 
                      GL_NV_texture_rectangle, GL_NV_vertex_program, GL_OES_read_format, 
                      GL_SGI_color_matrix, GL_SGI_color_table, 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
                  0x0bf 24 tc  0  24  0 r  . .   8  8  8  0 .  .  0  0  0  0  0  0  0  0 0 None
                  0x0c0 24 tc  0  24  0 r  . .   8  8  8  0 .  .  0  0  0 16 16 16  0  0 0 Slow
                  0x0c1 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0  0  0  0  0  0  0  0 0 None
                  0x0c2 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0  0  0 16 16 16  0  0 0 Slow
                  0x0c3 24 tc  0  24  0 r  . .   8  8  8  0 .  .  0 16  0  0  0  0  0  0 0 None
                  0x0c4 24 tc  0  24  0 r  . .   8  8  8  0 .  .  0 16  0 16 16 16  0  0 0 Slow
                  0x0c5 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0 16  0  0  0  0  0  0 0 None
                  0x0c6 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0 16  0 16 16 16  0  0 0 Slow
                  0x0c7 24 tc  0  24  0 r  . .   8  8  8  0 .  .  0 24  0  0  0  0  0  0 0 None
                  0x0c8 24 tc  0  24  0 r  . .   8  8  8  0 .  .  0 24  0 16 16 16  0  0 0 Slow
                  0x0c9 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0 24  0  0  0  0  0  0 0 None
                  0x0ca 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0 24  0 16 16 16  0  0 0 Slow
                  0x0cb 24 tc  0  24  0 r  . .   8  8  8  0 .  .  0 24  8  0  0  0  0  0 0 None
                  0x0cc 24 tc  0  24  0 r  . .   8  8  8  0 .  .  0 24  8 16 16 16  0  0 0 Slow
                  0x0cd 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0 24  8  0  0  0  0  0 0 None
                  0x0ce 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0 24  8 16 16 16  0  0 0 Slow
                  0x0cf 24 tc  0  32  0 r  . .   8  8  8  8 .  .  0  0  0  0  0  0  0  0 0 None
                  0x0d0 24 tc  0  32  0 r  . .   8  8  8  8 .  .  0  0  0 16 16 16 16  0 0 Slow
                  0x0d1 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0  0  0  0  0  0  0  0 0 None
                  0x0d2 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0  0  0 16 16 16 16  0 0 Slow
                  0x0d3 24 tc  0  32  0 r  . .   8  8  8  8 .  .  0 16  0  0  0  0  0  0 0 None
                  0x0d4 24 tc  0  32  0 r  . .   8  8  8  8 .  .  0 16  0 16 16 16 16  0 0 Slow
                  0x0d5 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0 16  0 16 16 16 16  0 0 Slow
                  0x0d6 24 tc  0  32  0 r  . .   8  8  8  8 .  .  0 24  0  0  0  0  0  0 0 None
                  0x0d7 24 tc  0  32  0 r  . .   8  8  8  8 .  .  0 24  0 16 16 16 16  0 0 Slow
                  0x0d8 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0 24  0  0  0  0  0  0 0 None
                  0x0d9 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0 24  0 16 16 16 16  0 0 Slow
                  0x0da 24 tc  0  32  0 r  . .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None
                  0x0db 24 tc  0  32  0 r  . .   8  8  8  8 .  .  0 24  8 16 16 16 16  0 0 Slow
                  0x0dc 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8 16 16 16 16  0 0 Slow
                  0x0dd 24 dc  0  24  0 r  . .   8  8  8  0 .  .  0  0  0  0  0  0  0  0 0 None
                  0x0de 24 dc  0  24  0 r  . .   8  8  8  0 .  .  0  0  0 16 16 16  0  0 0 Slow
                  0x0df 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0  0  0  0  0  0  0  0 0 None
                  0x0e0 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0  0  0 16 16 16  0  0 0 Slow
                  0x0e1 24 dc  0  24  0 r  . .   8  8  8  0 .  .  0 16  0  0  0  0  0  0 0 None
                  0x0e2 24 dc  0  24  0 r  . .   8  8  8  0 .  .  0 16  0 16 16 16  0  0 0 Slow
                  0x0e3 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0 16  0  0  0  0  0  0 0 None
                  0x0e4 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0 16  0 16 16 16  0  0 0 Slow
                  0x0e5 24 dc  0  24  0 r  . .   8  8  8  0 .  .  0 24  0  0  0  0  0  0 0 None
                  0x0e6 24 dc  0  24  0 r  . .   8  8  8  0 .  .  0 24  0 16 16 16  0  0 0 Slow
                  0x0e7 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0 24  0  0  0  0  0  0 0 None
                  0x0e8 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0 24  0 16 16 16  0  0 0 Slow
                  0x0e9 24 dc  0  24  0 r  . .   8  8  8  0 .  .  0 24  8  0  0  0  0  0 0 None
                  0x0ea 24 dc  0  24  0 r  . .   8  8  8  0 .  .  0 24  8 16 16 16  0  0 0 Slow
                  0x0eb 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0 24  8  0  0  0  0  0 0 None
                  0x0ec 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0 24  8 16 16 16  0  0 0 Slow
                  0x0ed 24 dc  0  32  0 r  . .   8  8  8  8 .  .  0  0  0  0  0  0  0  0 0 None
                  0x0ee 24 dc  0  32  0 r  . .   8  8  8  8 .  .  0  0  0 16 16 16 16  0 0 Slow
                  0x0ef 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0  0  0  0  0  0  0  0 0 None
                  0x0f0 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0  0  0 16 16 16 16  0 0 Slow
                  0x0f1 24 dc  0  32  0 r  . .   8  8  8  8 .  .  0 16  0  0  0  0  0  0 0 None
                  0x0f2 24 dc  0  32  0 r  . .   8  8  8  8 .  .  0 16  0 16 16 16 16  0 0 Slow
                  0x0f3 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0 16  0  0  0  0  0  0 0 None
                  0x0f4 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0 16  0 16 16 16 16  0 0 Slow
                  0x0f5 24 dc  0  32  0 r  . .   8  8  8  8 .  .  0 24  0  0  0  0  0  0 0 None
                  0x0f6 24 dc  0  32  0 r  . .   8  8  8  8 .  .  0 24  0 16 16 16 16  0 0 Slow
                  0x0f7 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0 24  0  0  0  0  0  0 0 None
                  0x0f8 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0 24  0 16 16 16 16  0 0 Slow
                  0x0f9 24 dc  0  32  0 r  . .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None
                  0x0fa 24 dc  0  32  0 r  . .   8  8  8  8 .  .  0 24  8 16 16 16 16  0 0 Slow
                  0x0fb 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8 16 16 16 16  0 0 Slow
                  0x05e 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
                  ----------------------------------------------------------------------------
                  0x05f  0 tc  0  16  0 r  . .   5  6  5  0 .  .  0  0  0  0  0  0  0  0 0 None
                  0x060  0 tc  0  16  0 r  . .   5  6  5  0 .  .  0  0  0 16 16 16  0  0 0 Slow
                  0x061  0 tc  0  16  0 r  y .   5  6  5  0 .  .  0  0  0  0  0  0  0  0 0 None
                  0x062  0 tc  0  16  0 r  y .   5  6  5  0 .  .  0  0  0 16 16 16  0  0 0 Slow
                  0x063  0 tc  0  16  0 r  . .   5  6  5  0 .  .  0 16  0  0  0  0  0  0 0 None
                  0x064  0 tc  0  16  0 r  . .   5  6  5  0 .  .  0 16  0 16 16 16  0  0 0 Slow
                  0x065  0 tc  0  16  0 r  y .   5  6  5  0 .  .  0 16  0  0  0  0  0  0 0 None
                  0x066  0 tc  0  16  0 r  y .   5  6  5  0 .  .  0 16  0 16 16 16  0  0 0 Slow
                  0x067  0 tc  0  16  0 r  . .   5  6  5  0 .  .  0 24  0  0  0  0  0  0 0 None
                  0x068  0 tc  0  16  0 r  . .   5  6  5  0 .  .  0 24  0 16 16 16  0  0 0 Slow
                  0x069  0 tc  0  16  0 r  y .   5  6  5  0 .  .  0 24  0  0  0  0  0  0 0 None
                  0x06a  0 tc  0  16  0 r  y .   5  6  5  0 .  .  0 24  0 16 16 16  0  0 0 Slow
                  0x06b  0 tc  0  16  0 r  . .   5  6  5  0 .  .  0 24  8  0  0  0  0  0 0 None
                  0x06c  0 tc  0  16  0 r  . .   5  6  5  0 .  .  0 24  8 16 16 16  0  0 0 Slow
                  0x06d  0 tc  0  16  0 r  y .   5  6  5  0 .  .  0 24  8  0  0  0  0  0 0 None
                  0x06e  0 tc  0  16  0 r  y .   5  6  5  0 .  .  0 24  8 16 16 16  0  0 0 Slow
                  0x06f 24 tc  0  24  0 r  . .   8  8  8  0 .  .  0  0  0  0  0  0  0  0 0 None
                  0x070 24 tc  0  24  0 r  . .   8  8  8  0 .  .  0  0  0 16 16 16  0  0 0 Slow
                  0x071 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0  0  0  0  0  0  0  0 0 None
                  0x072 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0  0  0 16 16 16  0  0 0 Slow
                  0x073 24 tc  0  24  0 r  . .   8  8  8  0 .  .  0 16  0  0  0  0  0  0 0 None
                  0x074 24 tc  0  24  0 r  . .   8  8  8  0 .  .  0 16  0 16 16 16  0  0 0 Slow
                  0x075 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0 16  0  0  0  0  0  0 0 None
                  0x076 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0 16  0 16 16 16  0  0 0 Slow
                  0x077 24 tc  0  24  0 r  . .   8  8  8  0 .  .  0 24  0  0  0  0  0  0 0 None
                  0x078 24 tc  0  24  0 r  . .   8  8  8  0 .  .  0 24  0 16 16 16  0  0 0 Slow
                  0x079 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0 24  0  0  0  0  0  0 0 None
                  0x07a 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0 24  0 16 16 16  0  0 0 Slow
                  0x07b 24 tc  0  24  0 r  . .   8  8  8  0 .  .  0 24  8  0  0  0  0  0 0 None
                  0x07c 24 tc  0  24  0 r  . .   8  8  8  0 .  .  0 24  8 16 16 16  0  0 0 Slow
                  0x07d 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0 24  8  0  0  0  0  0 0 None
                  0x07e 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0 24  8 16 16 16  0  0 0 Slow
                  0x07f 24 tc  0  32  0 r  . .   8  8  8  8 .  .  0  0  0  0  0  0  0  0 0 None
                  0x080 24 tc  0  32  0 r  . .   8  8  8  8 .  .  0  0  0 16 16 16 16  0 0 Slow
                  0x081 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0  0  0  0  0  0  0  0 0 None
                  0x082 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0  0  0 16 16 16 16  0 0 Slow
                  0x083 24 tc  0  32  0 r  . .   8  8  8  8 .  .  0 16  0  0  0  0  0  0 0 None
                  0x084 24 tc  0  32  0 r  . .   8  8  8  8 .  .  0 16  0 16 16 16 16  0 0 Slow
                  0x085 32 tc  0  32  0 r  y .   8  8  8  8 .  .  0 16  0  0  0  0  0  0 0 None
                  0x086 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0 16  0 16 16 16 16  0 0 Slow
                  0x087 24 tc  0  32  0 r  . .   8  8  8  8 .  .  0 24  0  0  0  0  0  0 0 None
                  0x088 24 tc  0  32  0 r  . .   8  8  8  8 .  .  0 24  0 16 16 16 16  0 0 Slow
                  0x089 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0 24  0  0  0  0  0  0 0 None
                  0x08a 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0 24  0 16 16 16 16  0 0 Slow
                  0x08b 24 tc  0  32  0 r  . .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None
                  0x08c 24 tc  0  32  0 r  . .   8  8  8  8 .  .  0 24  8 16 16 16 16  0 0 Slow
                  0x08d 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None
                  0x08e 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8 16 16 16 16  0 0 Slow
                  0x08f  0 dc  0  16  0 r  . .   5  6  5  0 .  .  0  0  0  0  0  0  0  0 0 None
                  0x090  0 dc  0  16  0 r  . .   5  6  5  0 .  .  0  0  0 16 16 16  0  0 0 Slow
                  0x091  0 dc  0  16  0 r  y .   5  6  5  0 .  .  0  0  0  0  0  0  0  0 0 None
                  0x092  0 dc  0  16  0 r  y .   5  6  5  0 .  .  0  0  0 16 16 16  0  0 0 Slow
                  0x093  0 dc  0  16  0 r  . .   5  6  5  0 .  .  0 16  0  0  0  0  0  0 0 None
                  0x094  0 dc  0  16  0 r  . .   5  6  5  0 .  .  0 16  0 16 16 16  0  0 0 Slow
                  0x095  0 dc  0  16  0 r  y .   5  6  5  0 .  .  0 16  0  0  0  0  0  0 0 None
                  0x096  0 dc  0  16  0 r  y .   5  6  5  0 .  .  0 16  0 16 16 16  0  0 0 Slow
                  0x097  0 dc  0  16  0 r  . .   5  6  5  0 .  .  0 24  0  0  0  0  0  0 0 None
                  0x098  0 dc  0  16  0 r  . .   5  6  5  0 .  .  0 24  0 16 16 16  0  0 0 Slow
                  0x099  0 dc  0  16  0 r  y .   5  6  5  0 .  .  0 24  0  0  0  0  0  0 0 None
                  0x09a  0 dc  0  16  0 r  y .   5  6  5  0 .  .  0 24  0 16 16 16  0  0 0 Slow
                  0x09b  0 dc  0  16  0 r  . .   5  6  5  0 .  .  0 24  8  0  0  0  0  0 0 None
                  0x09c  0 dc  0  16  0 r  . .   5  6  5  0 .  .  0 24  8 16 16 16  0  0 0 Slow
                  0x09d  0 dc  0  16  0 r  y .   5  6  5  0 .  .  0 24  8  0  0  0  0  0 0 None
                  0x09e  0 dc  0  16  0 r  y .   5  6  5  0 .  .  0 24  8 16 16 16  0  0 0 Slow
                  0x09f 24 dc  0  24  0 r  . .   8  8  8  0 .  .  0  0  0  0  0  0  0  0 0 None
                  0x0a0 24 dc  0  24  0 r  . .   8  8  8  0 .  .  0  0  0 16 16 16  0  0 0 Slow
                  0x0a1 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0  0  0  0  0  0  0  0 0 None
                  0x0a2 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0  0  0 16 16 16  0  0 0 Slow
                  0x0a3 24 dc  0  24  0 r  . .   8  8  8  0 .  .  0 16  0  0  0  0  0  0 0 None
                  0x0a4 24 dc  0  24  0 r  . .   8  8  8  0 .  .  0 16  0 16 16 16  0  0 0 Slow
                  0x0a5 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0 16  0  0  0  0  0  0 0 None
                  0x0a6 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0 16  0 16 16 16  0  0 0 Slow
                  0x0a7 24 dc  0  24  0 r  . .   8  8  8  0 .  .  0 24  0  0  0  0  0  0 0 None
                  0x0a8 24 dc  0  24  0 r  . .   8  8  8  0 .  .  0 24  0 16 16 16  0  0 0 Slow
                  0x0a9 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0 24  0  0  0  0  0  0 0 None
                  0x0aa 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0 24  0 16 16 16  0  0 0 Slow
                  0x0ab 24 dc  0  24  0 r  . .   8  8  8  0 .  .  0 24  8  0  0  0  0  0 0 None
                  0x0ac 24 dc  0  24  0 r  . .   8  8  8  0 .  .  0 24  8 16 16 16  0  0 0 Slow
                  0x0ad 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0 24  8  0  0  0  0  0 0 None
                  0x0ae 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0 24  8 16 16 16  0  0 0 Slow
                  0x0af 24 dc  0  32  0 r  . .   8  8  8  8 .  .  0  0  0  0  0  0  0  0 0 None
                  0x0b0 24 dc  0  32  0 r  . .   8  8  8  8 .  .  0  0  0 16 16 16 16  0 0 Slow
                  0x0b1 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0  0  0  0  0  0  0  0 0 None
                  0x0b2 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0  0  0 16 16 16 16  0 0 Slow
                  0x0b3 24 dc  0  32  0 r  . .   8  8  8  8 .  .  0 16  0  0  0  0  0  0 0 None
                  0x0b4 24 dc  0  32  0 r  . .   8  8  8  8 .  .  0 16  0 16 16 16 16  0 0 Slow
                  0x0b5 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0 16  0  0  0  0  0  0 0 None
                  0x0b6 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0 16  0 16 16 16 16  0 0 Slow
                  0x0b7 24 dc  0  32  0 r  . .   8  8  8  8 .  .  0 24  0  0  0  0  0  0 0 None
                  0x0b8 24 dc  0  32  0 r  . .   8  8  8  8 .  .  0 24  0 16 16 16 16  0 0 Slow
                  0x0b9 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0 24  0  0  0  0  0  0 0 None
                  0x0ba 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0 24  0 16 16 16 16  0 0 Slow
                  0x0bb 24 dc  0  32  0 r  . .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None
                  0x0bc 24 dc  0  32  0 r  . .   8  8  8  8 .  .  0 24  8 16 16 16 16  0 0 Slow
                  0x0bd 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None
                  0x0be 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8 16 16 16 16  0 0 Slow
                  
                  libGL: Can't open configuration file /etc/drirc: No such file or directory.

                  Comment


                  • #10
                    Originally posted by chithanh View Post
                    Do you get the same problem if you boot a recent Ubuntu LiveCD?
                    I will try this option later, my Internet connection speed leaves a lot to be desired.

                    Comment

                    Working...
                    X