From 4e7676c1d9a5aa782c4a9db02b297f00bf8a5ddc Mon Sep 17 00:00:00 2001 From: Stew Benedict Date: Tue, 26 Feb 2002 12:52:25 +0000 Subject: Ti Powerbook uses non-std 1152x768, rather than 1152x864 --- perl-install/Xconfigurator_consts.pm | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'perl-install/Xconfigurator_consts.pm') 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", -- cgit v1.2.1