Comment 25 for bug 173663

Revision history for this message
DarkMageZ (darkmagez) wrote : Re: [fglrx] compiz will not launch with fglrx driver - falls back to metacity

xgl is not a good solution to this problem as it introduces even worse problems than not having compiz running in the first place.

the core of this problem is in fglrx's lack of aiglx support for xorg server 1.4.
hopefully if amd gets poked enough about this then they will fix the issue.

Changing:

Section "Extensions"
 Option "Composite" "0"
EndSection

to

Section "Extensions"
 Option "Composite" "1"
EndSection

Doesn't resolve the problem. Tho when it does get resolved it'd be nice if this was changed to "1" by default.