0

I am very new to Linux and Ubuntu. I have an obsolete brand of computer with these specs: Compaq Presario-SR1500NX, 3000+AMD Processor, 256MB-PC2700 memory, 80GB-7200RPM hard drive.

I am stuck with the "Low Graphics Mode" box and have yet to find an answer that works for me. I wiped my hard drive and installed Ubuntu, thinking it would work fine. So, now, I just have Ubuntu OS that won't work. Is my system compatible and if not, what WILL work as an operating system? I'm not computer savvy so thorough explanation would be appreciated.

Zanna
  • 72,312

2 Answers2

0

For the low graphics mode, the only solution is to install a video driver for your graphic card.

You can lower system resource usage by installing all XFCE4 packages including XFCE4-settings, and also Xubuntu-desktop and Xubuntu-settings packages.

This way you'll be able to choose the XFCE session (or Xubuntu session) at login prompt, and use fewer resources than you are using now when you can access only the Gnome session in Ubuntu. If you install XFCE4 packages dont forget to also install the xfce4-goodies package.

You can also choose to install all LXDE packages, LXDE package included, and also Lubuntu-desktop and lubuntu-settings packages. This way you'll be able to also choose the LXDE session (Lubuntu session) at login prompt. Lxde session uses even fewer resources than the Xfce session.

You can install all these packages using Synaptic Package Manager, and type in the Search field either xfce4 or lxde to find and install all required packages for each session. If you don't have Synaptic present on your systen, you can install it using this code:

sudo apt-get install synaptic

To make your system a little bit faster, I suggest you also install preload package:

sudo apt-get install preload

And also you can install bum package which will allow you to stop some daemons and services that you know you never use, like printers, scanners and so on:

sudo apt-get install bum
Taz D.
  • 2,255
0

Are you using the Via Unichrome integrated graphics or a discrete GPU? If using discrete go into your BIOS settings and back down memory usage or disable the onboard graphics. This will free up system memory for the OS to use. From the looks of your system though I would agree with floppy. XFCE desktop would be better suited to a system with your specs.