diff options
author | Anssi Hannula <anssi@mandriva.org> | 2010-01-03 08:50:08 +0000 |
---|---|---|
committer | Anssi Hannula <anssi@mandriva.org> | 2010-01-03 08:50:08 +0000 |
commit | 854c3e5023035951184375b7bb83525878b9a7fb (patch) | |
tree | 3a63cc31efee60a39fbe0447141cca91c9eec15f /NEWS | |
parent | b6a1b2905b8e404fa7e794bbe38fb20c81d6fc56 (diff) | |
download | monitor-edid-854c3e5023035951184375b7bb83525878b9a7fb.tar monitor-edid-854c3e5023035951184375b7bb83525878b9a7fb.tar.gz monitor-edid-854c3e5023035951184375b7bb83525878b9a7fb.tar.bz2 monitor-edid-854c3e5023035951184375b7bb83525878b9a7fb.tar.xz monitor-edid-854c3e5023035951184375b7bb83525878b9a7fb.zip |
monitor-get-edid-using-vbe:
- add --skip-vbe-check for skipping call for VBE info; useful if
calling the program multiple times for different ports
- on failure, return exit status 2 if no successful VBE calls were made
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -6,6 +6,9 @@ was caused by a bug in the removed code) o fix the retrieval of VBE vendor strings when using the LRMI interface o retrieve up to 4 EDID extension blocks + o add --skip-vbe-check for skipping call for VBE info; useful if + calling the program multiple times for different ports + o on failure, return exit status 2 if no successful VBE calls were made - monitor-parse-edid: o print EDID version and the number of EDID extension blocks |