The following is a list of all the packages for Compiz in Gentoo/Sabayon Linux:
dev-python/compizconfig-python
x11-libs/compiz-bcop
x11-libs/compizconfig-backend-gconf
x11-libs/compizconfig-backend-kconfig4
x11-libs/libcompizconfig
x11-plugins/compiz-plugins-extra
x11-plugins/compiz-plugins-main
x11-plugins/compiz-plugins-unsupported
x11-wm/compiz
x11-wm/compiz-fusion
x11-apps/fusion-icon
x11-apps/ccsm
x11-themes/emerald-themes
x11-wm/emerald
Unlike Ubuntu, in Gentoo/Sabayon Linux there is no 'composite' entry in the General section of CompizConfig Settings Manager, and one is not needed.
Have you got OpenGL set up for the driver you are using?:
- Code: Select all
$ su
Password:
# eselect opengl set nvidia # If you are using NVIDIA closed-source driver.
# eselect opengl set xorg-x11 # If you are using an open-source driver.
See also
Gentoo Linux Wiki - X.Org/Transparency. However, I don't have
Option "Composite" "Enable" in my xorg.conf file and I don't need it. Compiz and KWin Desktop Effects both work fine and I also have transparency. I'm using the ATI FGLRX closed-source driver, but it may be that it's not needed for the NVIDIA closed-source driver either. As you can see, the Xcomposite extension is enabled in my case:
- Code: Select all
fitzcarraldo@meshedgedx ~ $ xdpyinfo | grep Composite
Composite
fitzcarraldo@meshedgedx ~ $