From e08d9161b291e0af26f098a59e24ad3932ff2d70 Mon Sep 17 00:00:00 2001 From: Anssi Hannula Date: Sat, 2 Jan 2010 03:43:10 +0000 Subject: monitor-parse-edid: print EDID version --- NEWS | 2 ++ monitor-parse-edid | 1 + 2 files changed, 3 insertions(+) diff --git a/NEWS b/NEWS index 0013e33..318b4cb 100644 --- a/NEWS +++ b/NEWS @@ -5,6 +5,8 @@ interface on non-x86 hosts as well (fixes Mandriva bug #53866, which was caused by a bug in the removed code) o fix the retrieval of VBE vendor strings when using the LRMI interface +- monitor-parse-edid: + o print EDID version Version 2.5 - 18 October 2009, by Anssi Hannula diff --git a/monitor-parse-edid b/monitor-parse-edid index c2d0973..1200227 100755 --- a/monitor-parse-edid +++ b/monitor-parse-edid @@ -446,6 +446,7 @@ sub print_edid { print "Name: $edid->{monitor_name}\n" if $edid->{monitor_name}; print "EISA ID: $edid->{EISA_ID}\n" if $edid->{EISA_ID}; + print "EDID version: $edid->{edid_version}.$edid->{edid_revision}\n"; printf "Screen size: %.1f cm x %.1f cm (%3.2f inches%s)\n", $edid->{max_size_horizontal}, $edid->{max_size_vertical}, -- cgit v1.2.1