I checked for a xorg.conf in /etc/X11/ and saw no file.
I tried to create the missing file with sudo Xorg -configure and it breturns
Fatal server error:
Server is already active for display 0. . . . .
xorg.conf is no longer part of the standard setup in Ubuntu, hardware detection being supposed to take care of this for you.
That is OK until it doesn't work, as in this case.
To generate a xorg.conf file the way you tried, you have to do it from a non-graphical shell.
Check this thread from a previous query of the same nature, shows one way of doing this.
www.linuxcnc.org/index.php/english/compo...id=38&id=13240#13252
The other way is to write a xorg.conf file from examples on the web, insert it in /etc/X11 and then reboot.
If it does not work you will get a terminal from which you can make alterations or hide the file and start over.
regards