I am Still using Ubuntu 9.10 and I have Ubuntu 10.04 but I didn't install Ubuntu 10.04. My Problem is this,
I tried to Configure Xorg.conf file after that I can't log into Ubuntu. No GUI is coming Only this is coming
" Log into nipuna@desktop: "
How to Restore Ubuntu to Get back to normal?
Thanks
Restore Ubuntu
Re: Restore Ubuntu
Use following commands.

- Change current directory to X11
Code: Select all
cd /etc/X11
- List files starting with xorg.conf
Code: Select all
ls xorg.*
- Notice your latest backup file in the format xorg.conf.xxxxxxx (In place of xxxxxxx, you will get the date information)
- Rename the current xorg.conf to something else
Code: Select all
sudo mv xorg.conf myxorg.conf
- Restore your best backup file
Code: Select all
sudo cp xorg.conf.xxxxxxx xorg.conf
- Now, restart your machine....that's it

Re: Restore Ubuntu
Thanks. I will Do Try.
Next time i will back up.
Thanks
Next time i will back up.
Thanks