summaryrefslogtreecommitdiffstats
path: root/perl-install/Xconfig
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2004-06-03 11:24:38 +0000
committerPascal Rigaux <pixel@mandriva.com>2004-06-03 11:24:38 +0000
commitb4cef5c1d392d6c80a270b3c8bb8bc7a370ed989 (patch)
treec62c9f42a444a9dbfaa1481fb4f18e055592b60e /perl-install/Xconfig
parent4549e3142e5df6b019df0d4237973c443cf05b99 (diff)
downloaddrakx-b4cef5c1d392d6c80a270b3c8bb8bc7a370ed989.tar
drakx-b4cef5c1d392d6c80a270b3c8bb8bc7a370ed989.tar.gz
drakx-b4cef5c1d392d6c80a270b3c8bb8bc7a370ed989.tar.bz2
drakx-b4cef5c1d392d6c80a270b3c8bb8bc7a370ed989.tar.xz
drakx-b4cef5c1d392d6c80a270b3c8bb8bc7a370ed989.zip
add resolution 1920x1200 called WUXGA (used by Dell Laptops Inspiron 8500, 8600 and Latitude D800) (bugzilla #6795)
Diffstat (limited to 'perl-install/Xconfig')
-rw-r--r--perl-install/Xconfig/xfree.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/Xconfig/xfree.pm b/perl-install/Xconfig/xfree.pm
index 079f8baf1..72526cf7e 100644
--- a/perl-install/Xconfig/xfree.pm
+++ b/perl-install/Xconfig/xfree.pm
@@ -422,7 +422,7 @@ sub ModeLine_from_string {
-our @resolutions = ('640x480', '800x600', '1024x768', if_(arch() =~ /ppc/, '1152x768'), '1152x864', '1280x960', '1280x1024', '1400x1050', '1600x1200', '1920x1440', '2048x1536');
+our @resolutions = ('640x480', '800x600', '1024x768', if_(arch() =~ /ppc/, '1152x768'), '1152x864', '1280x960', '1280x1024', '1400x1050', '1600x1200', '1920x1200', '1920x1440', '2048x1536');
our $default_header = <<'END';
# File generated by XFdrake.