Bonsoir,
Sur le portable de mon fils, la carte nvidia fonctionne, mais pas
l'accélération matérielle (3D).
Dans les logs, j'ai :
(EE) AIGLX error: dlopen of /usr/lib/dri/nouveau_vieux_dri.so failed
(/usr/lib/dri/nouveau_vieux_dri.so: cannot open shared object file: No such
file or directory)
(EE) AIGLX: reverting to software rendering
(II) AIGLX: Screen 0 is not DRI capable
Après quelques recherches¹, j'ai essayé de désactiver AIGLX avec ceci dans
xorg.conf:
Section "ServerFlags"
Option "AIGLX" "off"
EndSection
Section "Extensions"
Option "Composite" "Disable"
EndSection
Avec ça, plus d'erreur dans Xorg :
(II) AIGLX: Loaded and initialized /usr/lib/dri/swrast_dri.so
(II) GLX: Initialized DRISWRAST GL provider for screen 0
Mais toujours pas d'accélération 3D...
Une autre source² dit de récupérer la librairie nouveau_vieux_dri et de la
mettre dans /usr/lib/dri. Là, AIGLX est content :
(II) AIGLX: enabled GLX_MESA_copy_sub_buffer
(II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
(II) AIGLX: Loaded and initialized /usr/lib/dri/nouveau_vieux_dri.so
(II) GLX: Initialized DRI2 GL provider for screen 0
Xorg se lance, mais dès que je lance un window manager, ça plante X.
Une idée ? Quelqu'un a-t-il réussi à faire fonctionner ce driver avec une
GeForce 440 (NV17) ?
Merci.
¹
http://fedoraproject.org/wiki/RenderingProject/aiglx#How_can_I_disable_AIGLX_and_the_compositing_extension.3F
²
http://ubuntuforums.org/showpost.php?p=10028543&postcount=38
--
Frédéric