Announcement

Collapse
No announcement yet.

8.42.3 Compiz Missing GLX_EXT_texture_from_pixmap

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

  • 8.42.3 Compiz Missing GLX_EXT_texture_from_pixmap

    This is strange.

    I have the driver installed correctly, glxgears as the simplest test runs.

    Code:
    compiz --replace
    GLX_EXT_texture_from_pixmap is not available with direct rendering.
    GLX_EXT_texture_from_pixmap is not available with indirect rendering. Aborting!
    I have Radeon 9600XT, Debian Sid, Compiz version 0.5.2.2, kernel 2.6.21, AMD K7 Athlon XP (=32 bit), Xserver 1.7.3, xserver-xorg-core 2.1.4-3 and I'm running KDE.

    fglrxinfo:
    Code:
    fglrxinfo
    display: :0.0  screen: 0
    OpenGL vendor string: ATI Technologies Inc.
    OpenGL renderer string: ATI RADEON 9600 Series
    OpenGL version string: 2.0.6958 Release
    Code:
    glxinfo | grep GLX_EXT_texture_from_pixmap
        GLX_ARB_multisample, GLX_EXT_import_context, GLX_EXT_texture_from_pixmap,
        GLX_SGIX_visual_select_group, GLX_EXT_texture_from_pixmap
    glxinfo:
    Code:
    name of display: :0.0
    display: :0  screen: 0
    direct rendering: Yes
    server glx vendor string: SGI
    server glx version string: 1.2
    server glx extensions:
        GLX_ARB_multisample, GLX_EXT_import_context, GLX_EXT_texture_from_pixmap,
        GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_OML_swap_method,
        GLX_SGIS_multisample, GLX_SGIX_fbconfig, GLX_SGIX_visual_select_group
    client glx vendor string: 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_allocate_memory,
        GLX_MESA_copy_sub_buffer, GLX_MESA_swap_control,
        GLX_MESA_swap_frame_usage, 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 version: 1.2
    GLX extensions:
        GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_import_context,
        GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_OML_swap_method,
        GLX_SGIS_multisample, GLX_SGIX_fbconfig, GLX_SGIX_visual_select_group
    OpenGL vendor string: ATI Technologies Inc.
    OpenGL renderer string: ATI RADEON 9600 Series
    OpenGL version string: 2.0.6958 Release
    OpenGL extensions:
        GL_ARB_depth_texture, GL_ARB_draw_buffers, GL_ARB_fragment_program,
        GL_ARB_fragment_shader, GL_ARB_multisample, GL_ARB_multitexture,
        GL_ARB_occlusion_query, GL_ARB_point_parameters, GL_ARB_point_sprite,
        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_ARB_texture_float, GL_ARB_texture_mirrored_repeat,
        GL_ARB_texture_rectangle, GL_ARB_transpose_matrix,
        GL_ARB_vertex_buffer_object, GL_ARB_vertex_program, GL_ARB_vertex_shader,
        GL_ARB_window_pos, GL_ATI_draw_buffers, GL_ATI_envmap_bumpmap,
        GL_ATI_fragment_shader, GL_ATI_meminfo, GL_ATI_separate_stencil,
        GL_ATI_texture_env_combine3, GL_ATI_texture_float, GL_EXT_bgra,
        GL_EXT_blend_color, GL_EXT_blend_func_separate, 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_framebuffer_object, GL_EXT_gpu_program_parameters,
        GL_EXT_multi_draw_arrays, GL_EXT_packed_depth_stencil,
        GL_EXT_packed_pixels, GL_EXT_point_parameters, GL_EXT_rescale_normal,
        GL_EXT_secondary_color, GL_EXT_separate_specular_color,
        GL_EXT_shadow_funcs, GL_EXT_stencil_wrap, GL_EXT_subtexture,
        GL_EXT_texgen_reflection, GL_EXT_texture3D,
        GL_EXT_texture_compression_s3tc, 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_KTX_buffer_region, GL_NV_blend_square, GL_NV_texgen_reflection,
        GL_SGIS_generate_mipmap, GL_SGIS_texture_edge_clamp, GL_SGIS_texture_lod,
        GL_WIN_swap_hint, WGL_EXT_swap_control
    Running compiz.real (+parameters) fails because of the same error.

    Thank you very much for any suggestions.

  • #2
    Start compiz with:
    LIBGL_ALWAYS_INDIRECT=true compiz --replace (you favorite configuration plugin ccs,gconf,kconfig or ini)

    Comment


    • #3
      No way.

      Code:
      $ LIBGL_ALWAYS_INDIRECT=true compiz --replace kconfig
      GLX_EXT_texture_from_pixmap is not available with direct rendering.
      GLX_EXT_texture_from_pixmap is not available with indirect rendering. Aborting!
      
      $ LIBGL_ALWAYS_INDIRECT=true compiz --replace
      GLX_EXT_texture_from_pixmap is not available with direct rendering.
      GLX_EXT_texture_from_pixmap is not available with indirect rendering. Aborting!
      
      $ LIBGL_ALWAYS_INDIRECT=true compiz --replace gconf
      GLX_EXT_texture_from_pixmap is not available with direct rendering.
      GLX_EXT_texture_from_pixmap is not available with indirect rendering. Aborting!

      Comment


      • #4
        Same problem on Slackware 12 + ATI Raedon 9600 Pro

        Comment


        • #5
          I had the same problem. Reverted back to xorg server 1.3 and it started working. Gentoo amd64 here.

          Comment


          • #6
            I have the same problem (gentoo 32bit) but I have xorg-server 1.3 so I guess reverting to older version won't do the trick. Strange thing is I am able to run Beryl. Its not sou fast as in Xgl though.

            Comment


            • #7
              Originally posted by gregy View Post
              I have the same problem (gentoo 32bit) but I have xorg-server 1.3 so I guess reverting to older version won't do the trick. Strange thing is I am able to run Beryl. Its not sou fast as in Xgl though.
              Well i cant start compiz from terminal with compiz --replace gconf. I have to use either compiz-manager or fusion-icon which probably uses some env. variable.

              Comment


              • #8
                Same problem. I have Fedora 7, kernel 2.6.22.9-91.fc7, xorg-x11-server-Xorg-1.3.0.0-9.fc7, and I just downloaded the latest ATI 8.42.3 driver, and built RPMs from it (ATI-fglrx-devel-8.42.3-1.f7, kernel-module-ATI-fglrx-2.6.22.9-91.fc7-8.42.3-1.f7, ATI-fglrx-8.42.3-1.f7, ATI-fglrx-control-center-8.42.3-1.f7).

                Downloaded and compiled compiz 0.6.0.

                >compiz --replace
                Fatal: GLX_EXT_texture_from_pixmap is missing

                And glxinfo shows GLX_EXT_texture_from_pixmap both in server glx extensions and client glx extensions! It is not present in GLX extension, though. Why?

                [fab@dhcppc1 ~]$ glxinfo
                name of display: :0.0
                display: :0 screen: 0
                direct rendering: Yes
                server glx vendor string: SGI
                server glx version string: 1.2
                server glx extensions:
                GLX_ARB_multisample, GLX_EXT_import_context, GLX_EXT_texture_from_pixmap,
                GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_OML_swap_method,
                GLX_SGIS_multisample, GLX_SGIX_fbconfig, GLX_SGIX_visual_select_group
                client glx vendor string: 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_allocate_memory,
                GLX_MESA_copy_sub_buffer, GLX_MESA_swap_control,
                GLX_MESA_swap_frame_usage, 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 version: 1.2
                GLX extensions:
                GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_import_context,
                GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_OML_swap_method,
                GLX_SGIS_multisample, GLX_SGIX_fbconfig, GLX_SGIX_visual_select_group
                OpenGL vendor string: ATI Technologies Inc.
                OpenGL renderer string: Radeon X1300/X1550 Series
                OpenGL version string: 2.0.6958 Release
                OpenGL extensions:
                GL_ARB_depth_texture, GL_ARB_draw_buffers, GL_ARB_fragment_program,
                GL_ARB_fragment_shader, GL_ARB_multisample, GL_ARB_multitexture,
                GL_ARB_occlusion_query, GL_ARB_point_parameters, GL_ARB_point_sprite,
                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_ARB_texture_float, GL_ARB_texture_mirrored_repeat,
                GL_ARB_texture_rectangle, GL_ARB_transpose_matrix,
                GL_ARB_vertex_buffer_object, GL_ARB_vertex_program, GL_ARB_vertex_shader,
                GL_ARB_window_pos, GL_ATI_draw_buffers, GL_ATI_envmap_bumpmap,
                GL_ATI_fragment_shader, GL_ATI_meminfo, GL_ATI_separate_stencil,
                GL_ATI_texture_compression_3dc, GL_ATI_texture_env_combine3,
                GL_ATI_texture_float, GL_EXT_bgra, GL_EXT_blend_color,
                GL_EXT_blend_func_separate, 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_framebuffer_object, GL_EXT_gpu_program_parameters,
                GL_EXT_multi_draw_arrays, GL_EXT_packed_depth_stencil,
                GL_EXT_packed_pixels, GL_EXT_point_parameters, GL_EXT_rescale_normal,
                GL_EXT_secondary_color, GL_EXT_separate_specular_color,
                GL_EXT_shadow_funcs, GL_EXT_stencil_wrap, GL_EXT_subtexture,
                GL_EXT_texgen_reflection, GL_EXT_texture3D,
                GL_EXT_texture_compression_s3tc, 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_KTX_buffer_region, GL_NV_blend_square, GL_NV_texgen_reflection,
                GL_SGIS_generate_mipmap, GL_SGIS_texture_edge_clamp, GL_SGIS_texture_lod,
                GL_WIN_swap_hint, WGL_EXT_swap_control

                Comment


                • #9
                  Originally posted by fabbo View Post
                  Same problem. I have Fedora 7, kernel 2.6.22.9-91.fc7, xorg-x11-server-Xorg-1.3.0.0-9.fc7, and I just downloaded the latest ATI 8.42.3 driver, and built RPMs from it (ATI-fglrx-devel-8.42.3-1.f7, kernel-module-ATI-fglrx-2.6.22.9-91.fc7-8.42.3-1.f7, ATI-fglrx-8.42.3-1.f7, ATI-fglrx-control-center-8.42.3-1.f7).

                  Downloaded and compiled compiz 0.6.0.

                  >compiz --replace
                  Fatal: GLX_EXT_texture_from_pixmap is missing
                  ...
                  What graphic card do you use? Radeon 9600 anything?

                  Comment


                  • #10
                    Originally posted by Karel View Post
                    What graphic card do you use? Radeon 9600 anything?
                    Radeon X1550. I read that it's compatible with X1300, and Xorg.0.log says X1300/X1550.

                    Comment

                    Working...
                    X