aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAvi Kivity <avi@qumranet.com>2008-08-27 15:00:00 +0300
committerMarcelo Tosatti <mtosatti@redhat.com>2010-12-02 10:17:21 -0200
commitca056d8e77a534f4f90548bc8cee166a378c1454 (patch)
tree004360d8ed9bd26141b8fe2c8239c08bf198336b
parent19ea12c230ded95928ecaef0db47a82231c2e485 (diff)
downloadvgabios-ca056d8e77a534f4f90548bc8cee166a378c1454.tar.gz
add 1280x768 resolutionHEADmaster
Signed-off-by: Avi Kivity <avi@qumranet.com> Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
-rw-r--r--vbetables-gen.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/vbetables-gen.c b/vbetables-gen.c
index 550935a..76b8842 100644
--- a/vbetables-gen.c
+++ b/vbetables-gen.c
@@ -55,6 +55,9 @@ ModeInfo modes[] = {
{ 1152, 864, 16 , 0x14a},
{ 1152, 864, 24 , 0x14b},
{ 1152, 864, 32 , 0x14c},
+{ 1280, 768, 16 , 0x175},
+{ 1280, 768, 24 , 0x176},
+{ 1280, 768, 32 , 0x177},
{ 1280, 800, 16 , 0x178},
{ 1280, 800, 24 , 0x179},
{ 1280, 800, 32 , 0x17a},