Results 1 to 5 of 5

Thread: How to check if animations are enabled?

  1. #1
    Join Date
    Apr 2009
    Beans
    37
    Distro
    Ubuntu 20.04 Focal Fossa

    [resolved]How to check if animations are enabled?

    I have a Dell laptop, installed Ubuntu 12.04.1 (the long term release) and installed the propitiatory nVidia drivers.

    How can I tell if the desktop animations are enabled? Or better yet, is there a GUI-based method by which I can customize them?
    Last edited by abraham.varricatt; November 18th, 2012 at 08:54 AM.

  2. #2
    Join Date
    Feb 2011
    Location
    Somewhere...
    Beans
    1,554
    Distro
    Ubuntu 14.10 Utopic Unicorn

    Re: How to check if animations are enabled?

    There are many ways to find out but the surest way is to run this in the terminal:
    Code:
    echo $DESKTOP_SESSION
    If it returns ubuntu, then it is using Compiz to render animations. If ubuntu2d, then it's not.

    To customize Compiz, install compizconfig-settings-manager.

  3. #3
    Join Date
    Apr 2009
    Beans
    37
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: How to check if animations are enabled?

    Quote Originally Posted by zombifier25 View Post
    There are many ways to find out but the surest way is to run this in the terminal:
    Code:
    echo $DESKTOP_SESSION
    If it returns ubuntu, then it is using Compiz to render animations. If ubuntu2d, then it's not.

    To customize Compiz, install compizconfig-settings-manager.
    It returns,

    ubuntu-2d

    Which confirms my fears. I'm going to try installing compizconfig to see if I can enable the 3D stuff.

  4. #4
    Join Date
    Apr 2009
    Beans
    37
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: How to check if animations are enabled?

    Some good news is that I've got 3D working again in Ubuntu 12.04.1

    The bad news is that I had to uninstall my nVidia drivers to do it. And not just a simple uninstall, but a full "purge" of them using "apt" from the terminal.

    In brief, my laptop has an optimus-supported configuration and that is NOT currently supported under Linux from nVidia. I'll probably need to figure out some way to disable the extra GPU to save power, but for the time being, it looks like 3D is working again.

  5. #5
    Join Date
    Feb 2011
    Location
    Somewhere...
    Beans
    1,554
    Distro
    Ubuntu 14.10 Utopic Unicorn

    Re: How to check if animations are enabled?

    For your NVIDIA Optimus card, there's Bumblebee.

Tags for this Thread

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
  •