Page 1 of 3 123 LastLast
Results 1 to 10 of 23

Thread: COMPIZ: sphere or cylinder not working in v10.04

  1. #1
    Join Date
    Aug 2008
    Beans
    180
    Distro
    Ubuntu 10.04 Lucid Lynx

    Question COMPIZ: sphere or cylinder not working in v10.04

    I'm happy with my new upgrade to 10.04!
    I've discovered though, that in compiz settings, though activated, the sphere and the cylinder no longer work. What can I do to fix this? Something changed in the upgrade process and they no longer work - only the cube works...

  2. #2
    Join Date
    Nov 2009
    Location
    Atkins, Arkansas
    Beans
    256
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: COMPIZ: sphere or cylinder not working in v10.04

    You are not alone. I tried a live usb on my Gateway LT3103u Netbook. I set the USB to be persistent, and installed compiz.There was no option in the compiz configuration menu for cube deformation. Had a few other issues, too. It ran my CPU about 10 degrees hotter, and screen scrambled upon going to Google. But somehow, the whole thing looked much more polished that my 9.04 or 9.10. I'm waiting for a solution to the compiz and a few others before I actually upgrade.

  3. #3
    Join Date
    Jan 2009
    Location
    Harborcreek Pa
    Beans
    344
    Distro
    Ubuntu Development Release

    Re: COMPIZ: sphere or cylinder not working in v10.04

    Quote Originally Posted by cloyd View Post
    You are not alone. I tried a live usb on my Gateway LT3103u Netbook. I set the USB to be persistent, and installed compiz.There was no option in the compiz configuration menu for cube deformation. Had a few other issues, too. It ran my CPU about 10 degrees hotter, and screen scrambled upon going to Google. But somehow, the whole thing looked much more polished that my 9.04 or 9.10. I'm waiting for a solution to the compiz and a few others before I actually upgrade.
    Have you installed compiz-fusion-plugins-extra? That may fix your problem.

    Bill
    LINUX Flight Simulator Machine - AMD 8-Core FX-8350 - Antec KUHLER H2O 920 - 32G Ram - Nvidia GeForce GTX 780 PCI/Express 6144 MB - Driver Version 340.76 - Asus VE278 - Ubuntu 64 bit 12.04 - 14.04 - 15.10-X-Plane 10.36rc1

  4. #4
    Join Date
    Aug 2008
    Beans
    180
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: COMPIZ: sphere or cylinder not working in v10.04

    Quote Originally Posted by sparker256 View Post
    Have you installed compiz-fusion-plugins-extra? That may fix your problem.

    Bill
    I can't recall how I did that! Please explain...
    thx

  5. #5
    Join Date
    Mar 2007
    Location
    Pensacola, Fl
    Beans
    1,055
    Distro
    Xubuntu 11.04 Natty Narwhal

    Re: COMPIZ: sphere or cylinder not working in v10.04

    Quote Originally Posted by doublewitt View Post
    I can't recall how I did that! Please explain...
    thx
    Code:
    sudo apt-get install compiz-fusion-plugins-extra
    Stop Trusted Computing! http://www.cl.cam.ac.uk/~rja14/tcpa-faq.html
    Asus Rampage 2 Extreme/2.66GHz i7 Quad/6GB DDR3 1600MHz 8-8-8-24/2x Nvidia 9800GTX+
    2x150GB 10krpm HD/2x1TB 7200RPM HD/3ware RAID/
    Xubuntu 11.04/Arch Linux/Gentoo Linux/Fedora

  6. #6
    Join Date
    Aug 2008
    Beans
    180
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: COMPIZ: sphere or cylinder not working in v10.04

    Thanks,
    this is what happens in the terminal:

    "Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    Some packages could not be installed. This may mean that you have
    requested an impossible situation or if you are using the unstable
    distribution that some required packages have not yet been created
    or been moved out of Incoming.
    The following information may help to resolve the situation:

    The following packages have unmet dependencies:
    compiz-fusion-plugins-extra: Depends: compiz-core-abiversion-20090619
    E: Broken packages"

    What's next?
    Last edited by doublewitt; May 2nd, 2010 at 12:00 AM.

  7. #7
    Join Date
    Mar 2007
    Location
    Pensacola, Fl
    Beans
    1,055
    Distro
    Xubuntu 11.04 Natty Narwhal

    Re: COMPIZ: sphere or cylinder not working in v10.04

    Quote Originally Posted by doublewitt View Post
    Thanks,
    this is what happens in the terminal:

    "Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    Some packages could not be installed. This may mean that you have
    requested an impossible situation or if you are using the unstable
    distribution that some required packages have not yet been created
    or been moved out of Incoming.
    The following information may help to resolve the situation:

    The following packages have unmet dependencies:
    compiz-fusion-plugins-extra: Depends: compiz-core-abiversion-20090619
    E: Broken packages"

    What's next?
    Do you have any third party PPA's enabled in System>Administration>Software Sources? You can try:
    Code:
    sudo apt-get update
    sudo dpkg --configure -a
    sudo apt-get install -f
    But that may not fix your problem if you have 3rd party repos enabled that do not provide repos for Lucid. Try that and then try:
    Code:
    sudo apt-get install compiz-fusion-plugins-extra
    again and let us know what happens.
    Stop Trusted Computing! http://www.cl.cam.ac.uk/~rja14/tcpa-faq.html
    Asus Rampage 2 Extreme/2.66GHz i7 Quad/6GB DDR3 1600MHz 8-8-8-24/2x Nvidia 9800GTX+
    2x150GB 10krpm HD/2x1TB 7200RPM HD/3ware RAID/
    Xubuntu 11.04/Arch Linux/Gentoo Linux/Fedora

  8. #8
    Join Date
    Aug 2008
    Beans
    180
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: COMPIZ: sphere or cylinder not working in v10.04

    Most of my PPA's were "disabled" on upgrade to lucid. Why? - I don't know...

    sudo apt-get update >> no packages were found

    sudo dpkg --configure -a >> seems like it did nothing

    sudo apt-get install -f >> lists packages that were automatically installed and no onger required... suggests to remove them...

    sudo apt-get install compiz-fusion-plugins-extra >> same problem = missing dependancy as mentioned above...
    Depends: compiz-core-abiversion-20090619

  9. #9
    Join Date
    Mar 2007
    Location
    Pensacola, Fl
    Beans
    1,055
    Distro
    Xubuntu 11.04 Natty Narwhal

    Re: COMPIZ: sphere or cylinder not working in v10.04

    Quote Originally Posted by doublewitt View Post
    Most of my PPA's were "disabled" on upgrade to lucid. Why? - I don't know...

    sudo apt-get update >> no packages were found

    sudo dpkg --configure -a >> seems like it did nothing

    sudo apt-get install -f >> lists packages that were automatically installed and no onger required... suggests to remove them...

    sudo apt-get install compiz-fusion-plugins-extra >> same problem = missing dependancy as mentioned above...
    Depends: compiz-core-abiversion-20090619
    Ubuntu does this to prevent dependency errors, although obviously depending on what you have installed, it can still give issues. I would suggest disabling all your PPA's (as they are designed for 9.10) and later on adding ones for Lucid (such as Mozilla PPA which I use).
    Open System>Administration>Synaptic Package Manager, search for:
    compiz
    and remove all packages related to compiz (make sure you pay attention to the packages APT wants to remove- dont remove it if it wants to remove 500 packages). Close Synaptic
    Open a terminal and type (Again, make sure all PPA's are disabled):
    Code:
    sudo apt-get update
    Then do:
    Code:
    sudo apt-get install compiz compiz-plugins compiz-gnome compiz-core compiz-fusion-plugins-main compiz-fusion-plugins-extra compizconfig-backend-gconf
    Any additional dependencies it should pull when it downloads these packages. You should then be able to enable compiz, and should have the extra plugins.
    Stop Trusted Computing! http://www.cl.cam.ac.uk/~rja14/tcpa-faq.html
    Asus Rampage 2 Extreme/2.66GHz i7 Quad/6GB DDR3 1600MHz 8-8-8-24/2x Nvidia 9800GTX+
    2x150GB 10krpm HD/2x1TB 7200RPM HD/3ware RAID/
    Xubuntu 11.04/Arch Linux/Gentoo Linux/Fedora

  10. #10
    Join Date
    Aug 2008
    Beans
    180
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: COMPIZ: sphere or cylinder not working in v10.04

    Thanks for your response...
    OK, did everything you said and in the terminal, after inputting the following:
    sudo apt-get install compiz compiz-plugins compiz-gnome compiz-core compiz-fusion-plugins-main compiz-fushion-plugins-extra compizconfig-backend-gconf

    the result was:
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    E: Couldn't find package compiz-fushion-plugins-extra


    the terminal stops here and installs nothing...
    Last edited by doublewitt; May 2nd, 2010 at 01:46 AM.

Page 1 of 3 123 LastLast

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
  •