From dab3cbafd23b0bb4555eec16cbd37b6b6d691870 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Wed, 4 Jul 2007 09:49:38 +0000 Subject: do not enable fglrx libraries when disabling fglrx... --- 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 35759df0e..31aa5570b 100755 --- a/perl-install/standalone/service_harddrake +++ b/perl-install/standalone/service_harddrake @@ -88,7 +88,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