General instructions for debugging "black screen" issues from a live CD:

Please try a Jaunty live CD: http://cdimage.ubuntu.com/releases/jaunty/

At the CD boot menu, add "text" to the boot options:
https://help.ubuntu.com/community/BootParameters

The CD will now boot but not start X. At the text prompt, enter this command:
 xinit -e 'sh -c "xrandr --verbose > xrandr.log" '
This will try to start X and log some information about the active screen 
resolution to the file xrandr.log before it stops X again. Copy the 
corresponding X log to the current directory:
 cp /var/log/Xorg.0.log .

Now edit xorg.conf to make X use the "vesa" (failsafe) driver:
 nano /etc/X11/xorg.conf
and change the Device section to look like this:

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

Then start X which should give you a desktop session, although with low 
resolution:
 startx

>From here, attach the xrandr.log and Xorg.0.log (which are in the Home
Folder) to this bug report. If for some reason you can not log into
launchpad from the live CD (network problems etc), you can also copy the
files to a USB drive now and attach them from another computer or
session later.

See also https://wiki.ubuntu.com/X/Troubleshooting/BlankScreen

** Changed in: xserver-xorg-video-ati (Ubuntu)
     Assignee: (unassigned) => Tormod Volden (tormodvolden)
       Status: New => Incomplete

-- 
Blank screen and incorrectly detected screen resolution with Mac        Mini G4 
and Radeon 9200
https://bugs.launchpad.net/bugs/340940
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