Comment 1 for bug 340940

Revision history for this message
Tormod Volden (tormodvolden) wrote : Re: Blank screen and incorrectly detected screen resolution with Mac Mini G4 and Radeon 9200

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