[Résolu] Accélération graphique - carte graphique intel 965

Bonjour à tous,

Je souhaite installer compiz donc je vérifie d’abord que l’accélération graphique est ok :

-> J’ai un PC avec une carte graphique intel 965
-> J’ai le pilote intel installé et renseigné dans xorg.conf.

Mon problème :
-> la commande glxinfo | grep “direct rendering” me donne :

Xlib: extension "GLX" missing on display ":0.0". Xlib: extension "GLX" missing on display ":0.0". Xlib: extension "GLX" missing on display ":0.0". Error: couldn't find RGB GLX visual Xlib: extension "GLX" missing on display ":0.0". Xlib: extension "GLX" missing on display ":0.0". Xlib: extension "GLX" missing on display ":0.0". Xlib: extension "GLX" missing on display ":0.0". Xlib: extension "GLX" missing on display ":0.0". Xlib: extension "GLX" missing on display ":0.0".

Et du coup je ne pense pas que mon accélération graphique soit activée.

Je poste également mon xorg.conf si ça peux aider

[code]Section "Files"
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/X11R6/lib/X11/fonts/misc"
FontPath "/usr/share/fonts/X11/cyrillic"
FontPath "/usr/X11R6/lib/X11/fonts/cyrillic"
FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/share/fonts/X11/Type1"
FontPath "/usr/X11R6/lib/X11/fonts/Type1"
FontPath "/usr/share/fonts/X11/100dpi"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi"
FontPath "/usr/share/fonts/X11/75dpi"
FontPath “/usr/X11R6/lib/X11/fonts/75dpi”
# path to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "vbe"
Load "dbe"
EndSection

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option “XkbRules” "xorg"
Option “XkbModel” "pc105"
Option “XkbLayout” "fr"
Option “XkbVariant” "latin9"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option “Device” "/dev/input/mice"
Option “Protocol” "ImPS/2"
Option “Emulate3Buttons” "true"
EndSection

Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option “SendCoreEvents” "true"
Option “Device” "/dev/psaux"
Option “Protocol” "auto-dev"
Option “HorizScrollDelta” "0"
Option “SHMConfig” "true"
EndSection

Section "Device"
Identifier "Carte vidéo générique"
Driver "intel"
EndSection

Section "Monitor"
Identifier "Écran générique"
Option "DPMS"
HorizSync 28-64
VertRefresh 43-60
EndSection

Section "Screen"
Identifier "Default Screen"
Device "Carte vidéo générique"
Monitor "Écran générique"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes “1280x1024” “1280x960” “1280x854” “1280x800” “1280x768” “1024x768” “800x600” "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes “1280x1024” “1280x960” “1280x854” “1280x800” “1280x768” “1024x768” “800x600” "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes “1280x1024” “1280x960” “1280x854” “1280x800” “1280x768” “1024x768” “800x600” "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes “1280x1024” “1280x960” “1280x854” “1280x800” “1280x768” “1024x768” “800x600” "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes “1280x1024” “1280x960” “1280x854” “1280x800” “1280x768” “1024x768” “800x600” "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes “1280x1024” “1280x960” “1280x854” “1280x800” “1280x768” “1024x768” “800x600” "640x480"
EndSubSection
EndSection

Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "Synaptics Touchpad"
EndSection

Section "DRI"
Mode 0666[/code]

Merci d’avance pour votre aide

Essaye avec une version minimale:

[code]Section "Files"
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/X11R6/lib/X11/fonts/misc"
FontPath "/usr/share/fonts/X11/cyrillic"
FontPath "/usr/X11R6/lib/X11/fonts/cyrillic"
FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/share/fonts/X11/Type1"
FontPath "/usr/X11R6/lib/X11/fonts/Type1"
FontPath "/usr/share/fonts/X11/100dpi"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi"
FontPath "/usr/share/fonts/X11/75dpi"
FontPath “/usr/X11R6/lib/X11/fonts/75dpi”

path to defoma fonts

FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option “XkbRules” "xorg"
Option “XkbModel” "pc105"
Option “XkbLayout” "fr"
Option “XkbVariant” "latin9"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option “Device” "/dev/input/mice"
Option “Protocol” "ImPS/2"
Option “Emulate3Buttons” "true"
EndSection

Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option “SendCoreEvents” "true"
Option “Device” "/dev/psaux"
Option “Protocol” "auto-dev"
Option “HorizScrollDelta” "0"
Option “SHMConfig” "true"
EndSection

Section "Device"
Identifier "Carte vidéo générique"
Driver "intel"
EndSection

Section "Monitor"
Identifier "Écran générique"
Option "DPMS"
HorizSync 28-64
VertRefresh 43-60
EndSection

Section "Screen"
Identifier "Default Screen"
Device "Carte vidéo générique"
Monitor "Écran générique"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes “1280x1024” “1280x960” “1280x854” “1280x800” “1280x768” “1024x768” “800x600” "640x480"
EndSubSection
EndSection

Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "Synaptics Touchpad"
EndSection
[/code]

Salut,

Même résultat…

Je viens de progresser :

J’ai lu à divers endroit que le driver nvidia pouvait poser problème :

J’ai donc supprimer nvidia-glx-legacy-96xx.

Maintenant j’ai l’erreur suivante à la commande glxinfo | grep “direct rendering”:
direct rendering: No

Hum, as tu des versions compatibles entre
xserver-xorg-core et xserver-xorg-video-intel, on dirait une incomatibilité entre les deux…

edit: Que vient faire nvidia ici? Tu as installer des pilotes nvidia???

Pour ta première question : Voici les versions (Je suis en Lenny)

apt-cache policy xserver-xorg-core
xserver-xorg-core:
Installé : 2:1.4.2-7
Candidat : 2:1.4.2-7
Table de version :
*** 2:1.4.2-7 0
990 ftp.fr.debian.org lenny/main Packages
50 ftp.fr.debian.org sid/main Packages
100 /var/lib/dpkg/status
2:1.1.1-21etch5 0
700 security.debian.org etch/updates/main Packages
700 ftp.fr.debian.org etch/main Packages

apt-cache policy xserver-xorg-video-intel
xserver-xorg-video-intel:
Installé : 2:2.3.2-2+lenny4
Candidat : 2:2.3.2-2+lenny4
Table de version :
*** 2:2.3.2-2+lenny4 0
990 ftp.fr.debian.org lenny/main Packages
50 ftp.fr.debian.org sid/main Packages
100 /var/lib/dpkg/status
2:2.2.1-1~etchnhalf2 0
700 ftp.fr.debian.org etch/main Packages

Pour ta 2ème question :
oui lors de mon passage à etch en lenny, synaptic m’a installé un noyau openvz+driver nvidia.
Je t’avoues que je n’ai pas compris pourquoi mais de toute façon, je viens de l’enlever.

J’ai encore progressé :
J’ai donc virer le noyau openvz + les drivers nvidia -> Direct rendering : No
J’ai installé libgl1-mesa-dri -> direct-rendering : Yes

Donc normalement maintenant, j’ai l’accélération graphique activée.

Je vais donc essayer de configurer compiz.

Merci de ton aide, je passe en résolu.

bon dimanche Fran.b