From bbf35d33eeb111f5f4ae69851bd26c03582e4b64 Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Mon, 24 Jul 2000 13:41:37 +0000 Subject: *** empty log message *** --- perl-install/Xconfigurator.pm | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'perl-install/Xconfigurator.pm') diff --git a/perl-install/Xconfigurator.pm b/perl-install/Xconfigurator.pm index 5714fcc28..add16c516 100644 --- a/perl-install/Xconfigurator.pm +++ b/perl-install/Xconfigurator.pm @@ -207,6 +207,11 @@ sub cardConfiguration(;$$$) { $card->{type} =~ /SiS / || $card->{type} =~ /S3 ViRGE/ || $card->{type} =~ /Intel 810/)); + #- hack for ATI Mach64 card where two options should be used if using Utah-GLX. + if ($card->{type} =~ /ATI Mach64/) { + $card->{options}{no_font_cache} = $card->{Utah_glx}; + $card->{options}{no_pixmap_cache} = $card->{Utah_glx}; + } #- 3D acceleration configuration for X version 4 using DRI, this is enabled by default #- but for some there is a need to specify VideoRam (else it won't run). -- cgit v1.2.1