1

I did some settings (I don't remember for sure what settings) following a tutorial and trying to make ubuntu to see my monitor and to let me change the resolution.

After a restart I see just a black screen. Is anything that I can do to get back on initial settings?

crixi
  • 11

1 Answers1

0

It's nearly impossible to help you with so little information.

Shot in the dark.

Delete yourxorg.conf because your X server generate them for you.

# make a backup
tar cfvz backup-xorg.conf /etc/X11/xorg.conf*
# and delete all self generated files
sudo rm /etc/X11/xorg.conf*

You could also try to install a minimal X system.

sudo apt-get install --reinstall xorg

Update Look here, here and here ...

zzeroo
  • 111
  • Sorry for this. I'm so newbie with ubuntu I don't know what information to provide. The problem is that I can't get on any console there to delete something. I get the grub, I select ubuntu, I see that is loading something and ... bam, black screen. – crixi Nov 24 '14 at 20:19
  • I've updated my answer. Look at the first two entries. Here are many solutions and links to look further. – zzeroo Nov 25 '14 at 09:44