From b06f7fbc49764b9b9935e7a65c84c3c49bb863f7 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Wed, 4 Jul 2007 09:50:56 +0000 Subject: really log when switching from fglrx to another driver --- perl-install/standalone/service_harddrake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-install/standalone/service_harddrake b/perl-install/standalone/service_harddrake index 31aa5570b..cbeafa0fb 100755 --- a/perl-install/standalone/service_harddrake +++ b/perl-install/standalone/service_harddrake @@ -83,7 +83,7 @@ if (find { $_->{driver} =~ /ATI Radeon/ } detect_devices::probeall()) { my @cards = Xconfig::card::probe(); my $driver = $cards[0]{Driver}; substInFile { - log::explanations("switch X.org driver from fglrx to ati") if /Driver "nv.+"/; + log::explanations("switch X.org driver from fglrx to ati") if /Driver "fglrx"/; s!Driver "fglrx"!Driver "$driver"!g; } $_ foreach grep { -e $_ } "/etc/X11/XF86Config-4", "/etc/X11/XF86Config", "/etc/X11/xorg.conf"; -- cgit v1.2.1