Pb de carte graphique

Bonjour,

j’ai installé compiz et je n’arrive pas à faire tourner le cube. Etant débutante, j’ai cherché sur le net et j’ai configuré le fichier suivant /etc/X11/xorg.conf. J’ai rajouté la ligne suivante dans la section Device : Option “!AccelMethod” “XAA” et créé le fichier /etc/environment et mis INTEL_BATCH=“1”

Mais malgré cela, les effets que j’ai sélectionné dans compiz ne fonctionnent pas. Quelqu’un peut-il m’aider ?

Ma carte graphique c’est Intel 945GM intégré.

Par avance, merci.

Salut,

Un copié-collé de ton xorg.conf serait un plus :slightly_smiling:

est-ce que ta carte graphique est bien installée ?

Et le résultat de :

$ glxinfo | grep direct

Il te faudra avoir installé le paquet mesa-utils

J’ai la même carte…
Copie ci-dessous de mon xorg.conf

xorg.conf (X.Org X Window System server configuration file)

This file was generated by dexconf, the Debian X Configuration tool, using

values from the debconf database.

Edit this file with caution, and see the xorg.conf manual page.

(Type “man xorg.conf” at the shell prompt.)

This file is automatically updated on xserver-xorg package upgrades only

if it has not been modified since the last upgrade of the xserver-xorg

package.

If you have edited this file but would like it to be automatically updated

again, run the following command:

sudo dpkg-reconfigure -phigh xserver-xorg

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

Section "Files"
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/share/fonts/X11/Type1"
FontPath "/usr/share/fonts/X11/75dpi"
FontPath "/usr/share/fonts/X11/Type1"
EndSection

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

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
EndSection

Section "InputDevice"
Identifier "Touchpad"
Driver "synaptics"
Option “Device” "/dev/input/mouse0"
Option “Protocol” "auto-dev"
Option “VertTwoFingerScroll” "1"
Option “HorizTwoFingerScroll” "1"
Option “TapButton1” "1"
Option “TapButton2” "2"
Option “TapButton3” "3"
EndSection

Section "Device"
Identifier "Configured Video Device"
Driver "intel"
BusID "PCI:0:2:0"
Option “AccelMethod” "XAA"
Option “EnablePageFlip” "on"
Option “MigrationHeuristic” "greedy"
Option “AccelDFS” "true"
Option “DynamicClocks” "on"
Option “ColorTiling” "on"
Option “FBTexPercent” "95"
Option “XAANoOffscreenPixmaps” "true"
Option “AddARGBGLXVisuals” “true”

EndSection

Section "Monitor"
Identifier "Generic Monitor"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 24
Virtual 2048 2048
EndSubSection
EndSection

Section "DRI"
Mode 0666
EndSection

Section "Extensions"
Option “Composite” "Enable"
Endsection

Bonjour,
désolé pour la réponse en retard mais je me suis absentée.

Voici mon fichier xorg.conf

[code]# xorg.conf (X.Org X Window System server configuration file)

This file was generated by dexconf, the Debian X Configuration tool, using

values from the debconf database.

Edit this file with caution, and see the xorg.conf manual page.

(Type “man xorg.conf” at the shell prompt.)

This file is automatically updated on xserver-xorg package upgrades only

if it has not been modified since the last upgrade of the xserver-xorg

package.

If you have edited this file but would like it to be automatically updated

again, run the following command:

sudo dpkg-reconfigure -phigh xserver-xorg

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

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
EndSection

Section "Device"
Identifier "Configured Video Device"
Option “!AccelMethod” "xaa"
EndSection

Section "Monitor"
Identifier "Configured Monitor"
EndSection

Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
EndSection
[/code]

Pour la commande glx info | grep direct, j’obtiens ceci:

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".

@triangle : j’essaie ton fichier et je reviens poster le résultat.

Merci encore de vos réponses

Salut,

[quote]Section "Device"
Identifier "Configured Video Device"
Driver "intel"
BusID "PCI:0:2:0"
Option “AccelMethod” "XAA"
Option “EnablePageFlip” “on”

[/quote]
Etonnant :slightly_smiling: