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
  • If you can't find the files on the web, when the login screen comes in (if any) press Ctrl+Alt+F1 to get dropped to a tty, log in as root and reinstall whatever you thing it's necessary (the X server, I guess) using apt-get purge package-name&&apt-get install package-name. Or log in your normal user and use sudo, if you don't have the root password. – Alex Oct 19 '13 at 22:03
  • thank you for the advice but still does not work, I try this commands sudo service lightdm stop; dpkg-reconfigure xserver-xorg, sudo service lightdm start – Cester Nilap Oct 20 '13 at 09:44
  • And also I tried reinstaling the xserver sudo apt-get install --reinstall xserver-xorg – Cester Nilap Oct 20 '13 at 09:54

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
  • so my question now is there a way that i can auto start xorg to login my account, so i dont have to type startx. thanks. – Cester Nilap Oct 20 '13 at 16:20
  • really can not give anyone an advice where I could turn, I have nearly three weeks since I have not solved this problem and is quite annoying to start with sudo startx always...I've been looking but I did not found anything that might help – Cester Nilap Oct 27 '13 at 08:25