diff options
author | Anssi Hannula <anssi@mandriva.org> | 2010-01-03 10:55:24 +0000 |
---|---|---|
committer | Anssi Hannula <anssi@mandriva.org> | 2010-01-03 10:55:24 +0000 |
commit | f97dbb043f3d4709c32b259b180d5121fb6e399a (patch) | |
tree | c5e5d228fc49962c8b14f889ee91b08cce09a28a /NEWS | |
parent | e7a9275adee8532d7185996e50a3b8d8d1ffcd81 (diff) | |
download | monitor-edid-f97dbb043f3d4709c32b259b180d5121fb6e399a.tar monitor-edid-f97dbb043f3d4709c32b259b180d5121fb6e399a.tar.gz monitor-edid-f97dbb043f3d4709c32b259b180d5121fb6e399a.tar.bz2 monitor-edid-f97dbb043f3d4709c32b259b180d5121fb6e399a.tar.xz monitor-edid-f97dbb043f3d4709c32b259b180d5121fb6e399a.zip |
monitor-get-edid-using-vbe:
never retry in console mode if the card reports that the port does
not support DDC (usually this means that the port has no display
devices connected)
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -9,6 +9,9 @@ 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 + o never retry in console mode if the card reports that the port does + not support DDC (usually this means that the port has no display + devices connected) - monitor-parse-edid: o print EDID version and the number of EDID extension blocks |