Results 1 to 5 of 5

Thread: How to fix ATI Rage 128 frame buffer error on iMac G3 running ubuntu?

  1. #1
    Join Date
    Nov 2011
    Posts
    61

    How to fix ATI Rage 128 frame buffer error on iMac G3 running ubuntu?

    well I was trying to install spartan Openbox system on my iMac G3. I have successfully ran base command line system and I am able to log in without having any issue. after installing x.org I started to face an issue on my system. following is the error message which I have got on my system.
    (EE) Unable to find a valid framebuffer device
    (EE) R128(0): Failed to open framebuffer device, consult warnings and/or errors above for possible reasons
    (EE) Screen(s) found, but none have a usable configuration
    Below mentioned is the xorg.conf.


    Section "Monitor"
    Identifier "Configured Monitor"
    HorizSync 58-62
    VertRefresh 75-117
    EndSection

    Section "Screen"
    Identifier "Default Screen"
    Monitor "Configured Monitor"
    Device "Configured Video Device"
    DefaultDepth 24
    SubSection
    Depth 24
    modes "1024x768" "800x600"
    EndSubSection
    EndSection

    Section "Module"
    Disable "glx"
    Disable "dri"
    EndSection

    Section "Device"
    Identifier "Configured Video Device"
    Driver "r128"
    EndSection
    Thanks a lot in advance.

  2. #2
    Join Date
    Nov 2010
    Posts
    368

    Re: How to fix ATI Rage 128 frame buffer error on iMac G3 running ubuntu?

    If you are having old hardware then it is better to install the old version of Ubuntu on it. I have already used Debian Etch. After installing that X might not work but you will get a point to start. Once you X is started to work you can backup the xorg.conf and use the same on the new version of X.

  3. #3
    Join Date
    Mar 2011
    Posts
    359

    Re: How to fix ATI Rage 128 frame buffer error on iMac G3 running ubuntu?

    Looking at the situation I am suggesting following steps to do.


    You should run below mentioned command on your computer.


    Code:
    wget http://mac.linux.be/files/xorg/imac5.txt
    sudo mv imac5.txt /etc/X11/xorg.conf
    open the above mentioned file.

    After that you have to run below mentioned command

    Code:
    sudo nano /etc/X11/xorg.conf

    you have to change UseFBDev to false.

    Once done with above mentioned thing you have to save the changes done and reboot the computer.

  4. #4
    Join Date
    May 2011
    Posts
    415

    Re: How to fix ATI Rage 128 frame buffer error on iMac G3 running ubuntu?

    If above mentioned solution is not working for you than you can give a try to below mentioned steps.

    You should execute the below mentioned command

    Code:
    sudo nano /etc/X11/xorg.conf
    now you have to comment UseFBDev and NoInt10 lines by putting # at the beginning.


    Code:
      # Option "UseFBDev" "False"
          # Option "NoInt10" "True"
    And save the same.

    You should open yaboot.conf with sudo nano /etc/yaboot.conf and remove video=ofonly.

    You have to save and run command sudo ybin –v.

    After that you have to run sudo nano /etc/initramfs-tools/modules and add below mentioned lines.
    Code:
    aty128fb
    save it and run sudo update-initramfs –u.


    restart your system and see whether it is loading or not. If you are getting cli login then there will be need of doing more changes in the system.

    you have to run sudo nano /etc/modules and add below mentioned files.

    Code:
    aty128fb
    save it and execute sudo update-initramfs –u and restart the system and see whether it is loading or not.

    Still issue did not seems to solve then there is need of further changes.
    Code:
    sudo nano /etc/modprobe/blacklist-framebuffer.conf
    you have to remove # in front of aty128fb line.

    Now you should save and run sudo update-initramfs –u command.

    Once you have done the same you should restart the computer.

  5. #5
    Join Date
    May 2011
    Posts
    344

    Re: How to fix ATI Rage 128 frame buffer error on iMac G3 running ubuntu?

    Have a look on glxinfo and glxgears -info lines which I have posted below.


    adminubuntu@iMacUbuntu:~$ glxinfo
    name of display: :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_visual_info, GLX_EXT_visual_rating,
    GLX_EXT_import_context, GLX_EXT_texture_from_pixmap, GLX_OML_swap_method,
    GLX_SGI_make_current_read, GLX_SGIS_multisample, GLX_SGIX_fbconfig,
    GLX_SGIX_pbuffer, GLX_MESA_copy_sub_buffer, 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_EXT_framebuffer_sRGB,
    GLX_MESA_copy_sub_buffer, GLX_MESA_multithread_makecurrent,
    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_multithread_makecurrent, GLX_OML_swap_method,
    GLX_SGIS_multisample, GLX_SGIX_fbconfig, GLX_SGIX_pbuffer,
    GLX_INTEL_swap_event
    OpenGL vendor string: Mesa Project
    OpenGL renderer string: Software Rasterizer
    OpenGL version string: 2.1 Mesa 7.11
    OpenGL shading language version string: 1.20
    OpenGL extensions:
    GL_ARB_multisample, GL_EXT_abgr, GL_EXT_bgra, GL_EXT_blend_color,
    GL_EXT_blend_logic_op, GL_EXT_blend_minmax, GL_EXT_blend_subtract,
    GL_EXT_copy_texture, GL_EXT_paletted_texture, GL_EXT_polygon_offset,
    GL_EXT_subtexture, GL_EXT_texture_object, GL_EXT_vertex_array,
    GL_EXT_compiled_vertex_array, GL_EXT_texture, GL_EXT_texture3D,
    GL_IBM_rasterpos_clip, GL_ARB_point_parameters,
    GL_EXT_draw_range_elements, GL_EXT_packed_pixels, GL_EXT_point_parameters,
    GL_EXT_rescale_normal, GL_EXT_separate_specular_color,
    GL_EXT_texture_edge_clamp, GL_SGIS_generate_mipmap,
    GL_SGIS_texture_border_clamp, GL_SGIS_texture_edge_clamp,
    GL_SGIS_texture_lod, GL_ARB_multitexture, GL_IBM_multimode_draw_arrays,
    GL_IBM_texture_mirrored_repeat, GL_3DFX_texture_compression_FXT1,
    GL_ARB_texture_cube_map, GL_ARB_texture_env_add, GL_ARB_transpose_matrix,
    GL_EXT_blend_func_separate, GL_EXT_fog_coord, GL_EXT_multi_draw_arrays,
    GL_EXT_secondary_color, GL_EXT_texture_env_add,
    GL_EXT_texture_filter_anisotropic, GL_EXT_texture_lod_bias,
    GL_INGR_blend_func_separate, GL_MESA_resize_buffers, GL_NV_blend_square,
    GL_NV_light_max_exponent, GL_NV_texgen_reflection,
    GL_NV_texture_env_combine4, GL_SUN_multi_draw_arrays,
    GL_ARB_texture_border_clamp, GL_ARB_texture_compression,
    GL_EXT_framebuffer_object, GL_EXT_shared_texture_palette,
    GL_EXT_texture_env_dot3, GL_MESA_window_pos, GL_NV_packed_depth_stencil,
    GL_NV_texture_rectangle, GL_NV_vertex_program, GL_ARB_depth_texture,
    GL_ARB_occlusion_query, GL_ARB_shadow, GL_ARB_shadow_ambient,
    GL_ARB_texture_env_combine, GL_ARB_texture_env_crossbar,
    GL_ARB_texture_env_dot3, GL_ARB_texture_mirrored_repeat,
    GL_ARB_window_pos, GL_ATI_envmap_bumpmap, GL_ATI_fragment_shader,
    GL_EXT_stencil_two_side, GL_EXT_texture_cube_map, GL_NV_depth_clamp,
    GL_NV_fragment_program, GL_NV_point_sprite, GL_NV_vertex_program1_1,
    GL_APPLE_packed_pixels, GL_APPLE_vertex_array_object, GL_ARB_draw_buffers,
    GL_ARB_fragment_program, GL_ARB_fragment_shader, GL_ARB_shader_objects,
    GL_ARB_vertex_program, GL_ARB_vertex_shader, GL_ATI_draw_buffers,
    GL_ATI_texture_env_combine3, GL_EXT_depth_bounds_test,
    GL_EXT_shadow_funcs, GL_EXT_stencil_wrap, GL_MESA_pack_invert,
    GL_MESA_ycbcr_texture, GL_ARB_depth_clamp, GL_ARB_fragment_program_shadow,
    GL_ARB_half_float_pixel, GL_ARB_occlusion_query2, GL_ARB_point_sprite,
    GL_ARB_shading_language_100, GL_ARB_sync, GL_ARB_texture_non_power_of_two,
    GL_ARB_vertex_buffer_object, GL_ATI_blend_equation_separate,
    GL_EXT_blend_equation_separate, GL_OES_read_format,
    GL_ARB_pixel_buffer_object, GL_ARB_texture_compression_rgtc,
    GL_ARB_texture_rectangle, GL_ATI_texture_compression_3dc,
    GL_EXT_pixel_buffer_object, GL_EXT_texture_compression_rgtc,
    GL_EXT_texture_mirror_clamp, GL_EXT_texture_rectangle,
    GL_EXT_texture_sRGB, GL_EXT_texture_shared_exponent,
    GL_ARB_framebuffer_object, GL_EXT_framebuffer_blit,
    GL_EXT_framebuffer_multisample, GL_EXT_packed_depth_stencil,
    GL_NV_fragment_program_option, GL_APPLE_object_purgeable,
    GL_ARB_vertex_array_object, GL_ATI_separate_stencil,
    GL_ATI_texture_mirror_once, GL_EXT_draw_buffers2, GL_EXT_draw_instanced,
    GL_EXT_gpu_program_parameters, GL_EXT_texture_array,
    GL_EXT_texture_compression_latc, GL_EXT_texture_env_combine,
    GL_EXT_texture_sRGB_decode, GL_MESA_texture_array, GL_ARB_copy_buffer,
    GL_ARB_draw_instanced, GL_ARB_half_float_vertex, GL_ARB_map_buffer_range,
    GL_ARB_texture_rg, GL_ARB_texture_swizzle, GL_ARB_vertex_array_bgra,
    GL_EXT_separate_shader_objects, GL_EXT_texture_swizzle,
    GL_EXT_vertex_array_bgra, GL_NV_conditional_render,
    GL_ARB_draw_elements_base_vertex, GL_ARB_explicit_attrib_location,
    GL_ARB_fragment_coord_conventions, GL_ARB_provoking_vertex,
    GL_EXT_provoking_vertex, GL_ARB_robustness

    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
    0x0c4 24 tc 0 24 0 r . . 8 8 8 0 . . 0 0 0 0 0 0 0 0 0 None
    0x0c5 24 tc 0 24 0 r . . 8 8 8 0 . . 0 0 0 16 16 16 0 0 0 Slow
    0x0c6 24 tc 0 24 0 r y . 8 8 8 0 . . 0 0 0 0 0 0 0 0 0 None
    0x0c7 24 tc 0 24 0 r y . 8 8 8 0 . . 0 0 0 16 16 16 0 0 0 Slow
    0x0c8 24 tc 0 24 0 r . . 8 8 8 0 . . 0 0 8 0 0 0 0 0 0 None
    0x0c9 24 tc 0 24 0 r . . 8 8 8 0 . . 0 0 8 16 16 16 0 0 0 Slow
    0x0ca 24 tc 0 24 0 r y . 8 8 8 0 . . 0 0 8 0 0 0 0 0 0 None
    0x0cb 24 tc 0 24 0 r y . 8 8 8 0 . . 0 0 8 16 16 16 0 0 0 Slow
    0x0cc 24 tc 0 24 0 r . . 8 8 8 0 . . 0 24 0 0 0 0 0 0 0 None
    0x0cd 24 tc 0 24 0 r . . 8 8 8 0 . . 0 24 0 16 16 16 0 0 0 Slow
    0x0ce 24 tc 0 24 0 r y . 8 8 8 0 . . 0 24 0 0 0 0 0 0 0 None
    0x0cf 24 tc 0 24 0 r y . 8 8 8 0 . . 0 24 0 16 16 16 0 0 0 Slow
    0x0d0 24 tc 0 24 0 r . . 8 8 8 0 . . 0 24 8 0 0 0 0 0 0 None
    0x0d1 24 tc 0 24 0 r . . 8 8 8 0 . . 0 24 8 16 16 16 0 0 0 Slow
    0x0d2 24 tc 0 24 0 r y . 8 8 8 0 . . 0 24 8 0 0 0 0 0 0 None
    0x0d3 24 tc 0 24 0 r y . 8 8 8 0 . . 0 24 8 16 16 16 0 0 0 Slow
    0x0d4 24 tc 0 32 0 r . . 8 8 8 8 . . 0 0 0 0 0 0 0 0 0 None
    0x0d5 24 tc 0 32 0 r . . 8 8 8 8 . . 0 0 0 16 16 16 16 0 0 Slow
    0x0d6 24 tc 0 32 0 r y . 8 8 8 8 . . 0 0 0 0 0 0 0 0 0 None
    0x0d7 24 tc 0 32 0 r y . 8 8 8 8 . . 0 0 0 16 16 16 16 0 0 Slow
    0x0d8 24 tc 0 32 0 r . . 8 8 8 8 . . 0 0 8 0 0 0 0 0 0 None
    0x0d9 24 tc 0 32 0 r . . 8 8 8 8 . . 0 0 8 16 16 16 16 0 0 Slow
    0x0da 24 tc 0 32 0 r y . 8 8 8 8 . . 0 0 8 0 0 0 0 0 0 None
    0x0db 24 tc 0 32 0 r y . 8 8 8 8 . . 0 0 8 16 16 16 16 0 0 Slow
    0x0dc 24 tc 0 32 0 r . . 8 8 8 8 . . 0 24 0 0 0 0 0 0 0 None
    0x0dd 24 tc 0 32 0 r . . 8 8 8 8 . . 0 24 0 16 16 16 16 0 0 Slow
    0x0de 24 tc 0 32 0 r y . 8 8 8 8 . . 0 24 0 16 16 16 16 0 0 Slow
    0x0df 24 tc 0 32 0 r . . 8 8 8 8 . . 0 24 8 0 0 0 0 0 0 None
    0x0e0 24 tc 0 32 0 r . . 8 8 8 8 . . 0 24 8 16 16 16 16 0 0 Slow
    0x0e1 24 tc 0 32 0 r y . 8 8 8 8 . . 0 24 8 16 16 16 16 0 0 Slow
    0x0e2 24 dc 0 24 0 r . . 8 8 8 0 . . 0 0 0 0 0 0 0 0 0 None
    0x0e3 24 dc 0 24 0 r . . 8 8 8 0 . . 0 0 0 16 16 16 0 0 0 Slow
    0x0e4 24 dc 0 24 0 r y . 8 8 8 0 . . 0 0 0 0 0 0 0 0 0 None
    0x0e5 24 dc 0 24 0 r y . 8 8 8 0 . . 0 0 0 16 16 16 0 0 0 Slow
    0x0e6 24 dc 0 24 0 r . . 8 8 8 0 . . 0 0 8 0 0 0 0 0 0 None
    0x0e7 24 dc 0 24 0 r . . 8 8 8 0 . . 0 0 8 16 16 16 0 0 0 Slow
    0x0e8 24 dc 0 24 0 r y . 8 8 8 0 . . 0 0 8 0 0 0 0 0 0 None
    0x0e9 24 dc 0 24 0 r y . 8 8 8 0 . . 0 0 8 16 16 16 0 0 0 Slow
    0x0ea 24 dc 0 24 0 r . . 8 8 8 0 . . 0 24 0 0 0 0 0 0 0 None
    0x0eb 24 dc 0 24 0 r . . 8 8 8 0 . . 0 24 0 16 16 16 0 0 0 Slow
    0x0ec 24 dc 0 24 0 r y . 8 8 8 0 . . 0 24 0 0 0 0 0 0 0 None
    0x0ed 24 dc 0 24 0 r y . 8 8 8 0 . . 0 24 0 16 16 16 0 0 0 Slow
    0x0ee 24 dc 0 24 0 r . . 8 8 8 0 . . 0 24 8 0 0 0 0 0 0 None
    0x0ef 24 dc 0 24 0 r . . 8 8 8 0 . . 0 24 8 16 16 16 0 0 0 Slow
    0x0f0 24 dc 0 24 0 r y . 8 8 8 0 . . 0 24 8 0 0 0 0 0 0 None
    0x0f1 24 dc 0 24 0 r y . 8 8 8 0 . . 0 24 8 16 16 16 0 0 0 Slow
    0x0f2 24 dc 0 32 0 r . . 8 8 8 8 . . 0 0 0 0 0 0 0 0 0 None
    0x0f3 24 dc 0 32 0 r . . 8 8 8 8 . . 0 0 0 16 16 16 16 0 0 Slow
    0x0f4 24 dc 0 32 0 r y . 8 8 8 8 . . 0 0 0 0 0 0 0 0 0 None
    0x0f5 24 dc 0 32 0 r y . 8 8 8 8 . . 0 0 0 16 16 16 16 0 0 Slow
    0x0f6 24 dc 0 32 0 r . . 8 8 8 8 . . 0 0 8 0 0 0 0 0 0 None
    0x0f7 24 dc 0 32 0 r . . 8 8 8 8 . . 0 0 8 16 16 16 16 0 0 Slow
    0x0f8 24 dc 0 32 0 r y . 8 8 8 8 . . 0 0 8 0 0 0 0 0 0 None
    0x0f9 24 dc 0 32 0 r y . 8 8 8 8 . . 0 0 8 16 16 16 16 0 0 Slow
    0x0fa 24 dc 0 32 0 r . . 8 8 8 8 . . 0 24 0 0 0 0 0 0 0 None
    0x0fb 24 dc 0 32 0 r . . 8 8 8 8 . . 0 24 0 16 16 16 16 0 0 Slow
    0x0fc 24 dc 0 32 0 r y . 8 8 8 8 . . 0 24 0 0 0 0 0 0 0 None
    0x0fd 24 dc 0 32 0 r y . 8 8 8 8 . . 0 24 0 16 16 16 16 0 0 Slow
    0x0fe 24 dc 0 32 0 r . . 8 8 8 8 . . 0 24 8 0 0 0 0 0 0 None
    0x0ff 24 dc 0 32 0 r . . 8 8 8 8 . . 0 24 8 16 16 16 16 0 0 Slow
    0x100 24 dc 0 32 0 r y . 8 8 8 8 . . 0 24 8 16 16 16 16 0 0 Slow
    0x043 32 tc 0 32 0 r y . 8 8 8 8 . . 0 24 0 0 0 0 0 0 0 None

    128 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
    ----------------------------------------------------------------------------
    0x044 0 tc 0 8 0 r . . 3 3 2 0 . . 0 0 0 0 0 0 0 0 0 None
    0x045 0 tc 0 8 0 r . . 3 3 2 0 . . 0 0 0 16 16 16 0 0 0 Slow
    0x046 0 tc 0 8 0 r y . 3 3 2 0 . . 0 0 0 0 0 0 0 0 0 None
    0x047 0 tc 0 8 0 r y . 3 3 2 0 . . 0 0 0 16 16 16 0 0 0 Slow
    0x048 0 tc 0 8 0 r . . 3 3 2 0 . . 0 0 8 0 0 0 0 0 0 None
    0x049 0 tc 0 8 0 r . . 3 3 2 0 . . 0 0 8 16 16 16 0 0 0 Slow
    0x04a 0 tc 0 8 0 r y . 3 3 2 0 . . 0 0 8 0 0 0 0 0 0 None
    0x04b 0 tc 0 8 0 r y . 3 3 2 0 . . 0 0 8 16 16 16 0 0 0 Slow
    0x04c 0 tc 0 8 0 r . . 3 3 2 0 . . 0 8 0 0 0 0 0 0 0 None
    0x04d 0 tc 0 8 0 r . . 3 3 2 0 . . 0 8 0 16 16 16 0 0 0 Slow
    0x04e 0 tc 0 8 0 r y . 3 3 2 0 . . 0 8 0 0 0 0 0 0 0 None
    0x04f 0 tc 0 8 0 r y . 3 3 2 0 . . 0 8 0 16 16 16 0 0 0 Slow
    0x050 0 tc 0 8 0 r . . 3 3 2 0 . . 0 8 8 0 0 0 0 0 0 None
    0x051 0 tc 0 8 0 r . . 3 3 2 0 . . 0 8 8 16 16 16 0 0 0 Slow
    0x052 0 tc 0 8 0 r y . 3 3 2 0 . . 0 8 8 0 0 0 0 0 0 None
    0x053 0 tc 0 8 0 r y . 3 3 2 0 . . 0 8 8 16 16 16 0 0 0 Slow
    0x054 0 tc 0 16 0 r . . 5 6 5 0 . . 0 0 0 0 0 0 0 0 0 None
    0x055 0 tc 0 16 0 r . . 5 6 5 0 . . 0 0 0 16 16 16 0 0 0 Slow
    0x056 0 tc 0 16 0 r y . 5 6 5 0 . . 0 0 0 0 0 0 0 0 0 None
    0x057 0 tc 0 16 0 r y . 5 6 5 0 . . 0 0 0 16 16 16 0 0 0 Slow
    0x058 0 tc 0 16 0 r . . 5 6 5 0 . . 0 0 8 0 0 0 0 0 0 None
    0x059 0 tc 0 16 0 r . . 5 6 5 0 . . 0 0 8 16 16 16 0 0 0 Slow
    0x05a 0 tc 0 16 0 r y . 5 6 5 0 . . 0 0 8 0 0 0 0 0 0 None
    0x05b 0 tc 0 16 0 r y . 5 6 5 0 . . 0 0 8 16 16 16 0 0 0 Slow
    0x05c 0 tc 0 16 0 r . . 5 6 5 0 . . 0 16 0 0 0 0 0 0 0 None
    0x05d 0 tc 0 16 0 r . . 5 6 5 0 . . 0 16 0 16 16 16 0 0 0 Slow
    0x05e 0 tc 0 16 0 r y . 5 6 5 0 . . 0 16 0 0 0 0 0 0 0 None
    0x05f 0 tc 0 16 0 r y . 5 6 5 0 . . 0 16 0 16 16 16 0 0 0 Slow
    0x060 0 tc 0 16 0 r . . 5 6 5 0 . . 0 16 8 0 0 0 0 0 0 None
    0x061 0 tc 0 16 0 r . . 5 6 5 0 . . 0 16 8 16 16 16 0 0 0 Slow
    0x062 0 tc 0 16 0 r y . 5 6 5 0 . . 0 16 8 0 0 0 0 0 0 None
    0x063 0 tc 0 16 0 r y . 5 6 5 0 . . 0 16 8 16 16 16 0 0 0 Slow
    0x064 24 tc 0 24 0 r . . 8 8 8 0 . . 0 0 0 0 0 0 0 0 0 None
    0x065 24 tc 0 24 0 r . . 8 8 8 0 . . 0 0 0 16 16 16 0 0 0 Slow
    0x066 24 tc 0 24 0 r y . 8 8 8 0 . . 0 0 0 0 0 0 0 0 0 None
    0x067 24 tc 0 24 0 r y . 8 8 8 0 . . 0 0 0 16 16 16 0 0 0 Slow
    0x068 24 tc 0 24 0 r . . 8 8 8 0 . . 0 0 8 0 0 0 0 0 0 None
    0x069 24 tc 0 24 0 r . . 8 8 8 0 . . 0 0 8 16 16 16 0 0 0 Slow
    0x06a 24 tc 0 24 0 r y . 8 8 8 0 . . 0 0 8 0 0 0 0 0 0 None
    0x06b 24 tc 0 24 0 r y . 8 8 8 0 . . 0 0 8 16 16 16 0 0 0 Slow
    0x06c 24 tc 0 24 0 r . . 8 8 8 0 . . 0 24 0 0 0 0 0 0 0 None
    0x06d 24 tc 0 24 0 r . . 8 8 8 0 . . 0 24 0 16 16 16 0 0 0 Slow
    0x06e 24 tc 0 24 0 r y . 8 8 8 0 . . 0 24 0 0 0 0 0 0 0 None
    0x06f 24 tc 0 24 0 r y . 8 8 8 0 . . 0 24 0 16 16 16 0 0 0 Slow
    0x070 24 tc 0 24 0 r . . 8 8 8 0 . . 0 24 8 0 0 0 0 0 0 None
    0x071 24 tc 0 24 0 r . . 8 8 8 0 . . 0 24 8 16 16 16 0 0 0 Slow
    0x072 24 tc 0 24 0 r y . 8 8 8 0 . . 0 24 8 0 0 0 0 0 0 None
    0x073 24 tc 0 24 0 r y . 8 8 8 0 . . 0 24 8 16 16 16 0 0 0 Slow
    0x074 24 tc 0 32 0 r . . 8 8 8 8 . . 0 0 0 0 0 0 0 0 0 None
    0x075 24 tc 0 32 0 r . . 8 8 8 8 . . 0 0 0 16 16 16 16 0 0 Slow
    0x076 24 tc 0 32 0 r y . 8 8 8 8 . . 0 0 0 0 0 0 0 0 0 None
    0x077 24 tc 0 32 0 r y . 8 8 8 8 . . 0 0 0 16 16 16 16 0 0 Slow
    0x078 24 tc 0 32 0 r . . 8 8 8 8 . . 0 0 8 0 0 0 0 0 0 None
    0x079 24 tc 0 32 0 r . . 8 8 8 8 . . 0 0 8 16 16 16 16 0 0 Slow
    0x07a 24 tc 0 32 0 r y . 8 8 8 8 . . 0 0 8 0 0 0 0 0 0 None
    0x07b 24 tc 0 32 0 r y . 8 8 8 8 . . 0 0 8 16 16 16 16 0 0 Slow
    0x07c 24 tc 0 32 0 r . . 8 8 8 8 . . 0 24 0 0 0 0 0 0 0 None
    0x07d 24 tc 0 32 0 r . . 8 8 8 8 . . 0 24 0 16 16 16 16 0 0 Slow
    0x07e 32 tc 0 32 0 r y . 8 8 8 8 . . 0 24 0 0 0 0 0 0 0 None
    0x07f 24 tc 0 32 0 r y . 8 8 8 8 . . 0 24 0 16 16 16 16 0 0 Slow
    0x080 24 tc 0 32 0 r . . 8 8 8 8 . . 0 24 8 0 0 0 0 0 0 None
    0x081 24 tc 0 32 0 r . . 8 8 8 8 . . 0 24 8 16 16 16 16 0 0 Slow
    0x082 24 tc 0 32 0 r y . 8 8 8 8 . . 0 24 8 0 0 0 0 0 0 None
    0x083 24 tc 0 32 0 r y . 8 8 8 8 . . 0 24 8 16 16 16 16 0 0 Slow
    0x084 0 dc 0 8 0 r . . 3 3 2 0 . . 0 0 0 0 0 0 0 0 0 None
    0x085 0 dc 0 8 0 r . . 3 3 2 0 . . 0 0 0 16 16 16 0 0 0 Slow
    0x086 0 dc 0 8 0 r y . 3 3 2 0 . . 0 0 0 0 0 0 0 0 0 None
    0x087 0 dc 0 8 0 r y . 3 3 2 0 . . 0 0 0 16 16 16 0 0 0 Slow
    0x088 0 dc 0 8 0 r . . 3 3 2 0 . . 0 0 8 0 0 0 0 0 0 None
    0x089 0 dc 0 8 0 r . . 3 3 2 0 . . 0 0 8 16 16 16 0 0 0 Slow
    0x08a 0 dc 0 8 0 r y . 3 3 2 0 . . 0 0 8 0 0 0 0 0 0 None
    0x08b 0 dc 0 8 0 r y . 3 3 2 0 . . 0 0 8 16 16 16 0 0 0 Slow
    0x08c 0 dc 0 8 0 r . . 3 3 2 0 . . 0 8 0 0 0 0 0 0 0 None
    0x08d 0 dc 0 8 0 r . . 3 3 2 0 . . 0 8 0 16 16 16 0 0 0 Slow
    0x08e 0 dc 0 8 0 r y . 3 3 2 0 . . 0 8 0 0 0 0 0 0 0 None
    0x08f 0 dc 0 8 0 r y . 3 3 2 0 . . 0 8 0 16 16 16 0 0 0 Slow
    0x090 0 dc 0 8 0 r . . 3 3 2 0 . . 0 8 8 0 0 0 0 0 0 None
    0x091 0 dc 0 8 0 r . . 3 3 2 0 . . 0 8 8 16 16 16 0 0 0 Slow
    0x092 0 dc 0 8 0 r y . 3 3 2 0 . . 0 8 8 0 0 0 0 0 0 None
    0x093 0 dc 0 8 0 r y . 3 3 2 0 . . 0 8 8 16 16 16 0 0 0 Slow
    0x094 0 dc 0 16 0 r . . 5 6 5 0 . . 0 0 0 0 0 0 0 0 0 None
    0x095 0 dc 0 16 0 r . . 5 6 5 0 . . 0 0 0 16 16 16 0 0 0 Slow
    0x096 0 dc 0 16 0 r y . 5 6 5 0 . . 0 0 0 0 0 0 0 0 0 None
    0x097 0 dc 0 16 0 r y . 5 6 5 0 . . 0 0 0 16 16 16 0 0 0 Slow
    0x098 0 dc 0 16 0 r . . 5 6 5 0 . . 0 0 8 0 0 0 0 0 0 None
    0x099 0 dc 0 16 0 r . . 5 6 5 0 . . 0 0 8 16 16 16 0 0 0 Slow
    0x09a 0 dc 0 16 0 r y . 5 6 5 0 . . 0 0 8 0 0 0 0 0 0 None
    0x09b 0 dc 0 16 0 r y . 5 6 5 0 . . 0 0 8 16 16 16 0 0 0 Slow
    0x09c 0 dc 0 16 0 r . . 5 6 5 0 . . 0 16 0 0 0 0 0 0 0 None
    0x09d 0 dc 0 16 0 r . . 5 6 5 0 . . 0 16 0 16 16 16 0 0 0 Slow
    0x09e 0 dc 0 16 0 r y . 5 6 5 0 . . 0 16 0 0 0 0 0 0 0 None
    0x09f 0 dc 0 16 0 r y . 5 6 5 0 . . 0 16 0 16 16 16 0 0 0 Slow
    0x0a0 0 dc 0 16 0 r . . 5 6 5 0 . . 0 16 8 0 0 0 0 0 0 None
    0x0a1 0 dc 0 16 0 r . . 5 6 5 0 . . 0 16 8 16 16 16 0 0 0 Slow
    0x0a2 0 dc 0 16 0 r y . 5 6 5 0 . . 0 16 8 0 0 0 0 0 0 None
    0x0a3 0 dc 0 16 0 r y . 5 6 5 0 . . 0 16 8 16 16 16 0 0 0 Slow
    0x0a4 24 dc 0 24 0 r . . 8 8 8 0 . . 0 0 0 0 0 0 0 0 0 None
    0x0a5 24 dc 0 24 0 r . . 8 8 8 0 . . 0 0 0 16 16 16 0 0 0 Slow
    0x0a6 24 dc 0 24 0 r y . 8 8 8 0 . . 0 0 0 0 0 0 0 0 0 None
    0x0a7 24 dc 0 24 0 r y . 8 8 8 0 . . 0 0 0 16 16 16 0 0 0 Slow
    0x0a8 24 dc 0 24 0 r . . 8 8 8 0 . . 0 0 8 0 0 0 0 0 0 None
    0x0a9 24 dc 0 24 0 r . . 8 8 8 0 . . 0 0 8 16 16 16 0 0 0 Slow
    0x0aa 24 dc 0 24 0 r y . 8 8 8 0 . . 0 0 8 0 0 0 0 0 0 None
    0x0ab 24 dc 0 24 0 r y . 8 8 8 0 . . 0 0 8 16 16 16 0 0 0 Slow
    0x0ac 24 dc 0 24 0 r . . 8 8 8 0 . . 0 24 0 0 0 0 0 0 0 None
    0x0ad 24 dc 0 24 0 r . . 8 8 8 0 . . 0 24 0 16 16 16 0 0 0 Slow
    0x0ae 24 dc 0 24 0 r y . 8 8 8 0 . . 0 24 0 0 0 0 0 0 0 None
    0x0af 24 dc 0 24 0 r y . 8 8 8 0 . . 0 24 0 16 16 16 0 0 0 Slow
    0x0b0 24 dc 0 24 0 r . . 8 8 8 0 . . 0 24 8 0 0 0 0 0 0 None
    0x0b1 24 dc 0 24 0 r . . 8 8 8 0 . . 0 24 8 16 16 16 0 0 0 Slow
    0x0b2 24 dc 0 24 0 r y . 8 8 8 0 . . 0 24 8 0 0 0 0 0 0 None
    0x0b3 24 dc 0 24 0 r y . 8 8 8 0 . . 0 24 8 16 16 16 0 0 0 Slow
    0x0b4 24 dc 0 32 0 r . . 8 8 8 8 . . 0 0 0 0 0 0 0 0 0 None
    0x0b5 24 dc 0 32 0 r . . 8 8 8 8 . . 0 0 0 16 16 16 16 0 0 Slow
    0x0b6 24 dc 0 32 0 r y . 8 8 8 8 . . 0 0 0 0 0 0 0 0 0 None
    0x0b7 24 dc 0 32 0 r y . 8 8 8 8 . . 0 0 0 16 16 16 16 0 0 Slow
    0x0b8 24 dc 0 32 0 r . . 8 8 8 8 . . 0 0 8 0 0 0 0 0 0 None
    0x0b9 24 dc 0 32 0 r . . 8 8 8 8 . . 0 0 8 16 16 16 16 0 0 Slow
    0x0ba 24 dc 0 32 0 r y . 8 8 8 8 . . 0 0 8 0 0 0 0 0 0 None
    0x0bb 24 dc 0 32 0 r y . 8 8 8 8 . . 0 0 8 16 16 16 16 0 0 Slow
    0x0bc 24 dc 0 32 0 r . . 8 8 8 8 . . 0 24 0 0 0 0 0 0 0 None
    0x0bd 24 dc 0 32 0 r . . 8 8 8 8 . . 0 24 0 16 16 16 16 0 0 Slow
    0x0be 24 dc 0 32 0 r y . 8 8 8 8 . . 0 24 0 0 0 0 0 0 0 None
    0x0bf 24 dc 0 32 0 r y . 8 8 8 8 . . 0 24 0 16 16 16 16 0 0 Slow
    0x0c0 24 dc 0 32 0 r . . 8 8 8 8 . . 0 24 8 0 0 0 0 0 0 None
    0x0c1 24 dc 0 32 0 r . . 8 8 8 8 . . 0 24 8 16 16 16 16 0 0 Slow
    0x0c2 24 dc 0 32 0 r y . 8 8 8 8 . . 0 24 8 0 0 0 0 0 0 None
    0x0c3 24 dc 0 32 0 r y . 8 8 8 8 . . 0 24 8 16 16 16 16 0 0 Slow

    adminubuntu@iMacUbuntu:~$ glxgears -info
    GL_RENDERER = Software Rasterizer
    GL_VERSION = 2.1 Mesa 7.11
    GL_VENDOR = Mesa Project
    GL_EXTENSIONS = GL_ARB_multisample GL_EXT_abgr GL_EXT_bgra GL_EXT_blend_color GL_EXT_blend_logic_op GL_EXT_blend_minmax GL_EXT_blend_subtract GL_EXT_copy_texture GL_EXT_paletted_texture GL_EXT_polygon_offset GL_EXT_subtexture GL_EXT_texture_object GL_EXT_vertex_array GL_EXT_compiled_vertex_array GL_EXT_texture GL_EXT_texture3D GL_IBM_rasterpos_clip GL_ARB_point_parameters GL_EXT_draw_range_elements GL_EXT_packed_pixels GL_EXT_point_parameters GL_EXT_rescale_normal GL_EXT_separate_specular_color GL_EXT_texture_edge_clamp GL_SGIS_generate_mipmap GL_SGIS_texture_border_clamp GL_SGIS_texture_edge_clamp GL_SGIS_texture_lod GL_ARB_multitexture GL_IBM_multimode_draw_arrays GL_IBM_texture_mirrored_repeat GL_3DFX_texture_compression_FXT1 GL_ARB_texture_cube_map GL_ARB_texture_env_add GL_ARB_transpose_matrix GL_EXT_blend_func_separate GL_EXT_fog_coord GL_EXT_multi_draw_arrays GL_EXT_secondary_color GL_EXT_texture_env_add GL_EXT_texture_filter_anisotropic GL_EXT_texture_lod_bias GL_INGR_blend_func_separate GL_MESA_resize_buffers GL_NV_blend_square GL_NV_light_max_exponent GL_NV_texgen_reflection GL_NV_texture_env_combine4 GL_SUN_multi_draw_arrays GL_ARB_texture_border_clamp GL_ARB_texture_compression GL_EXT_framebuffer_object GL_EXT_shared_texture_palette GL_EXT_texture_env_dot3 GL_MESA_window_pos GL_NV_packed_depth_stencil GL_NV_texture_rectangle GL_NV_vertex_program GL_ARB_depth_texture GL_ARB_occlusion_query GL_ARB_shadow GL_ARB_shadow_ambient GL_ARB_texture_env_combine GL_ARB_texture_env_crossbar GL_ARB_texture_env_dot3 GL_ARB_texture_mirrored_repeat GL_ARB_window_pos GL_ATI_envmap_bumpmap GL_ATI_fragment_shader GL_EXT_stencil_two_side GL_EXT_texture_cube_map GL_NV_depth_clamp GL_NV_fragment_program GL_NV_point_sprite GL_NV_vertex_program1_1 GL_APPLE_packed_pixels GL_APPLE_vertex_array_object GL_ARB_draw_buffers GL_ARB_fragment_program GL_ARB_fragment_shader GL_ARB_shader_objects GL_ARB_vertex_program GL_ARB_vertex_shader GL_ATI_draw_buffers GL_ATI_texture_env_combine3 GL_EXT_depth_bounds_test GL_EXT_shadow_funcs GL_EXT_stencil_wrap GL_MESA_pack_invert GL_MESA_ycbcr_texture GL_ARB_depth_clamp GL_ARB_fragment_program_shadow GL_ARB_half_float_pixel GL_ARB_occlusion_query2 GL_ARB_point_sprite GL_ARB_shading_language_100 GL_ARB_sync GL_ARB_texture_non_power_of_two GL_ARB_vertex_buffer_object GL_ATI_blend_equation_separate GL_EXT_blend_equation_separate GL_OES_read_format GL_ARB_pixel_buffer_object GL_ARB_texture_compression_rgtc GL_ARB_texture_rectangle GL_ATI_texture_compression_3dc GL_EXT_pixel_buffer_object GL_EXT_texture_compression_rgtc GL_EXT_texture_mirror_clamp GL_EXT_texture_rectangle GL_EXT_texture_sRGB GL_EXT_texture_shared_exponent GL_ARB_framebuffer_object GL_EXT_framebuffer_blit GL_EXT_framebuffer_multisample GL_EXT_packed_depth_stencil GL_NV_fragment_program_option GL_APPLE_object_purgeable GL_ARB_vertex_array_object GL_ATI_separate_stencil GL_ATI_texture_mirror_once GL_EXT_draw_buffers2 GL_EXT_draw_instanced GL_EXT_gpu_program_parameters GL_EXT_texture_array GL_EXT_texture_compression_latc GL_EXT_texture_env_combine GL_EXT_texture_sRGB_decode GL_MESA_texture_array GL_ARB_copy_buffer GL_ARB_draw_instanced GL_ARB_half_float_vertex GL_ARB_map_buffer_range GL_ARB_texture_rg GL_ARB_texture_swizzle GL_ARB_vertex_array_bgra GL_EXT_separate_shader_objects GL_EXT_texture_swizzle GL_EXT_vertex_array_bgra GL_NV_conditional_render GL_ARB_draw_elements_base_vertex GL_ARB_explicit_attrib_location GL_ARB_fragment_coord_conventions GL_ARB_provoking_vertex GL_EXT_provoking_vertex GL_ARB_robustness
    103 frames in 5.1 seconds = 20.339 FPS
    98 frames in 5.0 seconds = 19.547 FPS
    127 frames in 5.0 seconds = 25.313 FPS
    149 frames in 5.0 seconds = 29.745 FPS
    148 frames in 5.1 seconds = 29.242 FPS
    131 frames in 5.0 seconds = 26.056 FPS
    172 frames in 5.0 seconds = 34.384 FPS
    179 frames in 5.0 seconds = 35.698 FPS
    130 frames in 5.1 seconds = 25.721 FPS
    91 frames in 5.0 seconds = 18.079 FPS
    82 frames in 5.0 seconds = 16.352 FPS
    61 frames in 5.0 seconds = 12.160 FPS
    84 frames in 5.1 seconds = 16.630 FPS
    86 frames in 5.0 seconds = 17.136 FPS
    XIO: fatal IO error 11 (Resource temporarily unavailable) on X server ":0"
    after 3414 requests (3370 known processed) with 0 events remaining.
    • You should run glxinfo then glxgears –info
    • after doing that you should comment out “UseFBDev" "false" and "NoInt10" "true"
    • you have to add aty128fb to initramfs-tools/modules dir and executed sudo update-initramfs –u.
    • restart the system and add aty128fb to /etc/modules directory.
    • If it is not working then restart the system again and execute Linux
      Code:
      video=off

Similar Threads

  1. kernel.log error running 24/7 on iMac
    By The#Gaelic in forum Operating Systems
    Replies: 6
    Last Post: 16-02-2012, 11:54 AM
  2. How to edit XORG.CONF file iMac G3 PPC running with ubuntu 9.04?
    By Gowravaram in forum Operating Systems
    Replies: 5
    Last Post: 31-01-2012, 11:49 PM
  3. What should be “On-Chip Frame Buffer Size” in gigabyte GA-Z68X-UD3H-B3 motherboard
    By Anna Hard Reset in forum Motherboard Processor & RAM
    Replies: 4
    Last Post: 21-12-2011, 07:47 PM
  4. Replies: 4
    Last Post: 03-09-2011, 12:00 PM
  5. Setting depth buffer (z buffer) size (16bit / 24bit)
    By NewComer in forum Monitor & Video Cards
    Replies: 4
    Last Post: 08-04-2010, 05:47 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,710,827,817.48836 seconds with 16 queries