Could you try doing the following? I want to see if the bug I've
reported (Bug #272877) is a duplicate of this bug. Basically, when the
black screen appears you try to get to a terminal by pressing
Ctrl+Alt+F1, stopping GDM, then changing the driver to "vesa" in
xorg.conf, and starting GDM again. Here's a more detailed description:

You can change the driver to "vesa" by getting to a console by pressing
Ctrl+Alt+F1 (do this when the black screen appears). Then shut down GDM
by typing:

sudo /etc/init.d/gdm stop

Then you edit the file /etc/X11/xorg.conf with for example 'nano' by
typing:

sudo nano /etc/X11/xorg.conf

There should be a "Device"-section that looks like this (there might be
more lines of text between "Section" and "EndSection", but mine just
looks like this when using the Intrepid Alpha 6 Live CD):

Section "Device"
 Identifier "Configured Video Device"
EndSection

In this section add a line with the text "Driver "vesa"". Doing so with
the example above would make it look like this:

Section "Device"
 Identifier "Configured Video Device"
 Driver "vesa"
EndSection

Save the file and exit nano.

Now start GDM again by typing:

sudo /etc/init.d/gdm start

-- 
Blank screen before login ubuntu 8.10 alpha 6
https://bugs.launchpad.net/bugs/272463
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to