summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/service_harddrake
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2005-06-26 07:52:45 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2005-06-26 07:52:45 +0000
commit1143e16036c544298fe02af7c771a01269037858 (patch)
tree4d954619bd860a41915e1a158d1ab6801df1027d /perl-install/standalone/service_harddrake
parent8d2b82e6d1363d9875281ed17c5ed2a996bdc91b (diff)
downloaddrakx-backup-do-not-use-1143e16036c544298fe02af7c771a01269037858.tar
drakx-backup-do-not-use-1143e16036c544298fe02af7c771a01269037858.tar.gz
drakx-backup-do-not-use-1143e16036c544298fe02af7c771a01269037858.tar.bz2
drakx-backup-do-not-use-1143e16036c544298fe02af7c771a01269037858.tar.xz
drakx-backup-do-not-use-1143e16036c544298fe02af7c771a01269037858.zip
we now use X.org instead of XFree86
Diffstat (limited to 'perl-install/standalone/service_harddrake')
-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 77616c0de..bc291abfd 100755
--- a/perl-install/standalone/service_harddrake
+++ b/perl-install/standalone/service_harddrake
@@ -55,7 +55,7 @@ if (find { $_->{driver} =~ /Card:NVIDIA/ } detect_devices::probeall()) {
# } $_ foreach "/etc/X11/XF86Config-4", "/etc/X11/XF86Config";
} else {
substInFile {
- log::explanations("switch XFree86 driver from nvidia to nv") if /Driver "nv.+"/;
+ log::explanations("switch X.org driver from nvidia to nv") if /Driver "nv.+"/;
s!Driver "nv.*"!Driver "nv"!g;
} $_ foreach grep { -e $_ } "/etc/X11/XF86Config-4", "/etc/X11/XF86Config";
}