Im writing a bootloader from scratch and im now getting the edid info to pick the best video mode.
In qemu i can specify a preferred resolution using the following command line option:
Code: Select all
-device VGA,edid=on,xres=1920,yres=1080In bochs however i haven't found an similar option. The edid does exists (can get it from the bios) but it contains a non existent resolution: 1920 x 1200. No vbe mode matches this.
Also is it even worth it selecting the preferred resolution?
Any decent monitor and graphics card supports ancient resolutions.
Does anyone have any ideas why the bochs edid contains a false preferred mode (or how i can change it)?
Cheers,
CodePoet2005
