I installed Ubuntu 18.04 from a USB using Rufus onto my old Dell from 2006 (CPU: Intel Pentium 4 RAM: 1 GB). I've booted it from the BIOS successfully and I've selected "Try Ubuntu", but once I'm on the desktop it runs extremely slow and it's borderline frozen. The mouse only moves ~90 seconds and it's too slow to actually coordinate the mouse onto any desktop icons. The system time has also only moved one minute despite the PC running for over an hour. Since this renders the computer basically useless what can I do to fix this? Unfortunately, I'm not exactly a pro at this (first time using Linux) but thanks for any help.
2 Answers
If youre trying vanilla Ubuntu with the gnome desktop, then that Pentium 4 with 2gb of memory is the cause of your issue. I have the GX620 myself, and it STRUGGLES VERY hard to run the gnome DE, even with an aftermarket gpu installed. Its the effects and the compositing on the Gnome desktop youre using thats making your experience bad. I suggest you try out Xubuntu. It will run pretty well, at least way better, than the vanilla Ubuntu. If you want, I can help walk you through this. Im sort of new myself, so I'm new user friendly :) Cheers!
Edit: I see that your post says that you have only 1gb of memory now, my apologies. I would suggest using Lubuntu or Xubuntu. Again, my offer is still open to help you transition into the beautiful ecosystem of GNU/Linux!

- 348
-
I agree with what guiverc says. Xubuntu and Lubuntu would be a better choice for you particular hardware. Although, I would pick Xubuntu (it just looks better and feels snappier in my opinion) over Lubuntu. Don't let the fact that you may end up choosing a lighter weight distro get you down, because both of the suggested distro's are great! They also both use the Ubuntu base, they just use a different desktop (how the user interface looks and feels). – DPS Jul 08 '19 at 04:20
-
-
1Thanks for the help! I'll try installing Lubuntu. What version should I try to install? – John Wright Stanly Jul 08 '19 at 04:38
-
Hmm, I would go with 19.04 just because of the under-the-hood improvements that come along with it. But dont forget about Xubuntu! try them both and you may be suprised! – DPS Jul 08 '19 at 04:40
-
1But between 64/32 bit and desktop or alternative, which version do I install? This Dell says its 64 bit – John Wright Stanly Jul 08 '19 at 04:44
-
go with the 64 bit, since that cpu is 64bit. It will also allow to you eventually upgrade your memory above 4gb, if thats something youre considering – DPS Jul 08 '19 at 04:45
-
-
heres the proper link for Lubuntu : http://cdimage.ubuntu.com/lubuntu/releases/19.04/release/lubuntu-19.04-desktop-amd64.iso – DPS Jul 08 '19 at 04:47
-
heres the one for Xubuntu : http://mirror.us.leaseweb.net/ubuntu-cdimage/xubuntu/releases/19.04/release/xubuntu-19.04-desktop-amd64.iso – DPS Jul 08 '19 at 04:48
-
Let me know how it goes, I'm down to help further. Just made General Tso's chicken, so I'll be up for a while. – DPS Jul 08 '19 at 05:00
-
1ps: Lubuntu 18.04 LTS uses the LXDE desktop, and was the last Lubuntu to use LXDE (being replaced by LXQt in 18.10). If your machine is x86 (ie. 32-bit) I'd be very likely to use Xubuntu 18.04 LTS myself as it's an easier upgrade path if you plan on keeping the machine past April-2021 (what DPS suggested). My mentioned hp dx6120 (pentium 4) is only x86/32bit (i686 class only); however that doesn't mean yours is not x86_64. – guiverc Jul 08 '19 at 05:06
-
Agreed. I believe guiverc has a very strong point regarding the use of the LTS version. When your're finished, you should come back and discuss what your plans are, and we would be more than happy to oblige your decisions :) – DPS Jul 08 '19 at 05:11
-
1When you're first starting out in this ecosystem, it can be very intimidating. Like what to install, how to install, the "scary" terminal, etc. There are ways to make this extremely easy for someone that has NO prior xp with GNU/Linux, and thats by taking the easy routes at first, and then gradually learning the inner-workings of the system itself. Which eventually, you may come to find that it's actually a lot easier and vastly more simple than the non-free alternatives... it just sometimes takes trial and error, a basic understanding that you CAN do it, and a friendly hand every now and then – DPS Jul 08 '19 at 05:22
Put an SSD in it and it will run a lot faster. Most older machines come with HDDs which are very slow. You'll find well priced 128 and 256gb ssd drives on amazon. If you mobo doesn't support SATA then get a converter ;)

- 21
sudo apt install lubuntu-desktop
(orxubuntu-desktop
for xfce). At login you will see a gear-icon which will let you pick which you want to use (or add them both to see which you like, then re-install the one you prefer). – guiverc Jul 08 '19 at 04:19