-1

I followed the steps described on

http://www.thefanclub.co.za/how-to/ubuntu-amd-catalyst-install

and now my ubuntu gives me the blank screen .. i tried a lot of things to uninstall ati catalyst but still unable too do so. So can any body please guide me how to do so


Edit:

I can connect to the internet in recovery mode.

My Graphic card is Amd Radeon hd 6490M

terminator
  • 205
  • 2
  • 11

1 Answers1

1

Find the exact package name after the installation with dpkg -S [PACKAGE NAME PART] command.

Either:

sudo dpkg -S amd

Or :

sudo dpkg -S catalyst

It will list the names of the packages. Find the exact package name.

Then use the dpkg -r command to remove the package:

sudo dpkg -r [PACKAGE NAME]

EX: sudo dpkg -r amd-driver-installer

then reboot