From 150a041d725f76c503ba1cf6dd9ea2000a704d9f Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 4 Oct 2004 07:21:34 +0000 Subject: do not disable glx when switching from nvidia driver to nv (indirect support, #11285) --- perl-install/standalone/service_harddrake | 1 - 1 file changed, 1 deletion(-) (limited to 'perl-install/standalone/service_harddrake') diff --git a/perl-install/standalone/service_harddrake b/perl-install/standalone/service_harddrake index 08114a63c..9efe46b3f 100755 --- a/perl-install/standalone/service_harddrake +++ b/perl-install/standalone/service_harddrake @@ -57,7 +57,6 @@ if (find { $_->{driver} =~ /Card:NVIDIA/ } detect_devices::probeall()) { substInFile { log::explanations("switch XFree86 driver from nvidia to nv") if /Driver "nv.+"/; s!Driver "nv.*"!Driver "nv"!g; - s!([^#]Load.*glx)!#$1!g; } $_ foreach grep { -e $_ } "/etc/X11/XF86Config-4", "/etc/X11/XF86Config"; } } -- cgit v1.2.1