6
I have just upgraded to Ubuntu 9.10 (network upgrade using the update manager, from 9.04 which had different graphics related problems) and when I try to boot into it all I get a small Ubuntu logo, flickering text and then the tty1 command line with a logon prompt.
startx
gives following error:
Fatal server error: no screens found
I traced down a tutorial that said I needed the latest graphics drivers (Gigabyte ATI Radeon 4650 HD installed with 9.10 catalyst drivers) so I did using the 'sh' command and a USB stick (I have a working Windows partition) and it installed fine but did not fix the problem.
Edit: Thanks to UK and Arjan below I was able to understand the full error message of start x:
Parse error on lone 2 of /etc/X11/xorg.conf 'nameserver' is not a valid keyword in this section Fatal server error: no screens found
This has nothing to do with a graphical error (sorry if I misled anyone) but the xorg.conf file has 3 lines in it and lines 2-3 have an entry 'nameserver'. Using the nano command I commented out (using a # before the entries) the nameservers and can now boot Ubuntu.
Thanks to everyone for their help.
Do you get an error when trying to run startx ? – MDMarra – 2009-10-31T23:03:47.680
How did you upgrade? Did you download the ISO and booted from that (any chance you downloaded the server version then?), or did you use the Update Manager? Anything at https://help.ubuntu.com/community/KarmicUpgrades that was different during your upgrade?
– Arjan – 2009-11-01T09:20:03.783startx gives "Fatal server error: no screens found" which made me lol as how would I have seen the error if there were no screens?
I used the network upgrade using the update manager. – Gathris – 2009-11-01T11:35:02.640
It would be enormously easier to help you if you stated your hardware, most especially your video chipset. – CarlF – 2009-11-01T16:59:24.470