Comment 40 for bug 144077

Revision history for this message
Matteo Z (matteozandi) wrote : Re: [gutsy] Regression - "Desktop effects could not be enabled" on ATI Mobility Radeon

Some cards are blacklisted, have a look at /usr/bin/compiz

# blacklist based on the pci ids
# See http://wiki.compiz-fusion.org/Hardware/Blacklist for details
T=" 1002:5954 1002:5854 1002:5955" # ati rs480
T="$T 1002:4153" # ATI Rv350
T="$T 8086:2982 8086:2992 8086:29a2 8086:2a02 8086:2a12" # intel 965
T="$T 8086:2972" # i965 (x3000)
T="$T 1002:3152 1002:3150 1002:5462 1002:5653 " # ati X300 X600,X600 X700
BLACKLIST_PCIIDS="$T"

I have a X700 card and it always worked fine with compiz. According to the wiki page above, my card shouldn't be blacklisted. If I remove the line corresponding to x700, compiz works fine.

I think that the updated list should be packaged.

Matteo