diff options
-rwxr-xr-x | monitor-parse-edid | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/monitor-parse-edid b/monitor-parse-edid index e45e2df..97d74d7 100755 --- a/monitor-parse-edid +++ b/monitor-parse-edid @@ -228,8 +228,8 @@ sub parse_edid { } push @{$edid{detailed_timings}}, $h if ($h->{horizontal_active} > 0 && $h->{vertical_active} > 0) + && ($h->{horizontal_active} != 720 && $h->{horizontal_active} != 350) && ($h->{horizontal_active} != 640 && $h->{horizontal_active} != 350); - ; } else { (my $flag, $vv) = unpack("n x a*", $vv); |