diff options
author | Francois Pons <fpons@mandriva.com> | 2000-10-04 11:24:39 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2000-10-04 11:24:39 +0000 |
commit | 5a70a041d028e53793a0e9c17678a6694225dfa0 (patch) | |
tree | 7fb405dcce2527218963bb7dccb3a32ea2f2720c /perl-install | |
parent | f0b087481e25833558f2d3fd1c7ba56677f914f6 (diff) | |
download | drakx-backup-do-not-use-5a70a041d028e53793a0e9c17678a6694225dfa0.tar drakx-backup-do-not-use-5a70a041d028e53793a0e9c17678a6694225dfa0.tar.gz drakx-backup-do-not-use-5a70a041d028e53793a0e9c17678a6694225dfa0.tar.bz2 drakx-backup-do-not-use-5a70a041d028e53793a0e9c17678a6694225dfa0.tar.xz drakx-backup-do-not-use-5a70a041d028e53793a0e9c17678a6694225dfa0.zip |
*** empty log message ***
Diffstat (limited to 'perl-install')
-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 0d2968bda..fb9b0be10 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)/; + $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; |