From 439760fb82a8d329f5ef40c45347b35d0451ba6a Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 6 Apr 2005 13:48:25 +0000 Subject: monitor-edid needs /dev/zero when fallbacking on lrmi --- perl-install/any.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'perl-install/any.pm') 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) { -- cgit v1.2.1