summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl-install/Xconfigurator.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/Xconfigurator.pm b/perl-install/Xconfigurator.pm
index d2a2bd612..694efc78d 100644
--- a/perl-install/Xconfigurator.pm
+++ b/perl-install/Xconfigurator.pm
@@ -1076,7 +1076,7 @@ sub main {
$in->set_help('configureXmain') unless $::isStandalone;
my $f = $in->ask_from_list_(['XFdrake'],
_("What do you want to do?"),
- [ grep { !ref } @c ]);
+ [ grep { !ref } @c ]) or die "automatic X configuration failed, ensure you give hsyncrange and vsyncrange with non-DDC aware videocards/monitors";
eval { &{$c{$f}} };
!$@ || $@ =~ /ask_from_list cancel/ or die;
$in->kill;