diff options
author | Anssi Hannula <anssi@mandriva.org> | 2010-01-03 12:11:12 +0000 |
---|---|---|
committer | Anssi Hannula <anssi@mandriva.org> | 2010-01-03 12:11:12 +0000 |
commit | d0c2f736167e9e4f5fde49ce16b89dfa22185d7a (patch) | |
tree | b9664b0e8e64adfad6658ea313fc98d40a8e5a32 /NEWS | |
parent | 75dc2ecd455b85e78aaa77212cb33eeb7ffb74bc (diff) | |
download | monitor-edid-d0c2f736167e9e4f5fde49ce16b89dfa22185d7a.tar monitor-edid-d0c2f736167e9e4f5fde49ce16b89dfa22185d7a.tar.gz monitor-edid-d0c2f736167e9e4f5fde49ce16b89dfa22185d7a.tar.bz2 monitor-edid-d0c2f736167e9e4f5fde49ce16b89dfa22185d7a.tar.xz monitor-edid-d0c2f736167e9e4f5fde49ce16b89dfa22185d7a.zip |
Fix exit status logic introduced in previous commits.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -8,11 +8,12 @@ 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 + o on failure, return exit status 2 if 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) - o add basic 15 sec timeout, with --no-timeout for disabling it + o add basic 15 sec timeout (exit status 3), with --no-timeout for + disabling it - monitor-parse-edid: o print EDID version and the number of EDID extension blocks |