oui, ou le décharger le temps de mettre à jours...

Je prépare la doc pour dimanche soir si je suis là, sinon ce sera reporté à lundi!

Installation en cours au pire je m'y mets dès ce soir :-P
sinon le desinstaller et le réinstaller...
OK Je ferai ça demain...j'ai besoin de l'ordi ce soir pour autre chose...
Mais je pense que c'est un problème avec le rpm de livna... Faut peut-être attendre encore un peu...
Non c'est juste un conflit avec le rpm de la compilation officiel ati 😉!

Un simple "rpm -e kernel-module-ATI-fglrx-2.6.22.9-91.fc7-8.42.3-1.f7" permet de le sortir!

Sinon pour KWIZART! aucun problèmes rencontré avec cette préparation! il faudrait juste pensé à rendre obligatoire, dans le cadre de l'utilisation de la version 64bits, la librairie 32bits du pilote! ce n'est pas dans les dépendances et c'est bien dommage!

Je pense faire demain, ou après demain, les tests en repartant avec une configuration à 0 du xorg.conf et sans le répertoire /etc/ati! pour voir si il n'y a pas de problèmes. Je mettrai à jours la documentation après ça!

Bon à quand la pré-compilation de compiz-fusion 0.6???? juste histoire de montrer qu'ATI NVIDIA même combat?
A priori cela dépend aussi de l'utilisation que l'on en as, ce n'est pas strictement nécéssaire, par contre il manque un devel en 32bit lorsque on es en 64bit
(ce qui pourrait manquer pour compiler winex ou autres...) Je me suis rendu compte de cela récemment...
Donc a priori, il faut préciser cela dans la doc...

le module de kernel-module-ATI-fglrx-2.6.22.9-91.fc7-8.42.3-1 est installé dans /extra/fglrx aussi ?
Même en enlevant le fichier ça posent problème, mais c'est le module noyau de la compilation avec le pilote de chez ati!

Sinon cette librairie est obligatoire pour ET/True combat elite par exemple! qui sont en 32bits et demande donc des pilotes 32!
il faut que tu retires le rpm pas seulement le fichier...
Mais normalement il y a un conflit avec les rpm générés par ATI...
En supprimant le rpm et en installant les nouveaux drivers de livna ça passe mais, après l-c-d en activant aiglx et un redémarrage :
 $ fgl_glxgears 
Using GLX_SGIX_pbuffer
X Error of failed request:  GLXUnsupportedPrivateRequest
  Major opcode of failed request:  129 (GLX)
  Minor opcode of failed request:  16 (X_GLXVendorPrivate)
  Serial number of failed request:  42
  Current serial number in output stream:  43
J'ai comme options utiles dans xorg.conf :
"OpenGLOverlay" "off"
"VideoOverlay" "on"
"AIGLX" "on"
"Composite" "Enable"
(a remettre dans les bonnes sections bien entendu)

dans /etc/ati/amdpcsdb :
AMDPCSDBV1
[AMDPCSROOT/SYSTEM/LibXUtil/Display1]
Map=V2
Enable=V1
[AMDPCSROOT/SYSTEM/LibXUtil/Display2]
Map=V8
Enable=V1
[AMDPCSROOT/SYSTEM/OpenGL]
OGLWaitVerticalSync=V3
OGLMaxAnisotropy=V0
[AMDPCSROOT/SYSTEM/DDX]
FSAAEnable=Soff
FSAAScale=S2
OpenGLOverlay=Soff
VideoOverlay=Son
DesktopSetup=Shorizontal
Mode2=S1680x1050
ForceMonitors=Sauto,auto
EnableMonitor=Slvds,tmds1
[AMDPCSROOT/SYSTEM/LDC]
HelpDisabled=V0
LinkedAllSliders:1=V1
LinkedAllSliders:2=V1
LastViewedPage=SÉcran numérique (2)
J'avais un double-screen de configuré dans mon ancien xorg, ça a viré, mais c'est détecté automatiquement.

Je suis près a faire quelques test si ça peut aider...
que donnes:
ldd $(which fgl_glxgears) ?
Voila pour ldd:
$ ldd $(which fgl_glxgears) 
        linux-gate.so.1 =>  (0x00110000)
        libGL.so.1 => /usr/lib/libGL.so.1 (0x00111000)
        libX11.so.6 => /usr/lib/libX11.so.6 (0x0038a000)
        libXext.so.6 => /usr/lib/libXext.so.6 (0x004b5000)
        libm.so.6 => /lib/libm.so.6 (0x00343000)
        libc.so.6 => /lib/libc.so.6 (0x001ed000)
        libXxf86vm.so.1 => /usr/lib/libXxf86vm.so.1 (0x06241000)
        libpthread.so.0 => /lib/libpthread.so.0 (0x0049b000)
        libdl.so.2 => /lib/libdl.so.2 (0x0036e000)
        libdrm.so.2 => /usr/lib/libdrm.so.2 (0x4d11c000)
        libXau.so.6 => /usr/lib/libXau.so.6 (0x0048e000)
        libXdmcp.so.6 => /usr/lib/libXdmcp.so.6 (0x00493000)
        /lib/ld-linux.so.2 (0x001ce000)
je met aussi mon xorg.conf complet pour être sur...
# Xorg configuration created by livna-config-display

Section "ServerLayout"
        Identifier     "Default Layout"
        Screen      0  "Screen0" 0 0
        InputDevice    "Keyboard0" "CoreKeyboard"
        InputDevice    "Synaptics" "CorePointer"
EndSection

Section "Files"
        ModulePath   "/usr/lib/xorg/modules"
EndSection

Section "Module"
        Load  "glx"
        Load  "dri"
        Load  "extmod"
