• [^] # Re: OpenGL vendor string: VMware, Inc. ??

    Posté par (site web personnel) . En réponse au message Résolu [Debian Jessie LXDE Intel i915]. Évalué à 2.

    Il y a des warning:

    7.044 intel(0): RGB weight 888
    7.044 intel(0): Default visual is TrueColor
    7.044 intel(0): Unknown chipset
    7.044 intel(0): Relaxed fencing disabled

    => Chipset non complètement reconnu par le driver ?

    7.994 Depth 24 pixmap format is 32 bpp
    7.994 intel(0): cannot enable DRI2 whilst forcing software fallbacks
    7.994 intel(0): Allocated new frame buffer 1920x1080 stride 7680, untiled

    => Impossible de charger un firemware/module DRI2

    8.180 intel(0): Disabling Xv because no adaptors could be initialized.
    8.180 intel(0): direct rendering: Failed

    => Pas d'accès rendu direct

    et une erreur:

    8.432 AIGLX: Screen 0 is not DRI2 capable
    8.432 AIGLX: reverting to software rendering
    8.477 AIGLX: Loaded and initialized swrast
    8.477 GLX: Initialized DRISWRAST GL provider for screen 0

    => GLX passe au mode de rendu software. C'est probablement la raison pour laquelle l'affichage est ralenti.

    Il y a pas mal de problème similaire sur le net:
    https://www.google.fr/?q=AIGLX:+Screen+0+is+not+DRI2+capablele

    A mon avis, il faut commencer par regarder du coté du chipset graphique qui ne semble pas très classique :

    lspci | grep "VGA compatible controller"
    00:02.0 VGA compatible controller: Intel Corporation Broadwell-U Integrated Graphics (rev 09)

    D'après https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=782690 , le problème semble être corrigé en installant un morceau d'experimental :

    I could nail down the issue a little. Installing
    xserver-xorg-video-intel from experimental (with no need to upgrade
    other components of the stack) is enough to fix it and get DRI2
    support and full hardware rendering.