On Tue, Jul 13, 2021 at 05:32:27AM -0400, Elliot Killick via SeaBIOS wrote: > Add support for all high-definition and quad extended graphics array > resolutions as listed on Wikipedia. > > https://en.wikipedia.org/wiki/Graphics_display_resolution > > Signed-off-by: Elliot Killick <elliotkill...@zohomail.eu> > --- > vgasrc/svgamodes.c | 87 +++++++++++++++++++++++++++++++++++++++------- > 1 file changed, 75 insertions(+), 12 deletions(-) > > diff --git a/vgasrc/svgamodes.c b/vgasrc/svgamodes.c > index 6e494c7..af71853 100644 > --- a/vgasrc/svgamodes.c > +++ b/vgasrc/svgamodes.c > @@ -72,25 +72,88 @@ struct generic_svga_mode svga_modes[] VAR16 = { > { 0x184, { MM_DIRECT, 1680, 1050, 16, 8, 16, SEG_GRAPH } }, > { 0x185, { MM_DIRECT, 1680, 1050, 24, 8, 16, SEG_GRAPH } }, > { 0x186, { MM_DIRECT, 1680, 1050, 32, 8, 16, SEG_GRAPH } }, > - { 0x187, { MM_DIRECT, 1920, 1200, 16, 8, 16, SEG_GRAPH } }, > - { 0x188, { MM_DIRECT, 1920, 1200, 24, 8, 16, SEG_GRAPH } }, > { 0x189, { MM_DIRECT, 1920, 1200, 32, 8, 16, SEG_GRAPH } }, > - { 0x18a, { MM_DIRECT, 2560, 1600, 16, 8, 16, SEG_GRAPH } }, > - { 0x18b, { MM_DIRECT, 2560, 1600, 24, 8, 16, SEG_GRAPH } }, > - { 0x18c, { MM_DIRECT, 2560, 1600, 32, 8, 16, SEG_GRAPH } },
Huh? Intentionally deleted? take care, Gerd _______________________________________________ SeaBIOS mailing list -- seabios@seabios.org To unsubscribe send an email to seabios-le...@seabios.org