Opened 16 years ago

Closed 16 years ago

Last modified 16 years ago

#1975 closed bug (fixed)

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/pre-alpha1
Keywords: Cc:
Blocked By: Blocking:
Platform: x86

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 hrev24615 (serial log attached)

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

Attachments (3)

r24615_gx270.txt (82.5 KB ) - added by umccullough 16 years ago.
serial log for hrev24615 standard
r24615_gx270_trace_video_on.txt (83.5 KB ) - added by umccullough 16 years ago.
same revision with TRACE_VIDEO defined
r24608_gx270_trace_video_on.txt (83.4 KB ) - added by umccullough 16 years ago.
hrev24608 with TRACE_VIDEO on

Download all attachments as: .zip

Change History (7)

by umccullough, 16 years ago

Attachment: r24615_gx270.txt added

serial log for hrev24615 standard

by umccullough, 16 years ago

same revision with TRACE_VIDEO defined

comment:1 by umccullough, 16 years ago

In hrev24615 it appears to be choosing 1600x1200x8bpp - will test hrev24608 next.

by umccullough, 16 years ago

hrev24608 with TRACE_VIDEO on

comment:2 by umccullough, 16 years ago

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

Still apparently chooses 1600x1200x8bpp in the old rev.

comment:3 by axeld, 16 years ago

Resolution: fixed
Status: newclosed

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 hrev24619 I've changed the way this mode is found.

comment:4 by umccullough, 16 years ago

Confirmed fixed - now chooses 1024x768x32bpp in hrev24660

Note: See TracTickets for help on using tickets.