81

My computer has 1GB ram and a very end low graphics card, but I don't know how much power it has.

Unity is very slow on my computer, and I saw that there are many desktop environments which are much lighter and faster, even for a slow computer.

So, what's the lightest desktop environment?

wjandrea
  • 14,236
  • 4
  • 48
  • 98
user242125
  • 881
  • 2
  • 8
  • 6

8 Answers8

87

Definitely Lxde or Xfce.

First remove Unity with this command (make a backup before proceeding for safety!):

sudo apt-get autoremove --purge unity unity-common unity-services unity-lens-\* unity-scope-\* unity-webapps-\* gnome-control-center-unity hud libunity-core-6\* libunity-misc4 libunity-webapps\* appmenu-gtk appmenu-gtk3 appmenu-qt\* overlay-scrollbar\* activity-log-manager-control-center firefox-globalmenu thunderbird-globalmenu libufe-xidgetter0 xul-ext-unity xul-ext-webaccounts webaccounts-extension-common xul-ext-websites-integration gnome-control-center gnome-session

then:

sudo rm /usr/lib/thunderbird-addons/extensions/messagingmenu@mozilla.com.xpi

Now, to install Lxde run this command:

sudo apt-get install lubuntu-desktop

or for Xfce this one:

sudo apt-get install xubuntu-desktop

Lastly, reboot and enjoy!

Hope this helped you.

slowbanned
  • 1,095
  • 8
  • 15
  • 3
    I would advise to use sudo apt-get install xubuntu-desktop instead, to have all the leightweight programs Xfce designed (like Mousepad, etc.) – MrVaykadji Jan 31 '14 at 15:30
  • @MrVaykadji edited. – slowbanned Jan 31 '14 at 15:31
  • 6
    lubuntu-desktop also exists. They are metapackages that will install all the "suite" Canonical partners (xfce-ubuntu team and lxde-ubuntu team) recommend. – MrVaykadji Jan 31 '14 at 15:32
  • @MrVaykadji done. – slowbanned Jan 31 '14 at 15:34
  • 8
    Lxde is lighter than Xfce, tested and approved! –  Jan 31 '14 at 18:16
  • 1
    I hate how xfce looks, but it's like its name is just designed for left-hand typing and it sounds so smooth in my brain that I keep writing it everywhere, my debug variables, empty self-email messages etc. – Shahbaz Jan 31 '14 at 22:41
  • 1
    Lubuntu . . . but if you could put another gig of memory, you'd be happier. – Marc Feb 01 '14 at 03:23
  • Actually XFCE is not really a light DE. It averages only about 10% lighter than Cinnamon whereas MATE is 40% lighter than XFCE. http://l3net.wordpress.com/2014/02/15/a-memory-comparison-of-light-linux-desktops-part-3/ – Michael Tunnell Dec 03 '14 at 17:22
  • I would suggest installing the other desktop environment before removing unity, as it removes unity's default network manager. – Hellreaver May 20 '15 at 23:20
  • If you do remove your desktop environment before installing a new DE and find your network is out you can run something like this from terminal. sudo ip link set dev eth0 down sudo dhclient eth0 You'll get an IP address through DHCP and be able to access the network again and run apt-get. – CriticalImpact Nov 04 '15 at 02:26
  • I thought swapping out unity for Xubuntu desktop was a great idea @slowbanned , but alas it didn't work, help, help. Many errors, "Failed to fetch" etc. suggested try fix-missing or sudo apt-get. Couldn't seem to get anything to work. Any ideas? – dharamija Mar 12 '16 at 06:44
  • Do you think it is recommended to uninstall unity? You can install any other environment without removing it – gal007 Aug 01 '17 at 13:05
  • These aren't the lightest desktop environments. Consider at least fluxbox or openbox. – Charlie Mar 06 '18 at 19:04
24

The real answer is: NO Desktop Environment.

Depending on what you want to do, running shell only might be a decent choice.

You can use something like fbterm to split your screen into multiple sections

enter image description here

And there are shell programs that allow you to surf the web, view PDFs and play music as well.

Disclaimer: That isn't my desktop screenshot, My shell only laptop is a work in progress, however I know someone who has successfully set this up, so I know what I'm talking about.

Disclaimer 2: I don't think the shell web browsers play well with Stack Exchange.

20

As other users have answered, LXDE is the lightest option. My input, however, would be that it definitely makes sense to do a clean install of lubuntu as a whole OS, replacing your ubuntu system.

The lubuntu OS comes packaged with many lightweight programs that maximize efficiency (though you can still install all of your heavier favorites because lubuntu uses the same software sources as regular ubuntu), has very little bloatware, and the entire system is built from the ground up specifically to be lightweight. Also, many of the applications it comes with integrate very well with LXDE specifically. I think that this is the best way to get the most out of low-spec machines.

You can download it here and use unetbootin to make a live CD or flash drive.

Olli
  • 8,971
OpenSourceFTW
  • 181
  • 11
9

There are two major Desktop Enviroments that you could describe as lightweight.

First of all there is Xfce is used by Xubuntu and there is LXDE which is used by Lubuntu.

LXDE seems to be a little faster than Xfce but this little boost costs a lot of functionality. Xfce is also really fast but with more functionality.

There are probably more and better Desktop Enviroments for your purpose but these are the major ones.

John Scott
  • 1,462
  • 7
  • 24
  • 48
Martin
  • 211
7

If you want the lightest options, I personally love Openbox or Fluxbox!

Check out Crunchbang Linux which uses Openbox as it's default. I have it running on my netbook like a champ!

Kreezxil
  • 118
DanielS
  • 71
  • 2
4

Short answer: Lxde. For optimal performance install the Lubuntu from the minimal media. You can download it from here: https://help.ubuntu.com/community/Lubuntu/Documentation/MinimalInstall

Frantique
  • 8,493
3

LXDE is the lightest, though Xbuntu is close and is better looking imo.

user242118
  • 51
  • 5
2

This question has been answered widely in the forum; Why not try Lightweight-XDE Ubuntu (Lubuntu) ?

Also have a look at these posts:

Lightweight desktop environments
or
lightweight window manager/desktop environment similar to Unity

In each of them you can see lots of suggested/related posts in the right corner of the page.

hatef
  • 185