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.
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) usingapt-get purge package-name&&apt-get install package-name
. Or log in your normal user and usesudo
, if you don't have the root password. – Alex Oct 19 '13 at 22:03sudo service lightdm stop
;dpkg-reconfigure xserver-xorg
,sudo service lightdm start
– Cester Nilap Oct 20 '13 at 09:44sudo apt-get install --reinstall xserver-xorg
– Cester Nilap Oct 20 '13 at 09:54