From 385b539ed65250c2fc2e5fe98cec8fa8e8451d8a Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 22 Jun 2004 12:09:41 +0000 Subject: sync with detect-resolution --- perl-install/Xconfig/resolution_and_depth.pm | 3 +++ 1 file changed, 3 insertions(+) (limited to 'perl-install') diff --git a/perl-install/Xconfig/resolution_and_depth.pm b/perl-install/Xconfig/resolution_and_depth.pm index 00881d9c9..ecb674f52 100644 --- a/perl-install/Xconfig/resolution_and_depth.pm +++ b/perl-install/Xconfig/resolution_and_depth.pm @@ -33,14 +33,17 @@ my @bios_vga_modes = ( { bios => 771, X => 800, Y => 600, Depth => 8 }, { bios => 773, X => 1024, Y => 768, Depth => 8 }, { bios => 775, X => 1280, Y => 1024, Depth => 8 }, + { bios => 777, X => 1600, Y => 1200, Depth => 8 }, { bios => 784, X => 640, Y => 480, Depth => 15 }, { bios => 787, X => 800, Y => 600, Depth => 15 }, { bios => 790, X => 1024, Y => 768, Depth => 15 }, { bios => 793, X => 1280, Y => 1024, Depth => 15 }, + { bios => 796, X => 1600, Y => 1200, Depth => 15 }, { bios => 785, X => 640, Y => 480, Depth => 16 }, { bios => 788, X => 800, Y => 600, Depth => 16 }, { bios => 791, X => 1024, Y => 768, Depth => 16 }, { bios => 794, X => 1280, Y => 1024, Depth => 16 }, + { bios => 797, X => 1600, Y => 1200, Depth => 16 }, ); sub from_bios { -- cgit v1.2.1