From 331096b104b28c8fc703a65597d6619c269c230a Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 11 May 2004 10:06:29 +0000 Subject: do not run XFdrake in automatic mode, it's useless --- perl-install/harddrake/data.pm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'perl-install/harddrake') diff --git a/perl-install/harddrake/data.pm b/perl-install/harddrake/data.pm index 36362c42f..e1cea8be9 100644 --- a/perl-install/harddrake/data.pm +++ b/perl-install/harddrake/data.pm @@ -123,10 +123,9 @@ our @tree = string => N("Videocard"), icon => "video.png", configurator => "$sbindir/XFdrake", - configurator_auto => "$sbindir/XFdrake --auto", + configurator_auto => "$sbindir/XFdrake", detector => sub { f(grep { $_->{driver} =~ /^(Card|Server):/ || $_->{media_type} =~ /DISPLAY_VGA/ } @devices) }, checked_on_boot => 1, - automatic => 1, }, { -- cgit v1.2.1