24

For some reasons the animations really slow up my Ubuntu virtual machine. How can I disable all the frilly animations?

  • Super Key Dashboard fade-in/fade-out
  • Alt+Tab fade-in/fade-out
  • Other?

There are related questions, but the answer seems to change from version to version, and I haven't found any that work for the Super Key and Alt+Tab animations.

jtpereyda
  • 2,115
  • 3
  • 20
  • 21

5 Answers5

10

From unity tweak tool go to General and switch off Windows animations as seen below:

enter image description here

If you don't have it, you can install it with sudo apt install unity-tweak-tool.

Exil
  • 545
Moh .S
  • 271
9

For the super key animation, you can try to disable background blur, using the Unity Tweak Tool, disabling any suggestion, history, etc, can speed up the super key.

To alt-tab I don't know anything that can disable the effects, but in Unity Tweak Tool you can disable windows animation on the section Window Manager -> General, for me, this was very significant to performance.

What you can do as well is disable the shadows from windows.

6

It turned out I just needed to enable video acceleration in VirtualBox. This was more effective in speeding up my virtual Ubuntu than disabling animations.

  1. Shut down the guest OS.
  2. In VirtualBox Manager, right-click the VM.
  3. Go to Display.
  4. In the Screen tab, check "Enable 3D Acceleration."
jtpereyda
  • 2,115
  • 3
  • 20
  • 21
3

EDIT: I didn't read you saying that you don't want to switch versions. I find Synapse a better replacement for the Dashboard and Ubuntu MATE's Alt+Tab displays some handy previews while switching windows. But that's REALLY up to you, in this case. I never found any improvements in disabling visual effects on Ubuntu.

Since Unity is a compiz plugin and its whole functionality depends on the desktop compositing, it's difficult to make it lighter. If someday you get tired of the sluggish performance, try Ubuntu MATE. It's sort of a younger brother of Ubuntu. They share the same theming, same icons, panels, title bar... Nothing else gets that close to providing you a lighter Ubuntu experience. And 16.04 now comes with Mutiny, a left-panel interface similar to that of Unity (with global menus). Distrowatch - Ubuntu MATE. Good luck!

2

Copy and paste the following into the Terminal and press enter.

gsettings set org.gnome.desktop.interface enable-animations false

The above command will disable the animation of the icon. If you wish to bring it back, copy & paste the following command:

gsettings set org.gnome.desktop.interface enable-animations true

That’s it! Check the “Applications” menu. You should no longer see the animation of the icons. Instead, you will see all the application icons appear at once.

Sajjad Aemmi
  • 121
  • 4