No display after upgrade to 9.04
NoOp
glgxg at sbcglobal.net
Fri May 8 16:30:57 UTC 2009
On 05/08/2009 01:00 AM, Bob Cortez wrote:
> On Thu, May 7, 2009 at 9:42 PM, Nils Kassube <kassube at gmx.net> wrote:
>> Bob Cortez wrote:
>>> I'll retry the recovery option. How do you reboot when it goest to
>>> the blank screen. I don't like doing the power off option if I can
>>> help it.
>>
>> Switch to a text console with Ctrl-Alt-F2 and reboot with Ctrl-Alt-Del.
>> If switching to a text console doesn't work you would really need the
>> power off option.
>
> Ok still no display. I can however get command line with network
> connection. What I I'm thinking is that I need to open third party
> repositories so that I can apt-get the display driver. Does that make
> sense, and if so, how do I do it?
>
> Thanks,
> Bob
>
If you can do that, then first try:
$ sudo apt-get update
$ sudo apt-get upgrade
$ sudo apt-get install --reinstall ubuntu-desktop
$ sudo apt-get install -f
$ sudo /usr/share/recovery-mode/options/xfix
to make sure that all of the packages got updated/installed. Then check
your ~/.xsession-errors /var/log/Xorg.0.log and dmesg logs to see if you
can spot something obvious.
Also, when you reboot, make _sure_ that you are booting into the updated
kernel. I had my grub menu.lst set to boot from a specific hardy kernel
and kept getting a blank screen (mouse only), until I realized that I
hadn't been paying attention at grub & the was booting using the hardy
kernel. Check:
$ uname -a
and see if it is showing a 2.6.28-x kernel.
More information about the ubuntu-users
mailing list