-1

I installed amd proprietary driver and when reboot, xserver wont come up. After that I purged xserver and proprietary driver and try to install xserver again. But it wont work. apt-get install wont work. It says has no installation candidate or

reading package lists... Done
Building dependency treee
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and  not upgraded

How to solve it?

Steva
  • 19

1 Answers1

0

AMD graphices drives? You must remove Ubuntu system drives first:

sudo apt-get remove fglrx* 
sudo apt-get remove xserver-xorg-video-intel

Then go to the AMD website, and download your drivers.

Richard
  • 8,502
  • 11
  • 47
  • 72