Comment 13 for bug 568779

Revision history for this message
Alban (seza) wrote : Re: 10.04 rc livecd boots into black/blank screen (intel 82852/855GM graphic card)

For normal boot you can fix temporarily the problem until the bug fixed by changing your "/etc/X11/xorg.conf" by this (this is the failsafe conf) :

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

Section "Monitor"
 Identifier "Configured Monitor"
EndSection

Section "Sceen"
  Identifier "Default Screen"
  Monitor "Configured Monitor"
  Device "Configured Video Device"
EndSection