Ubuntu is running in low graphics mode after installing ATI driver

tsepehr picture tsepehr · Sep 5, 2013 · Viewed 18k times · Source

I have Ubuntu, version 12. I installed ATI driver and I'm getting an error running in low graphics mode.

I needed to install the driver because every time I update or upgrade Ubuntu, right after installing the packages the system runs in low graphics mode.

The answer here also couldn't help me.

Graphics card model: ATI Radeon HD 3600

Installing fglrx also didn't help. The ATI driver is still installed and it still runs in low graphics mode. What should I do?

Answer

Eenvincible picture Eenvincible · Mar 25, 2014

First, you should understand that your graphics manager is messed up and that is what you want to fix. Now; here is a solution to your problem:

Here is a simple guide showing you how to do it step by step:

A step by step guide to fixing "your system is running on low graphics"

When you turn off your computer, reboot and hold these three keys:

CTRL + ALT + F1

This will open the terminal where you can enter commands that I am going to show you below:

sudo apt-get update

Next enter the following command:

sudo apt-get -d install --reinstall gdm

Next enter the following command:

sudo apt-get remove --purge gdm

Next enter the following:

sudo apt-get install gdm

Almost done; When asked to choose, please select GDM and then finally:

sudo reboot

That is all you need to solve this problem!