EndSection

Section "ServerFlags"
        Option      "AIGLX" "on"
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "kbd"
        Option      "XkbModel" "pc105"
        Option      "XkbLayout" "fr"
        Option      "XkbVariant" "latin9"
EndSection

Section "InputDevice"
        Identifier  "Synaptics"
        Driver      "synaptics"
        Option      "Device" "/dev/input/mice"
        Option      "Protocol" "auto-dev"
        Option      "Emulate3Buttons" "yes"
EndSection

Section "Device"
        Identifier  "Videocard0"
        Driver      "fglrx"
        Option      "OpenGLOverlay" "off"
        Option      "VideoOverlay" "on"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Videocard0"
        DefaultDepth     24
        SubSection "Display"
                Viewport   0 0
                Depth     24
        EndSubSection
EndSection

Section "Extensions"
        Option      "Composite" "Enable"
EndSection
je poursuit avec les info potentiellement utile:
$ fglrxinfo -t
display: :0.0  screen:0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: ATI Mobility Radeon X1400
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
glx server vendor string: SGI
glx server version string: 1.2
glx server 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
glx client version: 1.4
glx client 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 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

Vis  Vis   Visual Trans  buff lev render DB ste  r   g   b   a  aux dep ste  accum buffers  MS   MS
 ID Depth   Type  parent size el   type     reo sz  sz  sz  sz  buf th  ncl  r   g   b   a  num bufs
