[haiku-development] Re: Boot Screen Not Displayed with Various Video Chips
- From: "Axel Dörfler" <axeld@xxxxxxxxxxxxxxxx>
- To: haiku-development@xxxxxxxxxxxxx
- Date: Fri, 31 Oct 2008 09:45:01 +0100 CET
"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.
- Follow-Ups:
- [haiku-development] Re: Boot Screen Not Displayed with Various Video Chips
- From: Urias McCullough
- References:
- [haiku-development] Re: Boot Screen Not Displayed with Various Video Chips
- From: Urias McCullough
Other related posts:
- » [haiku-development] Boot Screen Not Displayed with Various Video Chips
- » [haiku-development] Re: Boot Screen Not Displayed with Various Video Chips
- » [haiku-development] Re: Boot Screen Not Displayed with Various Video Chips
- » [haiku-development] Re: Boot Screen Not Displayed with Various Video Chips
- » [haiku-development] Re: Boot Screen Not Displayed with Various Video Chips
- » [haiku-development] Re: Boot Screen Not Displayed with Various Video Chips
- » [haiku-development] Re: Boot Screen Not Displayed with Various Video Chips
- » [haiku-development] Re: Boot Screen Not Displayed with Various Video Chips
- » [haiku-development] Re: Boot Screen Not Displayed with Various Video Chips
- » [haiku-development] Re: Boot Screen Not Displayed with Various Video Chips
- » [haiku-development] Re: Boot Screen Not Displayed with Various Video Chips
- » [haiku-development] Re: Boot Screen Not Displayed with Various Video Chips
- » [haiku-development] Re: Boot Screen Not Displayed with Various Video Chips
- » [haiku-development] Re: Boot Screen Not Displayed with Various Video Chips
- » [haiku-development] Re: Boot Screen Not Displayed with Various Video Chips - Gerald Zajac
- » [haiku-development] Re: Boot Screen Not Displayed with Various Video Chips - Axel Dörfler
- » [haiku-development] Re: Boot Screen Not Displayed with Various Video Chips - Zenja Solaja
- [haiku-development] Re: Boot Screen Not Displayed with Various Video Chips
- From: Urias McCullough
- [haiku-development] Re: Boot Screen Not Displayed with Various Video Chips
- From: Urias McCullough