2

Its fixed now :)

I just installed Ubuntu on my PC. I lag a lot. My pc runs all other OS' at high speed, but ubuntu lags like hell. It worked on my old laptop.

My Specs:

  • XFX AMD Radeon HD 7870 Black Edition

  • AMD A8-3800 APU

  • 2x4 GB 1333 MHz Ram

  • 1TB Harddrive

I installed the latest version of Ubuntu. 13.04 I believe.

I run Windows and other linux distros really fast, so why does Ubuntu lag?

1 Answers1

3

First, make sure you have the drivers needed, so open a terminal, and run this:

sudo apt-get purge fglrx*
sudo apt-get install fglrx
sudo mv /etc/X11/xorg.conf /etc/X11/xorg.conf.bak
sudo aticonfig --initial

Then reboot.

If ubuntu is still slow, you might want to change your desktop environment to something like LXDE, XFCE, KDE, or GNOME (though GNOME under ubuntu can be slower than unity, partly due to the excessive patching made by canonical).

MiJyn
  • 3,336