diff options
-rw-r--r-- | perl-install/any.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/any.pm b/perl-install/any.pm index a904994d1..d820d6028 100644 --- a/perl-install/any.pm +++ b/perl-install/any.pm @@ -982,6 +982,7 @@ You can use userdrake to add a user to this group.") sub monitor_full_edid() { return if $::noauto; + devices::make('zero'); my ($vbe, $edid); run_program::raw({ timeout => 20 }, 'monitor-edid', '>', \$edid, '2>', \$vbe, '-v', '--perl'); if ($::isInstall) { |