1

I have an old laptop that I installed Ubuntu 12.04 on for a family member. It's an HP xt3000 with 748MiB RAM and 60GB disk. I had to install with non-PAE support and nomodeset if that's relevant.

Everything seems to be working fine with Unity 2d, although a bit sluggish to launch applications (probably need more RAM?). The main show-stopper is youtube video performance with is very choppy.

Any thoughts whether additional RAM will fix this too, or would he proprietary fglrx drivers be a better bet?

user246142
  • 11
  • 1

3 Answers3

1

You should use Lubuntu but also install the latest open source Gallium drivers.

Here's a link about installing the latest drivers and making sure you get the latest updates.

How do I install Gallium3d Drivers in Ubuntu 12.10?

You could also try installing the latest mainline kernel from ubuntu for 13.10 :

http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.12-saucy/

Here's a link on how to install it.

http://news.softpedia.com/news/How-to-Install-Linux-Kerrnel-3-12-in-Ubuntu-13-10-397013.shtml

These may leverage some extra performance out of your system, but the problem you have is lack of memory and processor power.

comrademike
  • 784
  • 1
  • 9
  • 14
  • I tried installing the Gallium3d Drivers, but the package seems to be missing: $ sudo apt-get install libg3dvl-mesa Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package libg3dvl-mesa – user246142 Feb 09 '14 at 08:04
  • That looks like it needs to be another main question I'm afraid. I haven't come across that error myself. – comrademike Feb 09 '14 at 15:42
0

First and foremost for an underpowered laptop like your HP you would be much better off running Lubuntu 13.10 instead of Unity and sticking to the open-source drivers that are built-into the default installation...

Secondly, running gnome-mplayer will help with your videos as it seems to handle them better than gstreamer and failing that VLC is always available in the software-centre as a fallback...

More memory would help though for if the system runs low on memory it goes straight to using the swap file which can slow things down including video playback and youtube videos...

TenPlus1
  • 1,159
0

Install Gnome Session Fallback

sudo apt-get install gnome-session-fallback.

Logout. On the Ubuntu greeter Window, click on the ubuntu icon right besides your username and choose Gnome Classic - No Effects.

Log in. You will find your desktop looking like Gnome 2.x and graphics working faster.

jorejarena
  • 16
  • 1