From 1143e16036c544298fe02af7c771a01269037858 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Sun, 26 Jun 2005 07:52:45 +0000 Subject: we now use X.org instead of XFree86 --- perl-install/standalone/service_harddrake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install') 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"; } -- cgit v1.2.1