----------------------------------------------------------------------------------------------------
0x23 24 TrueColor    0     32  0  rgba   1   0   8   8   8   8   0   24  8  16  16  16  16   0   0
0x24 24 TrueColor    0     32  0  rgba   0   0   8   8   8   8   0   24  8  16  16  16  16   0   0
0x25 24 TrueColor    0     32  0  rgba   1   0   8   8   8   8   0   24  0  16  16  16  16   0   0
0x26 24 TrueColor    0     32  0  rgba   0   0   8   8   8   8   0   24  0  16  16  16  16   0   0
0x27 24 TrueColor    0     32  0  rgba   1   0   8   8   8   8   0   24  8   0   0   0   0   0   0
0x28 24 TrueColor    0     32  0  rgba   0   0   8   8   8   8   0   24  8   0   0   0   0   0   0
0x29 24 TrueColor    0     32  0  rgba   1   0   8   8   8   8   0   24  0   0   0   0   0   0   0
0x2a 24 TrueColor    0     32  0  rgba   0   0   8   8   8   8   0   24  0   0   0   0   0   0   0
0x2b 24 TrueColor    0     32  0  rgba   1   0   8   8   8   8   0   24  8  16  16  16  16   0   0
0x2c 24 TrueColor    0     32  0  rgba   0   0   8   8   8   8   0   24  8  16  16  16  16   0   0
0x2d 24 TrueColor    0     32  0  rgba   1   0   8   8   8   8   0   24  0  16  16  16  16   0   0
0x2e 24 TrueColor    0     32  0  rgba   0   0   8   8   8   8   0   24  0  16  16  16  16   0   0
0x2f 24 TrueColor    0     32  0  rgba   1   0   8   8   8   8   0   24  8   0   0   0   0   0   0
0x30 24 TrueColor    0     32  0  rgba   0   0   8   8   8   8   0   24  8   0   0   0   0   0   0
0x31 24 TrueColor    0     32  0  rgba   1   0   8   8   8   8   0   24  0   0   0   0   0   0   0
0x32 24 TrueColor    0     32  0  rgba   0   0   8   8   8   8   0   24  0   0   0   0   0   0   0
0x33 24 TrueColor    0     32  0  rgba   1   0   8   8   8   8   0   24  8  16  16  16  16   0   0
0x34 24 TrueColor    0     32  0  rgba   0   0   8   8   8   8   0   24  8  16  16  16  16   0   0
0x35 24 TrueColor    0     32  0  rgba   1   0   8   8   8   8   0   24  0  16  16  16  16   0   0
0x36 24 TrueColor    0     32  0  rgba   0   0   8   8   8   8   0   24  0  16  16  16  16   0   0
0x37 24 TrueColor    0     32  0  rgba   1   0   8   8   8   8   0   24  8   0   0   0   0   0   0
0x38 24 TrueColor    0     32  0  rgba   0   0   8   8   8   8   0   24  8   0   0   0   0   0   0
0x39 24 TrueColor    0     32  0  rgba   1   0   8   8   8   8   0   24  0   0   0   0   0   0   0
0x3a 24 TrueColor    0     32  0  rgba   0   0   8   8   8   8   0   24  0   0   0   0   0   0   0
0x3b 24 TrueColor    0     32  0  rgba   1   0   8   8   8   8   0   24  8  16  16  16  16   0   0
0x3c 24 TrueColor    0     32  0  rgba   0   0   8   8   8   8   0   24  8  16  16  16  16   0   0
0x3d 24 TrueColor    0     32  0  rgba   1   0   8   8   8   8   0   24  0  16  16  16  16   0   0
0x3e 24 TrueColor    0     32  0  rgba   0   0   8   8   8   8   0   24  0  16  16  16  16   0   0
0x3f 24 TrueColor    0     32  0  rgba   1   0   8   8   8   8   0   24  8   0   0   0   0   0   0
0x40 24 TrueColor    0     32  0  rgba   0   0   8   8   8   8   0   24  8   0   0   0   0   0   0
0x41 24 TrueColor    0     32  0  rgba   1   0   8   8   8   8   0   24  0   0   0   0   0   0   0
0x42 24 TrueColor    0     32  0  rgba   0   0   8   8   8   8   0   24  0   0   0   0   0   0   0
0x43 24 TrueColor    0     32  0  rgba   1   0   8   8   8   8   0   24  8  16  16  16  16   0   0
0x44 24 TrueColor    0     32  0  rgba   0   0   8   8   8   8   0   24  8  16  16  16  16   0   0
0x45 24 TrueColor    0     32  0  rgba   1   0   8   8   8   8   0   24  0  16  16  16  16   0   0
0x46 24 TrueColor    0     32  0  rgba   0   0   8   8   8   8   0   24  0  16  16  16  16   0   0
0x47 24 TrueColor    0     32  0  rgba   1   0   8   8   8   8   0   24  8   0   0   0   0   0   0
0x48 24 TrueColor    0     32  0  rgba   0   0   8   8   8   8   0   24  8   0   0   0   0   0   0
0x49 24 TrueColor    0     32  0  rgba   1   0   8   8   8   8   0   24  0   0   0   0   0   0   0
0x4a 24 TrueColor    0     32  0  rgba   0   0   8   8   8   8   0   24  0   0   0   0   0   0   0
0x4b 24 DirectColor  0     32  0  rgba   1   0   8   8   8   8   0   24  8  16  16  16  16   0   0
0x4c 24 DirectColor  0     32  0  rgba   0   0   8   8   8   8   0   24  8  16  16  16  16   0   0
0x4d 24 DirectColor  0     32  0  rgba   1   0   8   8   8   8   0   24  0  16  16  16  16   0   0
0x4e 24 DirectColor  0     32  0  rgba   0   0   8   8   8   8   0   24  0  16  16  16  16   0   0
0x4f 24 DirectColor  0     32  0  rgba   1   0   8   8   8   8   0   24  8   0   0   0   0   0   0
0x50 24 DirectColor  0     32  0  rgba   0   0   8   8   8   8   0   24  8   0   0   0   0   0   0
0x51 24 DirectColor  0     32  0  rgba   1   0   8   8   8   8   0   24  0   0   0   0   0   0   0
0x52 24 DirectColor  0     32  0  rgba   0   0   8   8   8   8   0   24  0   0   0   0   0   0   0
0x53 24 DirectColor  0     32  0  rgba   1   0   8   8   8   8   0   24  8  16  16  16  16   0   0
0x54 24 DirectColor  0     32  0  rgba   0   0   8   8   8   8   0   24  8  16  16  16  16   0   0
0x55 24 DirectColor  0     32  0  rgba   1   0   8   8   8   8   0   24  0  16  16  16  16   0   0
0x56 24 DirectColor  0     32  0  rgba   0   0   8   8   8   8   0   24  0  16  16  16  16   0   0
0x57 24 DirectColor  0     32  0  rgba   1   0   8   8   8   8   0   24  8   0   0   0   0   0   0
0x58 24 DirectColor  0     32  0  rgba   0   0   8   8   8   8   0   24  8   0   0   0   0   0   0
0x59 24 DirectColor  0     32  0  rgba   1   0   8   8   8   8   0   24  0   0   0   0   0   0   0
0x5a 24 DirectColor  0     32  0  rgba   0   0   8   8   8   8   0   24  0   0   0   0   0   0   0
0x5b 24 DirectColor  0     32  0  rgba   1   0   8   8   8   8   0   24  8  16  16  16  16   0   0
0x5c 24 DirectColor  0     32  0  rgba   0   0   8   8   8   8   0   24  8  16  16  16  16   0   0
0x5d 24 DirectColor  0     32  0  rgba   1   0   8   8   8   8   0   24  0  16  16  16  16   0   0
0x5e 24 DirectColor  0     32  0  rgba   0   0   8   8   8   8   0   24  0  16  16  16  16   0   0
0x5f 24 DirectColor  0     32  0  rgba   1   0   8   8   8   8   0   24  8   0   0   0   0   0   0
0x60 24 DirectColor  0     32  0  rgba   0   0   8   8   8   8   0   24  8   0   0   0   0   0   0
0x61 24 DirectColor  0     32  0  rgba   1   0   8   8   8   8   0   24  0   0   0   0   0   0   0
0x62 24 DirectColor  0     32  0  rgba   0   0   8   8   8   8   0   24  0   0   0   0   0   0   0
0x63 24 DirectColor  0     32  0  rgba   1   0   8   8   8   8   0   24  8  16  16  16  16   0   0
0x64 24 DirectColor  0     32  0  rgba   0   0   8   8   8   8   0   24  8  16  16  16  16   0   0
0x65 24 DirectColor  0     32  0  rgba   1   0   8   8   8   8   0   24  0  16  16  16  16   0   0
0x66 24 DirectColor  0     32  0  rgba   0   0   8   8   8   8   0   24  0  16  16  16  16   0   0
0x67 24 DirectColor  0     32  0  rgba   1   0   8   8   8   8   0   24  8   0   0   0   0   0   0
0x68 24 DirectColor  0     32  0  rgba   0   0   8   8   8   8   0   24  8   0   0   0   0   0   0
0x69 24 DirectColor  0     32  0  rgba   1   0   8   8   8   8   0   24  0   0   0   0   0   0   0
0x6a 24 DirectColor  0     32  0  rgba   0   0   8   8   8   8   0   24  0   0   0   0   0   0   0
0x6b 24 DirectColor  0     32  0  rgba   1   0   8   8   8   8   0   24  8  16  16  16  16   0   0
0x6c 24 DirectColor  0     32  0  rgba   0   0   8   8   8   8   0   24  8  16  16  16  16   0   0
0x6d 24 DirectColor  0     32  0  rgba   1   0   8   8   8   8   0   24  0  16  16  16  16   0   0
0x6e 24 DirectColor  0     32  0  rgba   0   0   8   8   8   8   0   24  0  16  16  16  16   0   0
0x6f 24 DirectColor  0     32  0  rgba   1   0   8   8   8   8   0   24  8   0   0   0   0   0   0
0x70 24 DirectColor  0     32  0  rgba   0   0   8   8   8   8   0   24  8   0   0   0   0   0   0
0x71 24 DirectColor  0     32  0  rgba   1   0   8   8   8   8   0   24  0   0   0   0   0   0   0
0x72 24 DirectColor  0     32  0  rgba   0   0   8   8   8   8   0   24  0   0   0   0   0   0   0
0x88 32 TrueColor    0     32  0  rgba   0   0   8   8   8   8   0    0  0   0   0   0   0   0   0
Et apres un ldconfig (en root) ?

