I just did a fresh install of Ubuntu 8.10. I had effects with compiz in every other version that I could get it in, except for this one.

I have a Nvidia Geforce FX 5500
I have the driver activated. (Version 173)


My xorg.conf is:

Section "Monitor"
Identifier "Configured Monitor"
EndSection

Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
DefaultDepth 24
EndSection

Section "Module"
Load "glx"
EndSection

Section "Device"
Identifier "Configured Video Device"
Driver "nvidia"
Option "NoLogo" "True"
EndSection

What can I do to make it work?