summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xperl-install/standalone/service_harddrake1
1 files changed, 0 insertions, 1 deletions
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 });
}
}