diff options
author | Francois Pons <fpons@mandriva.com> | 2000-10-04 11:24:03 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2000-10-04 11:24:03 +0000 |
commit | f0b087481e25833558f2d3fd1c7ba56677f914f6 (patch) | |
tree | 7597f681870378fc0574d8819227f205cddafb56 /perl-install/Xconfigurator.pm | |
parent | 7aae8f4fe090a6c463b27c2d9ebe306a73122969 (diff) | |
download | drakx-f0b087481e25833558f2d3fd1c7ba56677f914f6.tar drakx-f0b087481e25833558f2d3fd1c7ba56677f914f6.tar.gz drakx-f0b087481e25833558f2d3fd1c7ba56677f914f6.tar.bz2 drakx-f0b087481e25833558f2d3fd1c7ba56677f914f6.tar.xz drakx-f0b087481e25833558f2d3fd1c7ba56677f914f6.zip |
*** empty log message ***
Diffstat (limited to 'perl-install/Xconfigurator.pm')
-rw-r--r-- | perl-install/Xconfigurator.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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; |