From 4712b4808871a53f3803ef33d8fcac701919d545 Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Thu, 30 Aug 2001 15:38:23 +0000 Subject: for single heads mode, no screen id should be set in file (or XFree is going mad, but he is right, no ?) --- perl-install/Xconfigurator.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/Xconfigurator.pm') diff --git a/perl-install/Xconfigurator.pm b/perl-install/Xconfigurator.pm index d227bd458..9bc685986 100644 --- a/perl-install/Xconfigurator.pm +++ b/perl-install/Xconfigurator.pm @@ -234,7 +234,7 @@ sub cardConfiguration(;$$$) { } foreach my $e (values %single_heads) { push @choices, { text => _("Configure only card \"%s\" (%s)", $e->{identifier}, $e->{busid}), - code => sub { add2hash($card, $e); delete $card->{cards}; delete $card->{Xinerama} } }; + code => sub { add2hash($card, $e); foreach (qw(cards screen Xinerama)) { delete $card->{$_} } } }; } $tc = $in->ask_from_listf(_("Multi-head configuration"), _("Your system support multiple head configuration. -- cgit v1.2.1