summaryrefslogtreecommitdiffstats
path: root/perl-install/Xconfig
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2004-07-06 07:39:51 +0000
committerPascal Rigaux <pixel@mandriva.com>2004-07-06 07:39:51 +0000
commit71b1c0207f7ed73fcac2e98a79367ec808bb0110 (patch)
treedd53edc051282146da5a9dd4a3cff1b545ada796 /perl-install/Xconfig
parentbe479ef5a9dddb20bd40111644fa06ae7db161ca (diff)
downloaddrakx-71b1c0207f7ed73fcac2e98a79367ec808bb0110.tar
drakx-71b1c0207f7ed73fcac2e98a79367ec808bb0110.tar.gz
drakx-71b1c0207f7ed73fcac2e98a79367ec808bb0110.tar.bz2
drakx-71b1c0207f7ed73fcac2e98a79367ec808bb0110.tar.xz
drakx-71b1c0207f7ed73fcac2e98a79367ec808bb0110.zip
add 1024x480 (part of bugzilla #5192)
Diffstat (limited to 'perl-install/Xconfig')
-rw-r--r--perl-install/Xconfig/xfree.pm12
1 files changed, 11 insertions, 1 deletions
diff --git a/perl-install/Xconfig/xfree.pm b/perl-install/Xconfig/xfree.pm
index 21f828bd4..18fc31e15 100644
--- a/perl-install/Xconfig/xfree.pm
+++ b/perl-install/Xconfig/xfree.pm
@@ -422,7 +422,17 @@ sub ModeLine_from_string {
-our @resolutions = ('640x480', '800x600', '1024x768', if_(arch() =~ /ppc/, '1152x768'), '1152x864', '1280x960', '1280x1024', '1400x1050', '1600x1200', '1920x1200', '1920x1440', '2048x1536');
+our @resolutions = (
+ '640x480',
+ '800x600',
+ '1024x480', '1024x768',
+ '1152x768', '1152x864',
+ '1280x960', '1280x1024',
+ '1400x1050',
+ '1600x1200',
+ '1920x1200', '1920x1440',
+ '2048x1536',
+);
our $default_header = <<'END';
# File generated by XFdrake.