Mira yo le añadiria lo siguiente
Section "Extensions"
Option "Composite" "Enable"
EndSection
Y sustituiria la sección Screen por la siguiente;
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
Option "NoLogo" "true"
Option "AddARGBGLXVisuals" "true"
Option "RenderAccel" "true"
Option "AllowGLXWithComposite" "true"
SubSection "Display"
Depth 24
# Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Con estas modificaciones habilitaras una buena interaccion con compiz y la aceleracion GLX. Si tu tarjeta es mas potente podrias añadir mas cosas, de tal forma que la sección Screen y Extensions te quedarian asi;
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
Option "NoLogo" "true"
Option "RenderAccel" "true"
Option "AddARGBGLXVisuals" "True"
Option "AllowGLXWithComposite" "true"
Option "DamageEvents" "True"
Option "TripleBuffer" "True"
Option "DPMS" "TRUE"
Option "Coolbits" "1"
Option "AllowIndirectPixmaps" "True" #enable shared RAM ??
Option "OnDemandVBlankInterrupts" "True"
SubSection "Display"
# Viewport 0 0
Depth 24
# Modes "1280x800" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "Extensions"
Option "RENDER" "true"
Option "DAMAGE" "true"
Option "Composite" "Enable"
EndSection
Puedes encotrar mas informacion sobre como sacarle el maximo rendimiento a tu tarjeta en estos enlaces;
http://wiki.archlinux.org/index.php/How_to_install_NVIDIA_driverhttp://us.download.nvidia.com/XFree86/Linux-x86/177.82/README/appendix-b.html