Thanks worked a treat (Edubuntu 610) imac 333mhz. Only problem is as the screen was black I did not enter a user name or password!!!
back to the forum
Answer was
control option F1
*sudo adduser yourusername*
answer the questions and your password when happy y to accept.
I had to [I] sudo killall gdm[/I]
then
[I]sudo gdm start [/I]
to get the GUI back
PS. The big flaw is that I can use the disc and sudo ok but when I try to install a box pops up to ask for a root password
pps. Taken from http://ubuntuforums.org/showthread.php?t=75604&page=3&highlight=imac
Thanks linear
OK, I think I have a solution now - the reason we couldn't restart Gnome is that it never actually stopped. The "* Stopping GNOME Display Monitor [ ok ]" message is false, as the gdm process is still running afterwards.
So instead, try this:
To stop the process, use:
sudo killall gdm
Then make your edits to xorg.conf. Now start gdm:
sudo /etc/init.d/gdm start
It should work. Good luck! Reply With Quote this worked for me I got the install icon on the desktop and am installing now.