Results 1 to 2 of 2

Thread: Compiz Fusion conflict

  1. #1
    Join Date
    Dec 2010
    Location
    India
    Beans
    36
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Compiz Fusion conflict

    I have successfully downloaded the package and enabled the 3D cube and wobbly window but they aint working so what should i do..!!

  2. #2
    Join Date
    Jan 2007
    Location
    Houston, TX
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: Compiz Fusion conflict

    sometimes, compiz can crash when turning off and on certain features.

    Please open a terminal window (Applications -> Accessories ->Terminal) and type:

    ps -ef | grep compiz
    You should see at least one line like the one below, although the numbers may be different, it should say /usr/bin/compiz

    Code:
    toupeiro@mobius:~$ ps -ef | grep compiz
    toupeiro  1862  1782  0 10:45 ?        00:00:22 /usr/bin/compiz
    toupeiro  2978  2956  0 11:42 pts/0    00:00:00 grep --color=auto compiz
    toupeiro@mobius:~$
    If you don't see this line there in any way/shape/form, please type the following command in that same terminal window to restart compiz manually:

    compiz --replace &
    To manually control compiz from the GUI, I recommend installing Compiz Fusion Icon from the software center. You can perform restarts of compiz without needing to access the terminal if you are uncomfortable doing so.

    Hope this helps.

    Cheers!

    -T.
    "Its easy to come up with new ideas, the hard part is letting go of what worked for you two years ago, but will soon be out of date." -Roger von Oech

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •