5

I am new to linux and was wondering why launching applications is so slow. I've tried both Ubuntu 12.10 64 bit and Ubuntu 12.04 LTS 64 bit

Computer Specs: Toshiba Satellite p755 CPU: Intel core i7-2670QM @2.20GHz Ram: 8 GB Using integrated intel hd 3000 graphics

When I install the first thing I do is update, which takes about an hour or so. I would assume I'd be good after that, but when launching things like the firefox, system settings, thunderbird it takes a much much longer time than on Windows 7. Please help me.

Braiam
  • 67,791
  • 32
  • 179
  • 269
  • What does system monitor say? screenshot? – Alvar Jan 03 '13 at 20:00
  • Slow... but HOT! http://askubuntu.com/questions/225631/ouch-laptop-running-super-hot-after-12-10-upgrade – mlvljr Jan 03 '13 at 20:06
  • Maybe it is the problem of unity desktop. I've tries unity in ubuntu 12.04, but it is too slow that I change to xfce which is a lightweight desktop environment and has the classic look as gnome2. – zfz Jan 05 '13 at 06:53
  • 2
    Could be unity but he's talking about applications being slow to start. And most computers are faster with unity and ubuntu than windows 7 in my experience.

    Perhaps you have a disk problem? Try looking at the smart data in disk utility to see if your hard disk is ok

    – James Jan 05 '13 at 10:55
  • A common suggestion is to install preload: http://askubuntu.com/questions/218546/ubuntu-12-10-slow-start-of-applications. You have more than enough memory to do that. – FvD Feb 12 '14 at 20:34
  • Unity may slow the desktop down. You colud try something like lxde. Or maybe XFCE?. Try changing the desktop enivronment and check if your graphic card drivers are supporting OPENGL! – user43787 Feb 18 '14 at 17:46

2 Answers2

1

End of life for Ubuntu 12.10 is May 16, 2014. Ubuntu 12.04 is April 2017.

However Ubuntu 14.04 is already out and is most updates one. Hence, please use that to be at the better side.

Now, for the performance issue; go to Software Center and type "LXDE" and install the first option. You may use this command in terminal as well: sudo apt-get install lxde

LXDE is Lubuntu!! Consider it another name for the same thing. This will make you able to choose between "Unity" (which is the default desktop you know about) and LXDE which is awesome and lightweight.

You can also use "XFCE" as same way as "LXDE" from software center or type in the following command in terminal: sudo apt-get install xfce4

XFCE is Xubuntu. It is lighter than regular Ubuntu but heavier than LXDE. And yes, in both cases, you have to restart your computer.

Hope that helps !!

Kuntal K. Basu
  • 542
  • 2
  • 7
  • 17
0

Try Ubuntu 12.04/13.10 32 bit

At first this may seem weird, but the truth is that 32 bit OS works very well on 64 bit systems.You can download 32 bit OS from here.

Try Lubuntu/Xubuntu

If the first option does not work, You can use Xubuntu or Lubuntu(again I suggest you to use 32 bit OS)

Get Xubuntu from here.
Get Lubuntu from here.

For more info read can-a-32-bit-os-run-in-a-64-bit-processor?

Registered User
  • 9,631
  • 14
  • 53
  • 85