que donnes
glxinfo |grep direct ?

Habituellement il semble que libGL.so.1 utilisé soit celle de /usr/lib/fglrx, pour autant, cela semblait fonctionner dans mon cas
(bug ou feature)

Est ce que glxgears fonctionne ?
# ldconfig
# ldd $(which fgl_glxgears)
        linux-gate.so.1 =>  (0x00110000)
        libGL.so.1 => /usr/lib/libGL.so.1 (0x00111000)
        libX11.so.6 => /usr/lib/libX11.so.6 (0x0038a000)
        libXext.so.6 => /usr/lib/libXext.so.6 (0x004b5000)
        libm.so.6 => /lib/libm.so.6 (0x00343000)
        libc.so.6 => /lib/libc.so.6 (0x001ed000)
        libXxf86vm.so.1 => /usr/lib/libXxf86vm.so.1 (0x06241000)
        libpthread.so.0 => /lib/libpthread.so.0 (0x0049b000)
        libdl.so.2 => /lib/libdl.so.2 (0x0036e000)
        libdrm.so.2 => /usr/lib/libdrm.so.2 (0x4d11c000)
        libXau.so.6 => /usr/lib/libXau.so.6 (0x0048e000)
        libXdmcp.so.6 => /usr/lib/libXdmcp.so.6 (0x00493000)
        /lib/ld-linux.so.2 (0x001ce000)
Après une install de glx-utils:
glxgears fonctionne et j'ai du direct rendering d'après glxinfo.

Aucun changement pour fgl_glxgears (root ou normal)
j'ai mis libGL.so.1 de /usr/lib/fglrx à la place de /usr/lib/libGL.so.1 (après sauvegarde) et fgl_glxgears fonctionne

heu... en y regardant de plus près, la /usr/lib/libGL.so.1 est un lien vers /usr/lib/libGL.so.1.2
Et comme je me rapelle avoir fait des manipes de ce genre pour faire fonctionné les pilote ATI y quelques mois (au moment ou les drivers recommencaient à être compatible F7) il est fortement probable que ce soit qui soit en tord :-? si c'est le cas, un gros désolé de ma part pour le temps perdu...:roll::roll::roll::roll::roll:
starmad88 wrote:j'ai mis libGL.so.1 de /usr/lib/fglrx à la place de /usr/lib/libGL.so.1 (après sauvegarde) et fgl_glxgears fonctionne

heu... en y regardant de plus près, la /usr/lib/libGL.so.1 est un lien vers /usr/lib/libGL.so.1.2
Et comme je me rapelle avoir fait des manipes de ce genre pour faire fonctionné les pilote ATI y quelques mois (au moment ou les drivers recommencaient à être compatible F7) il est fortement probable que ce soit qui soit en tord :-? si c'est le cas, un gros désolé de ma part pour le temps perdu...:roll::roll::roll::roll::roll:
pourtant j'ai le même problème que toi sans voir fait des manips sur les libGL...

Using GLX_SGIX_pbuffer
X Error of failed request: GLXUnsupportedPrivateRequest
Major opcode of failed request: 143 (GLX)
Minor opcode of failed request: 16 (X_GLXVendorPrivate)
Serial number of failed request: 41
Current serial number in output stream: 42

snif... la 3D fonctionne mais pas compizfusion 🙁
pourtant j'ai le même problème que toi sans voir fait des manips sur les libGL...
Ça me rassure un peu (pour moi pas pour le problème 🙂 )

Essais ceci pour voir si c'est bien un problème de lib (en root):
cp /usr/lib/libGL.so.1 /usr/lib/libGL.so.1.backup
cp /usr/lib/fglrx/libGL.so.1 /usr/lib/libGL.so.1
puis redemarre le serveurX (ctrl+alt+retour arrière)
snif... la 3D fonctionne mais pas compizfusion sad
compiz a marché à partir du moment où fgl_glxgears a fonctionné
beryl fonctionne plutot bien...

Attention à ces manipulation:
ldconfig est nécéssaire (en root)

Je n'ai pas eut besoin de cela pour faire fontionner fgl_glxgears, c'est étrange...
Bonjour tout le monde...
je me suis lancé dans l'installation de ce nouveau driver...
après avoir désinstallé le précédent et renommer mon /etc/ati en /etc/ati-save ,j'ai lancé l'installation qui c'est bien passé...
J'ai eu le même problème que starmad88 à savoir que fgl_glxgears ne fonctionnai pas. J'ai fait sa manoeuvre
cp /usr/lib/libGL.so.1 /usr/lib/libGL.so.1.backup
cp /usr/lib/fglrx/libGL.so.1 /usr/lib/libGL.so.1
et la cela a fonctionné...

