5

For example in Windows XP (and onwards), you can Right Click My PC -> Properties -> Advanced System Settings and disable a whole slew of features that turn off eye candy and make the computer runs blazing fast.

enter image description here

Since I'm running Ubuntu on a Virtual Machine for development purposes I really don't care if my windows have transparency or slide in and out. I just want it to run as fast as possible.

Is this possible in the latest version of Ubuntu?

Seth
  • 58,122
  • http://askubuntu.com/questions/2194/how-can-i-improve-overall-system-performance. Possible duplicate – stephenmyall May 12 '12 at 00:19
  • @StephenMyall: Not at all a duplicate. I'm asking specifically about visual settings I can disable to improve performance. – Only Bolivian Here May 12 '12 at 00:25
  • Also, the 2194 question is from the 10.04-era (pre-Unity, no?) whereas the OP asks about the 12.04 ("latest version"). I agree with him---it's easier to configure Win XP wrt visual performance vs. appearance. – jrennie May 12 '12 at 00:51

2 Answers2

2

If you want Ubuntu to run as fast as possible, I suggest you choose a lightweight Desktop Environment.

At Phoronix there is a great comparison test that shows How Desktops Impact Performance.

Some examples:

enter image description here

And:

enter image description here

Also we can conclude that Unity 2D is not always faster than 3D:

enter image description here

desgua
  • 32,917
1

For starters, when you are logging in, click on the Ubuntu logo and select Ubuntu 2D.

Here are some great resources. Take careful note of the ccsm warning for 12.04 and other release-specific info. (Ccsm is the closest thing to the feature in Windows that you mentioned.)

"How can I improve overall system performance?"

How can I configure Unity?

Jeff
  • 782