diff options
-rw-r--r-- | perl-install/Xconfigurator_consts.pm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/perl-install/Xconfigurator_consts.pm b/perl-install/Xconfigurator_consts.pm index d43d8f9dd..905168f46 100644 --- a/perl-install/Xconfigurator_consts.pm +++ b/perl-install/Xconfigurator_consts.pm @@ -11,7 +11,11 @@ use common; ); @depths = ikeys(%depths); +if (arch() =~ /ppc/) { +@resolutions = qw(640x480 800x600 1024x768 1152x768 1280x1024 1400x1050 1600x1200 1920x1440 2048x1536); +} else { @resolutions = qw(640x480 800x600 1024x768 1152x864 1280x1024 1400x1050 1600x1200 1920x1440 2048x1536); +} %serversdriver = arch() =~ /^sparc/ ? ( 'Mach64' => "accel", |