0

I accidentally deleted xorg.conf.original-0; xorg.conf.fglrx xorg.conf.fglrx-0-1, after I tried to install fglrx drivers on the graphics card, which in fact worked on 13.04 and now as I went to 13.10 has not worked.

      Now I can just switch to a new TTY with:  Ctrl + Alt + F2

I found this which is for nVidia cards

TO install the fglrx drivers for graphic card I used this tutorial

Is there any possibility that I can recover, replace, rebuilb that xorg.conf.original-0, and if exists any possibility where I could start from.

Cester Nilap
  • 79
  • 2
  • 7

2 Answers2

2

First terminate the X using:

sudo /etc/init.d/gdm stop

Then reconfigure you're driver using:

sudo dpkg-reconfigure xserver-xorg

And restart GUI:

sudo /etc/init.d/gdm start
FRED99
  • 109
0

finally I managed to make GUI with this complete guide(Fix catalyst driver in Ubuntu 13.04 / 13.10), but now there's another problem: When I try to enter my password and login to Unity (normal without ctrl+alt+f1), is triyng to enter the Unity user interface but with no result(black screen) and kicks me out again to login screen.

I said I fix the problem because I can connect in Unity only with ctrl + alt + f1 then sudo startx command.

Cester Nilap
  • 79
  • 2
  • 7