The Bochs VGA ROM now return an information about a recent WIDE monitor.
It is constructed from defitions at run time.
Returning an EDID with decent timings may be necessary in case we want to use a resolution superior to 1024x768 with Xorg.
Signed-off-by: Hiroshi Miura miurahr@linux.com --- vgasrc/bochsvga.c | 202 ++++++++++++++++++++++++++++++++--------------------- vgasrc/vbe_edid.h | 134 +++++++++++++++++++++++++++++++++++ 2 files changed, 255 insertions(+), 81 deletions(-) create mode 100644 vgasrc/vbe_edid.h