diff options
Diffstat (limited to 'perl-install/standalone')
-rwxr-xr-x | perl-install/standalone/service_harddrake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/service_harddrake b/perl-install/standalone/service_harddrake index a17f9484a..67310b82e 100755 --- a/perl-install/standalone/service_harddrake +++ b/perl-install/standalone/service_harddrake @@ -85,7 +85,7 @@ if (find { $_->{driver} =~ /ATI Radeon/ } detect_devices::probeall()) { my $done; substInFile { $done ||= s!Driver "fglrx"!Driver "$driver"!g } '/etc/X11/xorg.conf'; if ($done) { - log::explanations("switch X.org driver from fglrx to ati"); + log::explanations("switch X.org driver from fglrx to $driver"); require Xconfig::card; Xconfig::card::libgl_config_and_more({ Driver => $driver }); } |