1

I'm just looking for a way to speed up overall quickness around the OS. I'm on a fairly new HP box so it shouldn't lag as much as it does.

Also, is there anything LIGHTER than Unity 2D that I can use?

jokerdino
  • 41,320
chris
  • 31

2 Answers2

3

Following these instructions:

will install only a few kb of packages and give you a lightweight and gnome2 like experience.

enter image description here

neonboy
  • 515
2

One of the best places to start would be trying to find out what is causing excess lag to begin with. I would try opening terminal and using top to find out which process(es?) are causing the lag.


Also, you might want to try Xubuntu which is based on XFCE and is intended to be lighter than others.

sudo apt-get install xubuntu-desktop

http://xubuntu.org/

To remove everything but the Xubuntu desktop folow steps on this link -
http://psychocats.net/ubuntu/purexubuntu


Also, Lubuntu is another lightweight desktop which is based on LXDE.

sudo apt-get install lubuntu-desktop

http://lubuntu.net/

To remove everything but the Lubuntu desktop folow steps on this link -
http://psychocats.net/ubuntu/purelubuntu

Mateo
  • 8,104