Hi,
Using Compiz's animation plugin, only the open and close effects work. When any entries are listed under the "Animation Selection" for Minimize, Focus, or Shade; the animations do not play; and I receive a libnotify error: "Animation settings mismatch in 'Animation Selection' list for __<Minimize or Focus or Shade>___ event."
This happens even with the Animation Selection values reset—and even the entire Animation configuration reset. I use the Gconf backend, but this also occurs with a file-based configuration. This has never worked for me. But now I want to solve it
My xorg.conf:
-------------------------------
Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Screen0" 0 0
EndSection
Section "Files"
ModulePath "/usr/lib/xorg/modules/extensions/fglrx"
ModulePath "/usr/lib/xorg/modules"
EndSection
Section "ServerFlags"
Option "AIGLX" "on"
EndSectionSection "Device"
Identifier "Videocard0"
Driver "fglrx"
Option "OpenGLOverlay" "off"
Option "VideoOverlay" "on"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
DefaultDepth 24
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection