Changes between Version 14 and Version 15 of Ticket #15241, comment 1
- Timestamp:
- Aug 13, 2019, 12:19:30 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #15241, comment 1
v14 v15 41 41 }}} 42 42 43 Seems like the intel_extreme driver grabs the monitor's EDID and IGP VBIOS info - so I see two sets of display resolutions tables:44 43 {{{ 45 44 VBIOS max res: 2560x1440 (WQHD) … … 47 46 }}} 48 47 49 Then, either I can get past the Haiku boot splash screen and it fails to a black screen, or it just fails directly after I usethe Haiku boot loader menu. Sometimes, I don't get the Haiku logo splash screen at all until it fails to black screen.48 Main issues: Either I can get past the Haiku logo boot splash screen and it fails to a black screen during screen init, or it just fails directly after I exit the Haiku boot loader menu. Sometimes, I don't get the Haiku logo splash screen at all until it fails to black screen. 50 49 51 50 With effort, I can get it to load with the VESA driver in which I can modify screen resolutions up to 1920x1440 (I also see this in the boot menu for modifying default screen mode settings). 52 51 53 52 NOTE: Setting fail-safe driver (true) and using 1024x768x32 @60hz default. Rebooted. This works as a workaround. Screen preflet shows monitor info, monitor dpi, and VESA driver (VESA) in left window pane. Resolutions changeable (when applied) from 640x480 to 1920x1400. 53 54 VESA driver/Intel IronLake Graphics reboot test: Rebooting at >1024x768 resolutions seems to crash during boot. Staying at <=1024x768 resolutions seems to work reliably on Haiku. 54 55 55 56 Now that the output works reliably through the Intel video VGA output, we can isolate the intel_extreme driver issues better.