Mais j'ai un petit problème:
j'ai dans le coin inférieur droit deux petites bandes superposées difficile à décrire et de temps en temps des petites bandes qui suivent le curseur de la souris
J'ai essayé de faire une capture d'écran mais ces bandes, bizarrement, n'apparaissent pas sur celle-ci
Je pense que cela doit être une question de configuration de xorg ou de /etc/ati/amdpcsdb
je vous colle ces deux fichiers:
xorg:
# Xorg configuration created by livna-config-display

Section "ServerLayout"
    Identifier     "Default Layout"
    Screen      0  "Screen0" 0 0
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Synaptics" "CorePointer"
EndSection

Section "Files"
    ModulePath   "/usr/lib/xorg/modules"
EndSection

Section "Module"
    Load  "glx"
    Load  "dri"
    Load  "extmod"
EndSection

Section "ServerFlags"
    Option        "AIGLX" "off"
EndSection

Section "InputDevice"
    Identifier  "Keyboard0"
    Driver      "kbd"
    Option        "XkbModel" "pc105"
    Option        "XkbLayout" "fr"
    Option        "XkbVariant" "latin9"
EndSection

Section "InputDevice"
    Identifier  "Synaptics"
    Driver      "synaptics"
    Option        "Device" "/dev/input/mice"
    Option        "Protocol" "auto-dev"
    Option        "Emulate3Buttons" "yes"
EndSection

Section "Device"
    Identifier  "Videocard0"
    Driver      "fglrx"
    Option        "Centermode" "off"
    Option        "PseudoColorVisuals" "off"
    Option        "OpenGLOverlay" "off"
    Option        "VideoOverlay" "on"
EndSection

Section "Screen"
    Identifier "Screen0"
    Device     "Videocard0"
    DefaultDepth     24
    SubSection "Display"
        Viewport   0 0
        Depth     24
    EndSubSection
EndSection

Section "Extensions"
    Option "Composite" "Disable"
EndSection
et amdpcsdb
AMDPCSDBV1
[AMDPCSROOT/SYSTEM/LibXUtil/Display1]
Map=V0
Enable=V1
[AMDPCSROOT/SYSTEM/LDC]
LastViewedPage=SMoniteur num?rique(1)
Je n'ai rien voulu ajouté pour vous montrer ce que ce driver installe ...

Mais cela a l'air d'améliorer pas mal de chose, par exemple pour fgl_glxgears j'ai un score de :
3194 frames in 5.0 seconds = 638.800 FPS

alors qu'avec l'ancien driver j'était plutôt à 480.000 FPS
J'ai le même problème, mais je pense que c'est plus dût à fgl_glxgear qu'autres chose vu que tout fonctionne très bien! Par contre je préfère faire un lien qu'une copie... "ln -s" au lieu de "cp" pour information... J'en prend quand même note pour la documentation!

Après rien ne vaut un bon jeux pour en savoir plus sur les perfs! ou encore l'utilisation du benchmark de blender :-P, car la pauvreté de fgl_glxgear ou juste glxgear...
Essais ceci pour voir si c'est bien un problème de lib (en root):
cp /usr/lib/libGL.so.1 /usr/lib/libGL.so.1.backup
cp /usr/lib/fglrx/libGL.so.1 /usr/lib/libGL.so.1
puis redemarre le serveurX (ctrl+alt+retour arrière)
J'ai fait la manip... avec une petit ldconfig comme a recommandé par kwizart, ça ne change rien et j'ai une drôle d'erreur :
[metalm:~]$ fgl_glxgears
Using GLX_SGIX_pbuffer
X Error of failed request: GLXUnsupportedPrivateRequest
Major opcode of failed request: 143 (GLX)
Minor opcode of failed request: 16 (X_GLXVendorPrivate)
Serial number of failed request: 41
Current serial number in output stream: 42

