From a19294e6e82aa1f0bbe953a81a09107a34cae394 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Wed, 4 Jul 2007 09:57:04 +0000 Subject: do not enable fglrx libraries when disabling fglrx... (backport from trunk) --- 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 e5dbbd22e..e421f593e 100755 --- a/perl-install/standalone/service_harddrake +++ b/perl-install/standalone/service_harddrake @@ -94,7 +94,7 @@ if (find { $_->{driver} =~ /ATI Radeon/ } detect_devices::probeall()) { } $_ foreach grep { -e $_ } "/etc/X11/XF86Config-4", "/etc/X11/XF86Config", "/etc/X11/xorg.conf"; require Xconfig::card; - Xconfig::card::libgl_config_and_more({ Driver => 'fglrx' }); + Xconfig::card::libgl_config_and_more({ Driver => $driver }); } } -- cgit v1.2.1