From f0b087481e25833558f2d3fd1c7ba56677f914f6 Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Wed, 4 Oct 2000 11:24:03 +0000 Subject: *** empty log message *** --- perl-install/ChangeLog | 5 ++++- perl-install/Xconfigurator.pm | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/perl-install/ChangeLog b/perl-install/ChangeLog index 99a1fb1e9..79e5081cf 100644 --- a/perl-install/ChangeLog +++ b/perl-install/ChangeLog @@ -1,3 +1,7 @@ +2000-10-04 François Pons + + * Xconfigurator.pm: removed bad card for 3D Rage Pro. + 2000-10-04 DrakX * snapshot uploaded @@ -71,7 +75,6 @@ * share/Cards+: fixed Savage2000 entry. ->>>>>>> 1.300 2000-10-03 DrakX * snapshot uploaded diff --git a/perl-install/Xconfigurator.pm b/perl-install/Xconfigurator.pm index f594969f1..0d2968bda 100644 --- a/perl-install/Xconfigurator.pm +++ b/perl-install/Xconfigurator.pm @@ -415,7 +415,7 @@ sub testFinalConfig { #- needed for bad cards not restoring cleanly framebuffer my $bad_card = $o->{card}{identifier} =~ /i740|ViRGE/; - $bad_card ||= $o->{card}{identifier} =~ /Rage Mobility (?:P\/M|L) / || $o->{card}{identifier} =~ /3D Rage (?:LT|Pro)/; + $bad_card ||= $o->{card}{identifier} =~ /Rage Mobility (?:P\/M|L) / || $o->{card}{identifier} =~ /3D Rage LT)/; $bad_card ||= $o->{card}{use_xf4}; #- TODO obsoleted to check, when using fbdev of XFree 4.0! log::l("the graphic card does not like X in framebuffer") if $bad_card; -- cgit v1.2.1