®om a écritmichel2652 a écritPour ceux qui ont une CG Nvidia et qui, après les maj, ne peuvent plus démarrer compiz et ont ce message d'erreur :
Checking for Xgl: not present.
Detected PCI ID for VGA: 01:00.0 0300: 10de:01d8 (rev a1) (prog-if 00 [VGA])
Checking for texture_from_pixmap: present.
Checking for non power of two support: present.
Checking for Composite extension: present.
Comparing resolution (1280x800) to maximum 3D texture size (512): Failed.
aborting and using fallback: /usr/bin/metacity
Dans le terminal :
~$ sudo gedit /usr/bin/compiz
Rechercher : GL_MAX_3D_TEXTURE_SIZE
Remplacer par : GL_MAX_TEXTURE_SIZE
Edit : Vu sur http://ubuntuforums.org/forumdisplay.php?f=238
A+
J'ai ce problème avec ma carte nvidia, mais ça ne corrige pas le problème 🙁
ça a fonctionné chez moi 😃
voici le résultat avant :
kichetof@gutsy:~$ compiz --replace
Checking for Xgl: not present.
Detected PCI ID for VGA: 01:00.0 0300: 10de:00f1 (rev a2) (prog-if 00 [VGA])
Checking for texture_from_pixmap: present.
Checking for non power of two support: present.
Checking for Composite extension: present.
Comparing resolution (1680x1050) to maximum 3D texture size (512): Failed.
aborting and using fallback: /usr/bin/metacity
et voici après 🙂
kichetof@gutsy:~$ compiz --replace &
[1] 7192
kichetof@gutsy:~$ Checking for Xgl: not present.
Detected PCI ID for VGA: 01:00.0 0300: 10de:00f1 (rev a2) (prog-if 00 [VGA])
Checking for texture_from_pixmap: present.
Checking for non power of two support: present.
Checking for Composite extension: present.
Comparing resolution (1680x1050) to maximum 3D texture size (4096): Passed.
Checking for nVidia: present.
Checking for FBConfig: present.
Checking for Xgl: not present.
Starting gtk-window-decorator
Merci pour la solution !!! 😃
Mais il marque toujours Xgl: not present :S
alors que
kichetof@gutsy:~$ glxinfo | grep "direct rendering"
direct rendering: Yes