Message from syslogd@ at Sat Oct 27 11:41:56 2007 ...
localhost kernel: Oops: 0000 [#1]
Message from syslogd@ at Sat Oct 27 11:41:56 2007 ...
localhost kernel: SMP
Message from syslogd@ at Sat Oct 27 11:41:56 2007 ...
localhost kernel: CPU: 0
Message from syslogd@ at Sat Oct 27 11:41:56 2007 ...
localhost kernel: EIP: 0060:[<f8afe263>] Tainted: P VLI
Message from syslogd@ at Sat Oct 27 11:41:56 2007 ...
localhost kernel: EFLAGS: 00210296 (2.6.22.9-91.fc7 #1)
Message from syslogd@ at Sat Oct 27 11:41:56 2007 ...
localhost kernel: EIP is at firegl_asyncio_fasync+0x13/0x50 [fglrx]
Message from syslogd@ at Sat Oct 27 11:41:56 2007 ...
localhost kernel: Stack: dc27b0c0 c1805000 f8c44c40 f8c47244 e025e000 f8ae04c1 f8c44c40 f8afdde7
Message from syslogd@ at Sat Oct 27 11:41:56 2007 ...
localhost kernel: ffffffff dc27b0c0 00000000 dba81c40 e025e174 f7b58920 f8c45940 f8ae7f61
Message from syslogd@ at Sat Oct 27 11:41:56 2007 ...
localhost kernel: Process fgl_glxgears (pid: 2954, ti=daa33000 task=f4f59200 task.ti=daa33000)
Message from syslogd@ at Sat Oct 27 11:41:56 2007 ...
localhost kernel: ds: 007b es: 007b fs: 00d8 gs: 0000 ss: 0068
Message from syslogd@ at Sat Oct 27 11:41:56 2007 ...
localhost kernel: esi: dc27b0c0 edi: e025e178 ebp: e025e000 esp: daa33e74
Message from syslogd@ at Sat Oct 27 11:41:56 2007 ...
localhost kernel: e025e178 f4f593a0 c180aa80 00000000 dba81e00 00200246 00200287 c05a638e
Message from syslogd@ at Sat Oct 27 11:41:56 2007 ...
localhost kernel: eax: 00000000 ebx: dc27b0c0 ecx: 00000000 edx: e025e000
Message from syslogd@ at Sat Oct 27 11:41:56 2007 ...
localhost kernel: Call Trace:
Message from syslogd@ at Sat Oct 27 11:41:56 2007 ...
localhost kernel: [<f8ae04c1>] __ke_down_interruptible+0x19/0x29 [fglrx]
Message from syslogd@ at Sat Oct 27 11:41:56 2007 ...
localhost kernel: [<f8afdde7>] firegl_asyncio_close+0xa7/0x110 [fglrx]
Message from syslogd@ at Sat Oct 27 11:41:56 2007 ...
localhost kernel: [<f8ae7f61>] firegl_release_helper+0xc1/0xa20 [fglrx]
Message from syslogd@ at Sat Oct 27 11:41:56 2007 ...
localhost kernel: [<c05a638e>] skb_dequeue+0x39/0x3f
Message from syslogd@ at Sat Oct 27 11:41:56 2007 ...
localhost kernel: [<f8aeb361>] firegl_release+0x71/0x190 [fglrx]
Message from syslogd@ at Sat Oct 27 11:41:56 2007 ...
localhost kernel: [<f8adfac9>] ip_firegl_release+0xf/0x12 [fglrx]
Message from syslogd@ at Sat Oct 27 11:41:56 2007 ...
localhost kernel: [<c047b6f0>] __fput+0xc1/0x177
Message from syslogd@ at Sat Oct 27 11:41:56 2007 ...
localhost kernel: [<c04791c9>] filp_close+0x51/0x58
Message from syslogd@ at Sat Oct 27 11:41:56 2007 ...
localhost kernel: [<c042a968>] put_files_struct+0x5f/0xa7
Message from syslogd@ at Sat Oct 27 11:41:56 2007 ...
localhost kernel: [<c042bac9>] do_exit+0x237/0x6d4
Message from syslogd@ at Sat Oct 27 11:41:56 2007 ...
localhost kernel: [<c042bfd3>] sys_exit_group+0x0/0xd
Message from syslogd@ at Sat Oct 27 11:41:56 2007 ...
localhost kernel: [<c0404f8e>] syscall_call+0x7/0xb
Message from syslogd@ at Sat Oct 27 11:41:56 2007 ...
localhost kernel: =======================
Message from syslogd@ at Sat Oct 27 11:41:56 2007 ...
localhost kernel: Code: ff ff c7 04 24 07 00 00 00 e9 80 fe ff ff 8d 76 00 8d bc 27 00 00 00 00 83 ec 1c 89 5c 24 18 8b 5c 24 24 89 1c 24 e8 ab ee fd ff <8b> 50 28 89 5c 24 04 8b 4c 24 28 81 c2 10 19 00 00 89 54 24 0c
Message from syslogd@ at Sat Oct 27 11:41:56 2007 ...
localhost kernel: EIP: [<f8afe263>] firegl_asyncio_fasync+0x13/0x50 [fglrx] SS:ESP 0068:daa33e74
mmm :-? et puis quand je vais voir le fichier /var/log/messages... jai des messages pas très beaux !
Oct 27 11:32:30 localhost kernel: [fglrx] PCIe has already been initialized. Reinitializing ...
Oct 27 11:32:30 localhost kernel: [fglrx] Reserve Block - 0 offset =  0X0 length = 0X40000
Oct 27 11:32:30 localhost kernel: [fglrx] Reserve Block - 1 offset =  0X3ff5000 length = 0Xb000
Oct 27 11:32:30 localhost kernel: [fglrx] Reserve Block - 2 offset =  0X3fb5000 length = 0X40000
Oct 27 11:32:38 localhost kernel: [fglrx] PCIe has already been initialized. Reinitializing ...
Oct 27 11:32:38 localhost kernel: [fglrx] Reserve Block - 0 offset =  0X0 length = 0X40000
Oct 27 11:32:38 localhost kernel: [fglrx] Reserve Block - 1 offset =  0X3ff5000 length = 0Xb000
Oct 27 11:32:38 localhost kernel: [fglrx] Reserve Block - 2 offset =  0X3fb5000 length = 0X40000
Oct 27 11:32:42 localhost gdmgreeter[3305]: Le registre d'accessibilité n'a pas été trouvé.
Oct 27 11:32:47 localhost gconfd (metalm-3420): démarrage (version 2.18.0.1), pid 3420 utilisateur « metalm »
Oct 27 11:32:47 localhost gconfd (metalm-3420): Adresse « xml:readonly:/etc/gconf/gconf.xml.mandatory » résolue vers une source de configuration en lecture seule à la position 0
Oct 27 11:32:47 localhost gconfd (metalm-3420): Adresse « xml:readwrite:/home/metalm/.gconf » résolue vers une source de configuration accessible en écriture à la position 1
Oct 27 11:32:47 localhost gconfd (metalm-3420): Adresse « xml:readonly:/etc/gconf/gconf.xml.defaults » résolue vers une source de configuration en lecture seule à la position 2
Oct 27 11:32:48 localhost gconfd (metalm-3420): Adresse « xml:readwrite:/home/metalm/.gconf » résolue vers une source de configuration accessible en écriture à la position 0
Oct 27 11:32:51 localhost setroubleshoot: [rpc.ERROR] attempt to open server connection failed: (2, 'Aucun fichier ou r\xc3\xa9pertoire de ce type')
Oct 27 11:33:26 localhost kernel: BUG: unable to handle kernel NULL pointer dereference at virtual address 00000028
Oct 27 11:33:26 localhost kernel:  printing eip:
Oct 27 11:33:26 localhost kernel: f8b28263
Oct 27 11:33:26 localhost kernel: *pde = 2e823067
Oct 27 11:33:26 localhost kernel: *pte = 00000000
Oct 27 11:33:26 localhost kernel: Oops: 0000 [#1]
Oct 27 11:33:26 localhost kernel: SMP 
Oct 27 11:33:26 localhost kernel: last sysfs file: /devices/system/cpu/cpu0/cpufreq/scaling_cur_freq
Oct 27 11:33:26 localhost kernel: Modules linked in: autofs4 hidp l2cap bluetooth sunrpc arc4 ecb blkcipher ieee80211_crypt_wep cpufreq_ondemand acpi_cpufreq fuse dm_mirror dm_multipath dm_mod video sbs button dock battery ac ipv6 snd_intel8x0m snd_seq_dummy snd_intel8x0 snd_ac97_codec ac97_bus snd_seq_oss snd_seq_midi_event snd_seq snd_seq_device snd_pcm_oss tifm_7xx1 snd_mixer_oss ipw2200 firewire_ohci tifm_core snd_pcm ieee80211 8139cp iTCO_wdt 8139too iTCO_vendor_support snd_timer firewire_core crc_itu_t ieee80211_crypt sdhci mmc_core fglrx(P)(U) i2c_i801 snd mii i2c_core sr_mod serio_raw joydev cdrom soundcore sg snd_page_alloc ata_piix ata_generic ahci libata sd_mod scsi_mod ext3 jbd mbcache ehci_hcd ohci_hcd uhci_hcd
Oct 27 11:33:26 localhost kernel: CPU:    0
Oct 27 11:33:26 localhost kernel: EIP:    0060:[<f8b28263>]    Tainted: P       VLI
Oct 27 11:33:26 localhost kernel: EFLAGS: 00010296   (2.6.22.9-91.fc7 #1)
Oct 27 11:33:26 localhost kernel: EIP is at firegl_asyncio_fasync+0x13/0x50 [fglrx]
Oct 27 11:33:26 localhost kernel: eax: 00000000   ebx: d4efc780   ecx: 00000000   edx: e3c11800
Oct 27 11:33:26 localhost kernel: esi: d4efc780   edi: e3c11978   ebp: e3c11800   esp: e4f8be74
Oct 27 11:33:26 localhost kernel: ds: 007b   es: 007b   fs: 00d8  gs: 0000  ss: 0068
Oct 27 11:33:26 localhost kernel: Process compiz (pid: 3609, ti=e4f8b000 task=e64ee000 task.ti=e4f8b000)
Oct 27 11:33:26 localhost kernel: Stack: d4efc780 c1805000 f8c6ec40 f8c71244 e3c11800 f8b0a4c1 f8c6ec40 f8b27de7 
Oct 27 11:33:26 localhost kernel:        ffffffff d4efc780 00000000 00000000 e3c11974 f7bea920 f8c6f940 f8b11f61 
Oct 27 11:33:26 localhost kernel:        e3c11978 e64ee1a0 c180aa80 00000000 f0c54700 00000246 00000246 c05a638e 
Oct 27 11:33:26 localhost kernel: Call Trace:
Oct 27 11:33:26 localhost kernel:  [<f8b0a4c1>] __ke_down_interruptible+0x19/0x29 [fglrx]
Oct 27 11:33:26 localhost kernel:  [<f8b27de7>] firegl_asyncio_close+0xa7/0x110 [fglrx]
Oct 27 11:33:26 localhost kernel:  [<f8b11f61>] firegl_release_helper+0xc1/0xa20 [fglrx]
Oct 27 11:33:26 localhost kernel:  [<c05a638e>] skb_dequeue+0x39/0x3f
Oct 27 11:33:26 localhost kernel:  [<f8b15361>] firegl_release+0x71/0x190 [fglrx]
Oct 27 11:33:26 localhost kernel:  [<f8b09ac9>] ip_firegl_release+0xf/0x12 [fglrx]
Oct 27 11:33:26 localhost kernel:  [<c047b6f0>] __fput+0xc1/0x177
Oct 27 11:33:26 localhost kernel:  [<c04791c9>] filp_close+0x51/0x58
Oct 27 11:33:26 localhost kernel:  [<c042a968>] put_files_struct+0x5f/0xa7
Oct 27 11:33:26 localhost kernel:  [<c042bac9>] do_exit+0x237/0x6d4
Oct 27 11:33:26 localhost kernel:  [<c042bfd3>] sys_exit_group+0x0/0xd
Oct 27 11:33:26 localhost kernel:  [<c0404f8e>] syscall_call+0x7/0xb
Oct 27 11:33:26 localhost kernel:  =======================
Oct 27 11:33:26 localhost kernel: Code: ff ff c7 04 24 07 00 00 00 e9 80 fe ff ff 8d 76 00 8d bc 27 00 00 00 00 83 ec 1c 89 5c 24 18 8b 5c 24 24 89 1c 24 e8 ab ee fd ff <8b> 50 28 89 5c 24 04 8b 4c 24 28 81 c2 10 19 00 00 89 54 24 0c 
Oct 27 11:33:26 localhost kernel: EIP: [<f8b28263>] firegl_asyncio_fasync+0x13/0x50 [fglrx] SS:ESP 0068:e4f8be74
Oct 27 11:33:26 localhost kernel: Fixing recursive fault but reboot is needed!
Oct 27 11:33:56 localhost kernel: BUG: unable to handle kernel NULL pointer dereference at virtual address 00000028
Oct 27 11:33:56 localhost kernel:  printing eip:
Oct 27 11:33:56 localhost kernel: f8b28263
Oct 27 11:33:56 localhost kernel: *pde = 2e823067
Oct 27 11:33:56 localhost kernel: *pte = 00000000
Oct 27 11:33:56 localhost kernel: Oops: 0000 [#2]
Oct 27 11:33:56 localhost kernel: SMP 
Oct 27 11:33:56 localhost kernel: last sysfs file: /devices/system/cpu/cpu0/cpufreq/scaling_cur_freq
Oct 27 11:33:56 localhost kernel: Modules linked in: autofs4 hidp l2cap bluetooth sunrpc arc4 ecb blkcipher ieee80211_crypt_wep cpufreq_ondemand acpi_cpufreq fuse dm_mirror dm_multipath dm_mod video sbs button dock battery ac ipv6 snd_intel8x0m snd_seq_dummy snd_intel8x0 snd_ac97_codec ac97_bus snd_seq_oss snd_seq_midi_event snd_seq snd_seq_device snd_pcm_oss tifm_7xx1 snd_mixer_oss ipw2200 firewire_ohci tifm_core snd_pcm ieee80211 8139cp iTCO_wdt 8139too iTCO_vendor_support snd_timer firewire_core crc_itu_t ieee80211_crypt sdhci mmc_core fglrx(P)(U) i2c_i801 snd mii i2c_core sr_mod serio_raw joydev cdrom soundcore sg snd_page_alloc ata_piix ata_generic ahci libata sd_mod scsi_mod ext3 jbd mbcache ehci_hcd ohci_hcd uhci_hcd
Oct 27 11:33:56 localhost kernel: CPU:    0
Oct 27 11:33:56 localhost kernel: EIP:    0060:[<f8b28263>]    Tainted: P       VLI
Oct 27 11:33:56 localhost kernel: EFLAGS: 00210296   (2.6.22.9-91.fc7 #1)
Oct 27 11:33:56 localhost kernel: EIP is at firegl_asyncio_fasync+0x13/0x50 [fglrx]
Oct 27 11:33:56 localhost kernel: eax: 00000000   ebx: e6c75780   ecx: 00000000   edx: e3c11000
Oct 27 11:33:56 localhost kernel: esi: e6c75780   edi: e3c11178   ebp: e3c11000   esp: e1816e74
Oct 27 11:33:56 localhost kernel: ds: 007b   es: 007b   fs: 00d8  gs: 0000  ss: 0068
Oct 27 11:33:56 localhost kernel: Process fgl_glxgears (pid: 3674, ti=e1816000 task=f0cbc600 task.ti=e1816000)
Oct 27 11:33:56 localhost kernel: Stack: e6c75780 c1805000 f8c6ec40 f8c71244 e3c11000 f8b0a4c1 f8c6ec40 f8b27de7 
Oct 27 11:33:56 localhost kernel:        ffffffff e6c75780 00000000 d70e4700 e3c11174 f7bea920 f8c6f940 f8b11f61 
Oct 27 11:33:56 localhost kernel:        e3c11178 f0cbc7a0 c180aa80 00000000 d70e41c0 00200246 00200287 c05a638e 
Oct 27 11:33:56 localhost kernel: Call Trace:
Oct 27 11:33:56 localhost kernel:  [<f8b0a4c1>] __ke_down_interruptible+0x19/0x29 [fglrx]
Oct 27 11:33:56 localhost kernel:  [<f8b27de7>] firegl_asyncio_close+0xa7/0x110 [fglrx]
Oct 27 11:33:56 localhost kernel:  [<f8b11f61>] firegl_release_helper+0xc1/0xa20 [fglrx]
Oct 27 11:33:56 localhost kernel:  [<c05a638e>] skb_dequeue+0x39/0x3f
Oct 27 11:33:56 localhost kernel:  [<f8b15361>] firegl_release+0x71/0x190 [fglrx]
Oct 27 11:33:56 localhost kernel:  [<f8b09ac9>] ip_firegl_release+0xf/0x12 [fglrx]
Oct 27 11:33:56 localhost kernel:  [<c047b6f0>] __fput+0xc1/0x177
Oct 27 11:33:56 localhost kernel:  [<c04791c9>] filp_close+0x51/0x58
Oct 27 11:33:56 localhost kernel:  [<c042a968>] put_files_struct+0x5f/0xa7
Oct 27 11:33:56 localhost kernel:  [<c042bac9>] do_exit+0x237/0x6d4
Oct 27 11:33:56 localhost kernel:  [<c042bfd3>] sys_exit_group+0x0/0xd
Oct 27 11:33:56 localhost kernel:  [<c0404f8e>] syscall_call+0x7/0xb
Oct 27 11:33:56 localhost kernel:  =======================
Oct 27 11:33:56 localhost kernel: Code: ff ff c7 04 24 07 00 00 00 e9 80 fe ff ff 8d 76 00 8d bc 27 00 00 00 00 83 ec 1c 89 5c 24 18 8b 5c 24 24 89 1c 24 e8 ab ee fd ff <8b> 50 28 89 5c 24 04 8b 4c 24 28 81 c2 10 19 00 00 89 54 24 0c 
Oct 27 11:33:56 localhost kernel: EIP: [<f8b28263>] firegl_asyncio_fasync+0x13/0x50 [fglrx] SS:ESP 0068:e1816e74
Oct 27 11:33:56 localhost kernel: Fixing recursive fault but reboot is needed!
PS : je ne suis pas le seul à avoir ce problème !
http://www.phoronix.com/forums/showthread.php?t=5977