diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2005-06-26 07:52:45 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2005-06-26 07:52:45 +0000 |
commit | 1143e16036c544298fe02af7c771a01269037858 (patch) | |
tree | 4d954619bd860a41915e1a158d1ab6801df1027d /perl-install/standalone | |
parent | 8d2b82e6d1363d9875281ed17c5ed2a996bdc91b (diff) | |
download | drakx-1143e16036c544298fe02af7c771a01269037858.tar drakx-1143e16036c544298fe02af7c771a01269037858.tar.gz drakx-1143e16036c544298fe02af7c771a01269037858.tar.bz2 drakx-1143e16036c544298fe02af7c771a01269037858.tar.xz drakx-1143e16036c544298fe02af7c771a01269037858.zip |
we now use X.org instead of XFree86
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 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"; } |