Ticket #1975 (closed bug: fixed)

Opened 8 months ago

Last modified 8 months ago

Boot splash doesn't show with intel i865 and CRT

Reported by: umccullough Owned by: axeld
Priority: normal Milestone: R1
Component: System/Boot Loader Version: R1 development
Cc: Blocked By:
Platform: x86 Blocking:

Description

Ever since the new boot splash was added, my Dell Optiplex GX270 no longer shows a boot splash using a Cornerstone Color 50/115 21" CRT.

The video chip on the GX270 is an integrated Intel 82865G

Tested with r24615 (serial log attached)

If I manually specify a video mode using the boot menu, it shows up just fine.

Attachments

r24615_gx270.txt (82.5 kB) - added by umccullough 8 months ago.
serial log for r24615 standard
r24615_gx270_trace_video_on.txt (83.5 kB) - added by umccullough 8 months ago.
same revision with TRACE_VIDEO defined
r24608_gx270_trace_video_on.txt (83.4 kB) - added by umccullough 8 months ago.
r24608 with TRACE_VIDEO on

Change History

Changed 8 months ago by umccullough

serial log for r24615 standard

Changed 8 months ago by umccullough

same revision with TRACE_VIDEO defined

Changed 8 months ago by umccullough

In r24615 it appears to be choosing 1600x1200x8bpp - will test r24608 next.

Changed 8 months ago by umccullough

r24608 with TRACE_VIDEO on

Changed 8 months ago by umccullough

Went back to r24608 (and also made sure to revert video.cpp) - then re-enabled TRACE_VIDEO and re-tested.

Still apparently chooses 1600x1200x8bpp in the old rev.

Changed 8 months ago by axeld

  • status changed from new to closed
  • resolution set to fixed

Thanks! TRACE_VIDEO was very helpful indeed: what happens is the following: - EDID information could not be read for your monitor. - unlike most (all?) other cards I know, the VESA resolution table is ordered differently than usual. This broke the code that choose the right standard mode.

In r24619 I've changed the way this mode is found.

Changed 8 months ago by umccullough

Confirmed fixed - now chooses 1024x768x32bpp in r24660

Note: See TracTickets for help on using tickets.