| Submitter | Gerd Hoffmann |
|---|---|
| Date | May 22, 2012, 1:05 p.m. |
| Message ID | <4FBB8F01.8090008@redhat.com> |
| Download | mbox | patch |
| Permalink | /patch/160630/ |
| State | New |
| Headers | show |
Comments
Patch
--- a/hw/vga_int.h +++ b/hw/vga_int.h @@ -31,8 +31,8 @@ -#define VBE_DISPI_MAX_XRES 1600 -#define VBE_DISPI_MAX_YRES 1200 +#define VBE_DISPI_MAX_XRES 2560 +#define VBE_DISPI_MAX_YRES 1600 The vgabios (both lgpl'ed and seavgabios) filters the mode list by available memory anyway, so there is no need to keep those low enougth that the xmax * ymax * 32bpp fits into vga memory. And when the vgamem becomes configurable (see below) this will be moot anyway.