Bonjours,
J’ai bien chercher sur internet, et je ne trouves pas de solutions à ce soucis. Je rencontre un problème avec compiz-fusion. En effet je penses l’avoir installer correctement, et j’arrive à le lancer, mais dès ce moment là, bien que j’arrive a faire tourner le cube ou encore à déplacer les fenêtres en les déformant, la barre de menu en bas ne fonctionne pas, ni les icônes en arrière plan ainsi que tous les rafraîchissements des fenêtres qui se font au ralentis lorsque l’on tape du texte dedans par exemple.
mon xorg.conf :
[code]Section "ServerLayout"
Identifier "Default Layout"
Screen “Default Screen” 0 0
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection
Section “Files”
# path to defoma fonts
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"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection
Section "Module"
Load "bitmap"
Load "ddc"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "vbe"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option “XkbRules” "xorg"
Option “XkbModel” "pc105"
Option “XkbLayout” "fr"
Option “XkbVariant” "latin9"
Option “XkbOptions” "altwin:super_win"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option “Device” "/dev/input/mice"
Option “Protocol” "ImPS/2"
EndSection
Section "Monitor"
Identifier "Écran générique"
HorizSync 30.0 - 65.0
VertRefresh 50.0 - 75.0
Option "DPMS"
EndSection
Section "Device"
Identifier "Carte vidéo générique"
Driver "nvidia"
Option “AddARGBGLXVisuals” "True"
Option “AllowGLXWithComposite” "True"
Option “RenderAccel” "True"
Option “DisableGLXRootClipping” "True"
Option “BackStoring” "True"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Carte vidéo générique"
Monitor "Écran générique"
DefaultDepth 24
Option “AddARGBGLXVisuals” "True"
Option “DisableGLXRootClipping” "true"
SubSection "Display"
Depth 1
Modes “1280x1024” “1024x768” “800x600” "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes “1280x1024” “1024x768” “800x600” "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes “1280x1024” “1024x768” “800x600” "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes “1280x1024” “1024x768” “800x600” "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes “1280x1024” “1024x768” “800x600” "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes “1280x1024” “1024x768” “800x600” "640x480"
EndSubSection
EndSection
Section "Extensions"
Option “Composite” "Enable"
EndSection
[/code]
J’ai installer les derniers pilotes nvidia disponible sur le site et je possèdes une debian lenny.
Les paquets que j’ai installer sont : compiz-kde, conpiz-manager, compiz-plugins, emerald et quelques autres ainsi que leurs dépendances.
J’espère que vous pourrez m’aider à résoudre ce problème 
Merci à vous!