From ef5f59d300d75c711773983f31767a8d8451a4dd Mon Sep 17 00:00:00 2001 From: Olivier Thauvin Date: Fri, 27 Aug 2004 01:47:55 +0000 Subject: - add dell D800 specific modeline and resolution --- perl-install/Xconfig/xfree.pm | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) (limited to 'perl-install') diff --git a/perl-install/Xconfig/xfree.pm b/perl-install/Xconfig/xfree.pm index e3e09c357..eb1acbf61 100644 --- a/perl-install/Xconfig/xfree.pm +++ b/perl-install/Xconfig/xfree.pm @@ -475,10 +475,13 @@ our @resolutions = ( '800x600', '1024x480', '1024x768', '1152x768', '1152x864', - '1280x960', '1280x1024', + '1280x800', # 16/10, + '1280x960', '1280x1024', '1400x1050', '1600x1200', - '1920x1200', '1920x1440', + '1680x1050', # 16/10 + '1920x1200', # 16/10 + '1920x1440', '2048x1536', ); @@ -530,6 +533,13 @@ END_PPC # 1024x480 @ 85.6 Hz, 48 kHz hsync ModeLine "1024x480" 65.00 1024 1032 1176 1344 480 488 494 563 -hsync -vsync + # Dell D800 and few Inspiron (16/10) 1280x800 + ModeLine "1280x800" 147.89 1280 1376 1512 1744 800 801 804 848 + # Dell D800 and few Inspiron (16/10) 1680x1050 + ModeLine "1680x1050" 214.51 1680 1800 1984 2288 1050 1051 1054 1103 + # Dell D800 and few Inspiron (16/10) 1920x1200 + ModeLine "1920x1200" 230 1920 1936 2096 2528 1200 1201 1204 1250 +HSync +VSync + # TV fullscreen mode or DVD fullscreen output. # 768x576 @ 79 Hz, 50 kHz hsync ModeLine "768x576" 50.00 768 832 846 1000 576 590 595 630 -- cgit v1.2.1