I’ve got this Compaq Evo D51S with integrated Intel graphics and I figured I’d throw Ubuntu 8.10 on it and mess around a bit with the desktop side of Ubuntu since all I’ve used lately is their server release.
I installed 8.10 on this PC like 3 times and once the install was finished and the PC would reboot, I would login at the login screen and after accepting my username and password, it looked like it was going to proceed to the desktop but it was just hang there with a black background. Couldn’t do anything, no keyboard combinations worked, nothing. I even tried installing with pci=noacpi since I had to do that with an older HP server, but that didn’t make any difference.
Finally a little googling led me to a blog describing the exact situation with a solution. Ubuntu 8.10 freezes after login screen indicates the problem is with the compiz package not playing nice with the integrated Intel graphics card. The steps to remedy this are:
- Reboot and quickly hit ESC at the Grub boot prompt
- Choose recovery mode
- At the menu, choose “root – drop to root shell prompt”
- apt-get remove compiz
- apt-get remove compiz-core
- exit
- Resume normal boot
- At the login screen, login as normal. The desktop should finally display and you are now good to go!
Enjoy.
