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