summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2007-07-04 16:20:14 +0000
committerThierry Vignaud <tv@mandriva.org>2007-07-04 16:20:14 +0000
commit91f76866420513f6bba4d775736af912d3aa0280 (patch)
treecb825b8445ceb1ae1f4762d1c01d3ddaf2f0f490 /perl-install/standalone
parentc5e1e086ff457ce44a4960ba72b7917f106e583e (diff)
downloaddrakx-backup-do-not-use-91f76866420513f6bba4d775736af912d3aa0280.tar
drakx-backup-do-not-use-91f76866420513f6bba4d775736af912d3aa0280.tar.gz
drakx-backup-do-not-use-91f76866420513f6bba4d775736af912d3aa0280.tar.bz2
drakx-backup-do-not-use-91f76866420513f6bba4d775736af912d3aa0280.tar.xz
drakx-backup-do-not-use-91f76866420513f6bba4d775736af912d3aa0280.zip
log right driver we're switching to from fglrx
Diffstat (limited to 'perl-install/standalone')
-rwxr-xr-xperl-install/standalone/service_harddrake2
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 });
}