Home > GNOME > Update: Enable Compositing the Easier Way

Update: Enable Compositing the Easier Way

Based on the comments from the previous post I wanted to offer an update. A much simpler solution is to simply activate the compositing within recent versions of Gnome.

gconftool-2 -s --type bool /apps/metacity/general/compositing_manager true

This does introduce a known bug which can break enabling compiz however. If you want to activate compiz after toggling this value, you’ll need to de-activate it first.

gconftool-2 -s --type bool /apps/metacity/general/compositing_manager false

Thanks to Christoph, Philip and Cory for this tip.

Categories: GNOME Tags: , ,
  1. ssam
    February 25th, 2009 at 09:03 | #1

    or

    metacity -c

    to turn it on.

  2. February 25th, 2009 at 09:15 | #2

    “This does introduce a known bug”

    This is not a bug silly. If you turn one compositor on, then you can’t turn another one.

    It’s like being in one place and not being in another at the same time.

  3. Juanjo
    February 25th, 2009 at 14:55 | #3

    The google ads fucks up the code snipet.

  4. ste
    February 25th, 2009 at 16:48 | #4

    Enabling and then Disabling Metacity compositing in the same session will lock up your desktop. Even on Debian Lenny.

  5. June 10th, 2010 at 09:19 | #5

    This helped me to enable compositing, but if you still wanna use Compiz, you just go to Preferences –> Appearance –> Visual Effects and select “Extra”… at least, this worked for me…

  6. SickBoy
    August 2nd, 2010 at 17:52 | #6

    Just wanted to say that this helped me immensely when I upgraded my Ubuntu 10.10 (alpha 2) today and compiz got messed up, making my Docky not work properly. The commands worked perfectly (even for someone as inept at *nix as I am). Thanks a million!

  7. neo
    December 1st, 2010 at 23:53 | #7
  8. Alexis
    January 4th, 2011 at 10:20 | #8

    OMG, THANK YOU SO MUCH!!! You just answered my question that I’ve been bashing my head against for about an hour now!!! All better. :)

  9. Herecomes
    August 2nd, 2011 at 18:43 | #9

    Thanx for the help..this works in 10.10 too