Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#1 Le 14/03/2007, à 23:49

Twi

Beryl GLX_EXT failed

Salut à tous,

J'ai installé Beryl et les pilote de ma carte graphique sans aucun problème mais quand je lance beryl j'ai un "failed", je suis débutant sous linux j'aimerais savoir comment régler ce problème, je sais qui doit avoir un problème entre GLX et beryl mais c'est un peu le bazarre dans ma tête.

Quelqu'un pourrait il m'aider! Merci!

Voici après avoir tapé Beryl-manager dans le terminal:

Detected xserver                                : NVIDIA

Checking Display :0.0 ...

Checking for XComposite extension               : passed (v0.3)
Checking for XDamage extension                  : passed
Checking for RandR extension                    : passed
Checking for XSync extension                    : passed

Checking Screen 0 ...

Checking for GLX_SGIX_fbconfig                  : passed
Checking for GLX_EXT_texture_from_pixmap        : failed

No GLX_EXT_texture_from_pixmap
beryl: No GLXFBConfig for default depth, falling back on visinfo.
Reloading options

Hors ligne

#2 Le 15/03/2007, à 00:10

tylin

Re : Beryl GLX_EXT failed

bonjour,

j'ai aussi le même problème, et je n'arrive pas à le résoudre... je cherche dans les forums...
voici un extrait de mon xorg.conf // j'ai modifier manuellement screen --> defaultdepth= 24 à la place de 16 mais l'affichage sous beryl était tout simplement illisible... maintenant j'ai ce  meme message d'erreur
No GLX_EXT_texture_from_pixmap
beryl: No GLXFBConfig for default depth, falling back on visinfo.
Reloading options

je ne sais pas non plus où est le problème ?

Section "Device"
    Identifier     "NVIDIA Corporation NVIDIA Default Card"
    Driver         "nvidia"
    Option         "AddARGBGLXVisuals" "true"
    Option         "TripleBuffer" "true"
EndSection

Section "Screen"
    Identifier     "Default Screen"
    Device         "NVIDIA Corporation NVIDIA Default Card"
    Monitor        "Generic Monitor"
    DefaultDepth    24
    SubSection     "Display"
        Depth       1
        Modes      "1680x1050"
    EndSubSection
    SubSection     "Display"
        Depth       4
        Modes      "1680x1050"
    EndSubSection
    SubSection     "Display"
        Depth       8
        Modes      "1680x1050"
    EndSubSection
    SubSection     "Display"
        Depth       15
        Modes      "1680x1050"
    EndSubSection
    SubSection     "Display"
        Depth       16
        Modes      "1680x1050"
    EndSubSection
    SubSection     "Display"
        Depth       24
        Modes      "1680x1050"
    EndSubSection
EndSection

Hors ligne

#3 Le 15/03/2007, à 01:36

tylin

Re : Beryl GLX_EXT failed

encore moi,
donc apparemment j'ai réussi quand même à charger beryl, j'ai installer via les pkges synaptic: GL-based X server et  j'ai modifier encore une fois le xorg.conf et malgré le message d'erreur  lors de la commande beryl-manager
No GLX_EXT_texture_from_pixmap
beryl: No GLXFBConfig for default depth, falling back on visinfo.
Reloading options
gnome donne l'impression de se planter, mais rapidemment j'ai beryl et tout à l'air de fonctionner normalement. voici les parties device et screen de mon xorg.conf modifié...

Section "Device"
    Identifier     "NVIDIA Corporation NVIDIA Default Card"
    Driver         "nvidia"
EndSection

Section "Screen"
    Identifier     "Default Screen"
    Device         "NVIDIA Corporation NVIDIA Default Card"
    Monitor        "Generic Monitor"
    DefaultDepth    24
    SubSection     "Display"
        Depth       1
        Modes      "1680x1050"
    EndSubSection
    SubSection     "Display"
        Depth       4
        Modes      "1680x1050"
    EndSubSection
    SubSection     "Display"
        Depth       8
        Modes      "1680x1050"
    EndSubSection
    SubSection     "Display"
        Depth       15
        Modes      "1680x1050"
    EndSubSection
    SubSection     "Display"
        Depth       16
        Modes      "1680x1050"
    EndSubSection
    SubSection     "Display"
        Depth       24
        Modes      "1680x1050"
    EndSubSection
EndSection

Hors ligne