From 28d4952a757d83f8d90b3d0062f4aa169a399694 Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Thu, 21 Sep 2000 14:52:51 +0000 Subject: *** empty log message *** --- perl-install/Xconfigurator.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/Xconfigurator.pm') diff --git a/perl-install/Xconfigurator.pm b/perl-install/Xconfigurator.pm index 6dd6efd05..6ce395a06 100644 --- a/perl-install/Xconfigurator.pm +++ b/perl-install/Xconfigurator.pm @@ -298,7 +298,7 @@ NOTE THIS IS EXPERIMENTAL SUPPORT AND MAY FREEZE YOUR COMPUTER.", $xf3_ver)) . " #- hack for ATI Mach64 card where two options should be used if using Utah-GLX. - if ($card->{type} =~ /ATI Mach64/) { + if ($card->{identifier} =~ /3D Rage Pro AGP/) { $card->{options_xf3}{no_font_cache} = $card->{Utah_glx}; $card->{options_xf3}{no_pixmap_cache} = $card->{Utah_glx}; } -- cgit v1.2.1