From looking in the Beryl forums, I think this is a problem with the way Beryl is being loaded (the commands "beryl" and "beryl-manager" being executed at the same time?).
So I have been trying to make Beryl start with the recommended command "beryl-manager" instead of "beryl" (this also makes it easy to start beryl with commands like --Force AIGLX, because of the "advanced" options in Beryl manager). I've tried adjusting the "compositing-vm" file and I have tried disabling the 3d stuff in MCC and do things manually myself instead. I also tried delaying the "beryl-manager" command like someone suggests in the PCLinuxOS forum.
None of my experiments have solved the problem. It must have something to do, with the way the 3d MCC setup is handling/starting beryl, because in other distro's like Ubuntu and Sabayon I do not get this problem. I use "native/AIGLX" and similar xorg config's in all those distro's.
I'm not really sure what files the 3D option in MCC is using to start beryl. I'm only aware of the possibility to adjust the "compositing-vm" file, which can actually be a very handy thing to do, in general.
My current compositing-wm:
CODE
#MCC default is =yes
COMPOSITING_WM_START=yes
# if COMPOSITING_WM is not empty, it overrides the default compositing window manager (which is compiz)
#MCC default is =beryl (tried changing this to =beryl-manager and skip the ARGS and DECORATOR options below + beryl-manager loads on startup BUT beryl then starts with kde windows decoration)
COMPOSITING_WM=/usr/bin/beryl
# if COMPOSITING_WM_ARGS is not empty, it overrides the default arguments for the compositing window manager
COMPOSITING_WM_ARGS=--force-aiglx
# the default window decorator, the specified program will be run after compositing window manager
COMPOSITING_WINDOW_DECORATOR=/usr/bin/emerald
COMPOSITING_WM_START=yes
# if COMPOSITING_WM is not empty, it overrides the default compositing window manager (which is compiz)
#MCC default is =beryl (tried changing this to =beryl-manager and skip the ARGS and DECORATOR options below + beryl-manager loads on startup BUT beryl then starts with kde windows decoration)
COMPOSITING_WM=/usr/bin/beryl
# if COMPOSITING_WM_ARGS is not empty, it overrides the default arguments for the compositing window manager
COMPOSITING_WM_ARGS=--force-aiglx
# the default window decorator, the specified program will be run after compositing window manager
COMPOSITING_WINDOW_DECORATOR=/usr/bin/emerald
Any ideas?