[haiku-development] Re: Boot Screen Not Displayed with Various Video Chips

"Urias McCullough" <umccullough@xxxxxxxxx> wrote:
> I went back and checked, and it was specifically this commit (r26762) 
> that
> started causing a few issues for me:
> 
> http://lists.berlios.de/pipermail/haiku-commits/2008-August/015932.html
> > 
> I'm guessing it was specifically this part:
> 
> -             if (timing.pixel_clock <= 0 || timing.sync != 3)
> +             if (timing.pixel_clock <= 0/* || timing.sync != 3*/)
> 
> I'm wondering if reverting that line might fix it?

This code is used only if you have a driver around that supports EDID. 
The boot loader doesn't use it, so this at least cannot be the issue 
here. Specifically the VESA driver does not use any EDID information to 
build its mode list (only for selecting the right mode, as the timings 
cannot be set anyway).

IIRC this is since your Intel Extreme based system doesn't like the 
1920x1200 screen anymore (as it tries with that resolution), and that 
sounds more like bug http://dev.haiku-os.org/ticket/2791.

Bye,
   Axel.


Other related posts: