I've updated my system, the system boots but I never get to the graphic interface. It seems to hang.
I get a black screen, at the end of the screen, I got my cursor _
blinking and I don't know what to do.
I believe the system is OK somehow, because I notice the screen saver activation after a while but nothing more. If I press any key, the screen savers vanishes but I just don't know how to leave from this state.
I've tried Ctrl + C, entering exit
but I just get the letters there, nothing happens.
At the end, my /var/log/Xorg.0.log
has:
DRI Initialization failed kernel module (fglrx.ko) may be missing or incompatible 2D and 3D acceleration disabked
glesx __g1ESXExtensionInit: No GL ES2.0 Capable screen found!
Caught signal 11 (Segmentation fault). Server Aborting Please consult the X.org Foundadion Support (EE) fglrx(0): fireg1_SetSuspendeResumeState FAILED -9
ddxSigGiveUp: closing log
UPDATE:
I've done:
sudo apt-get remove --purge fglrx
after which I've rebooted. Now I got nothing on my screen. Not even the command line.
What can I do? How can I fix this problem?
udev
message is almost certainly a dead end.udev
spews out all sorts of stuff on perfectly working machines. Same withureadahead
. The content of~/.xsession-errors
and/var/log/Xorg.0.log
would be helpful. – Oli Apr 28 '11 at 23:26nano
should be installed by default and is a fairly good editor. Failing thatless <filename>
should show you the file. – Oli Apr 28 '11 at 23:50sudo apt-get install pastebinit
and thenpastebinit <filename>
will upload a file to Ubuntu's PasteBin service and give you back a small URL that you could post here. – Oli Apr 29 '11 at 00:01/var/log/Xorg.0.log
says. The final few lines should give you an idea of why it has crashed. – Oli Apr 29 '11 at 00:06First:
sudo apt-get remove --purge fglrx
then we get a black screen. Restart your machine and after the bios image, press
shift + down arrow key
to enter on GRUD mode (at least I recall this name).Then choose enter on
low graphics mode
(or similar).Then you will see your desktop. Once there, do:
apt-get-update
and then,apt-get upgrade
.Great help: http://ubuntuforums.org/showthread.php?t=1602441&page=2
Hope this helps someone one day.
– MEM Apr 29 '11 at 03:25