With the 2.6.24-16 kernel I get:
FOr everything
With the 2.6.24-14 kernel I get:
/etc/X11/xorg.conf
I can't run any 3d applications I need for work. I tried a load of guides and googled but nothing really works.
Code:
LIBGL_DEBUG=verbose glxgears
libGL: XF86DRIGetClientDriverName: 8.47.3 fglrx (screen 0)
libGL: OpenDriver: trying /usr/lib/dri/fglrx_dri.so
Segmentation fault
FOr everything
With the 2.6.24-14 kernel I get:
Code:
glxgears -info
Xlib: extension "XFree86-DRI" missing on display ":0.0".
GL_RENDERER = Mesa GLX Indirect
GL_VERSION = 1.4 (2.1 Mesa 7.0.3-rc2)
GL_VENDOR = Mesa project: www.mesa3d.org
GL_EXTENSIONS = GL_ARB_imaging GL_ARB_multitexture GL_ARB_texture_border_clamp GL_ARB_texture_cube_map GL_ARB_texture_env_add GL_ARB_texture_env_combine GL_ARB_texture_env_dot3 GL_ARB_transpose_matrix GL_EXT_abgr GL_EXT_blend_color GL_EXT_blend_minmax GL_EXT_blend_subtract GL_EXT_texture_env_add GL_EXT_texture_env_combine GL_EXT_texture_env_dot3 GL_EXT_texture_lod_bias
3105 frames in 5.0 seconds = 618.680 FPS
3040 frames in 5.0 seconds = 606.672 FPS
Code:
LIBGL_DEBUG=verbose fglrxinfo
Xlib: extension "XFree86-DRI" missing on display ":0.0".
libGL error: XF86DRIQueryDirectRenderingCapable failed
display: :0.0 screen: 0
OpenGL vendor string: Mesa project: www.mesa3d.org
OpenGL renderer string: Mesa GLX Indirect
OpenGL version string: 1.4 (2.1 Mesa 7.0.3-rc2)
/etc/X11/xorg.conf
Code:
Section "DRI"
Mode 0666
EndSection
Section "Extensions"
Option "Composite" "disable"
EndSection
I can't run any 3d applications I need for work. I tried a load of guides and googled but nothing really works.
Last edited: