Partage
  • Partager sur Facebook
  • Partager sur Twitter

ati x200M dri not capable

    7 mai 2007 à 10:36:47

    Bonjour, j'ai une ati X200M ou ati X200 Mobility. J'ai ma distribution a base de gentoo et j'ai tester sur des lives cd, j'ai le méme probleme:
    user@Zentoo ~ $ glxinfo
    name of display: :0.0
    Xlib:  extension "XFree86-DRI" missing on display ":0.0".
    display: :0  screen: 0
    direct rendering: No
    server glx vendor string: SGI
    server glx version string: 1.2
    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_hyperpipe,
        GLX_SGIX_swap_barrier, GLX_SGIX_fbconfig
    client glx vendor string: ATI
    client glx version string: 1.3
    client glx extensions:
        GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_EXT_import_context,
        GLX_ARB_get_proc_address, GLX_SGI_video_sync, GLX_ARB_multisample,
        GLX_ATI_pixel_format_float, GLX_ATI_render_texture
    GLX version: 1.2
    GLX extensions:
        GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_EXT_import_context,
        GLX_ARB_multisample
    OpenGL vendor string: Mesa project: www.mesa3d.org
    OpenGL renderer string: Mesa GLX Indirect
    OpenGL version string: 1.2 (1.5 Mesa 6.5.1)
    OpenGL 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

       visual  x  bf lv rg d st colorbuffer ax dp st accumbuffer  ms  cav
     id dep cl sp sz l  ci b ro  r  g  b  a bf th cl  r  g  b  a ns b eat
    ----------------------------------------------------------------------
    0x23 16 tc  0 16  0 r  y  .  5  6  5  0  0 16  0  0  0  0  0  0 0 None
    0x24 16 tc  0 16  0 r  y  .  5  6  5  0  0 16  8 16 16 16  0  0 0 None
    0x25 16 tc  0 24  0 r  y  .  5  6  5  8  0 16  8 16 16 16 16  0 0 None
    0x26 16 tc  0 24  0 r  .  .  5  6  5  8  0 16  8 16 16 16 16  0 0 None
    0x27 16 dc  0 16  0 r  y  .  5  6  5  0  0 16  0  0  0  0  0  0 0 None
    0x28 16 dc  0 16  0 r  y  .  5  6  5  0  0 16  8 16 16 16  0  0 0 None
    0x29 16 dc  0 24  0 r  y  .  5  6  5  8  0 16  8 16 16 16 16  0 0 None
    0x2a 16 dc  0 24  0 r  .  .  5  6  5  8  0 16  8 16 16 16 16  0 0 None

    et dans mon fichier de log je trouve ça:
    (EE) Failed to load /usr/lib/xorg/modules/extensions/libGLcore.so
    (EE) Failed to load module "GLcore" (loader failed, 7)
    (II) Loading extension MIT-SCREEN-SAVER
    (EE) AIGLX: Screen 0 is not DRI capable

    (II) RADEON(0): Direct rendering broken on XPRESS 200 and 200M
    (--) RADEON(0): Virtual size is 1280x800 (pitch 1280)
    (**) RADEON(0): Initializing backing store
    (==) RADEON(0): Backing store disabled
    (WW) RADEON(0): Direct rendering disabled
    (II) RADEON(0): Render acceleration unsupported on Radeon 9500/9700 and newer.
    (II) RADEON(0): Render acceleration disabled


    J'ai la 3d mais pas la 2d, comment m'en sortir?
    Merci de vos réponse, avec d'autre carte comme une geforce 7600GS tout marche.
    • Partager sur Facebook
    • Partager sur Twitter
    Développeur d'Ultracopier/Supercopier et du MMORPG libre CatchChallenger
      8 mai 2007 à 7:11:38

      Sur une gentoo :

      emerge ati-drivers


      Si mes souvenirs sont bons, ça devrait marcher. Ensuite, tu lance :

      aticonfig --initial
      eselect opengl set ati


      Et tu reboote ton serveur X (Ctrl + Alt + Bksp)
      • Partager sur Facebook
      • Partager sur Twitter
        8 mai 2007 à 10:18:42

        Je connaisé pas:

        Citation : Pas de titre

        Et tu reboote ton serveur X (Ctrl + Alt + Bksp)


        Par contre j'avais déjà fait ces commandes trouvé dans les docs de gentoo par google. Mais en fait le probleme est la:
        aticonfig --initial
        la commande n'existe pas en root, j'ai du donc faire:
        cd /sbin/
        ln -s /opt/ati/bin/aticonfig


        Merci de ton aide qui m'a été trés précieuse sinon j'aurai j'amais fait le lien symbolique et lancé l'application.

        EDIT: La dri est bien activé mais j'ai autant de fps qu'avant dans glxgears, et j'ai cette erreur :

        Citation : Pas de titre

        FGLTexMgr: open of shared memory object failed (Permission denied)
        __FGLTexMgrCreateObject: __FGLTexMgrSHMmalloc failed!!!


        La j'ai changé de probleme donc j'avance merci encore.

        EDIT2: pour supprimé cette erreur faut faire:

        Citation : Pas de titre

        Then you do not have tmpfs mounted on /dev/shm, which the driver requires. To mount this, add to following line to /etc/fstab (if it isn't there already):

        tmpfs /dev/shm tmpfs defaults 0 0

        Then just do a:

        mount /dev/shm


        Mais méme probleme j'ai gagné que 100fps en +.
        • Partager sur Facebook
        • Partager sur Twitter
        Développeur d'Ultracopier/Supercopier et du MMORPG libre CatchChallenger

        ati x200M dri not capable

        × Après avoir cliqué sur "Répondre" vous serez invité à vous connecter pour que votre message soit publié.
        × Attention, ce sujet est très ancien. Le déterrer n'est pas forcément approprié. Nous te conseillons de créer un nouveau sujet pour poser ta question.
        • Editeur
        • Markdown