summaryrefslogtreecommitdiffstats
path: root/perl-install/Xconfig
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2004-06-22 12:09:41 +0000
committerPascal Rigaux <pixel@mandriva.com>2004-06-22 12:09:41 +0000
commit385b539ed65250c2fc2e5fe98cec8fa8e8451d8a (patch)
tree4a9016e02210b8a3007bc1e63762d66a7a5f2efa /perl-install/Xconfig
parent101c4c12d896ef125bee7fdf59a050ee476ed7b0 (diff)
downloaddrakx-385b539ed65250c2fc2e5fe98cec8fa8e8451d8a.tar
drakx-385b539ed65250c2fc2e5fe98cec8fa8e8451d8a.tar.gz
drakx-385b539ed65250c2fc2e5fe98cec8fa8e8451d8a.tar.bz2
drakx-385b539ed65250c2fc2e5fe98cec8fa8e8451d8a.tar.xz
drakx-385b539ed65250c2fc2e5fe98cec8fa8e8451d8a.zip
sync with detect-resolution
Diffstat (limited to 'perl-install/Xconfig')
-rw-r--r--perl-install/Xconfig/resolution_and_depth.pm3
1 files changed, 3 insertions, 0 deletions
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 {