0

Possible Duplicate:
How can I improve overall system performance?

Everything I do on Ubuntu takes ages, what can I do to speed things up?

Alvar
  • 17,058
  • 1
    Post hardware specs/model of machine and what version you're on!! – ish May 24 '12 at 21:50
  • @mateo_salta Looked for it before but couldn't find it so I made a new one. let's close this one then.. – Alvar May 25 '12 at 08:15

1 Answers1

2

You can try:

Software

  • install preload. sudo apt-get install preload it will run in the background and may improve performance. Programs may start quicker.
  • Update your system. sudo apt-get update && sudo apt-get upgrade or open the update manger.
  • Unity-2D instead of the default Unity. log out, at the log-in screen click on the gear symbol, choose Unity-2d instead of Unity.
  • Lubuntu, or just lubuntu-desktop
  • Xubuntu, or just xubuntu-desktop

Hardware

  • Upgrade your RAM, Ubuntu uses a lot of RAM.

Drivers

  • What drivers are you using for your video card, etc. is it an open source variant or is it nvidas own? (or Radeon, intel, etc. )
Alvar
  • 17,058