From 44e49c3c52592b38faf044ac963124ef145f060f Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 4 Jul 2007 16:20:58 +0000 Subject: kill doble "require Xconfig::card" --- 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 67310b82e..1a950ee21 100755 --- a/perl-install/standalone/service_harddrake +++ b/perl-install/standalone/service_harddrake @@ -86,7 +86,6 @@ if (find { $_->{driver} =~ /ATI Radeon/ } detect_devices::probeall()) { substInFile { $done ||= s!Driver "fglrx"!Driver "$driver"!g } '/etc/X11/xorg.conf'; if ($done) { log::explanations("switch X.org driver from fglrx to $driver"); - require Xconfig::card; Xconfig::card::libgl_config_and_more({ Driver => $driver }); } } -- cgit v1.2.1