Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | update NEWS for releasev3.1 | Guillaume Rousse | 2012-06-04 | 1 | -0/+5 |
| | |||||
* | bump version | Guillaume Rousse | 2012-06-04 | 1 | -1/+1 |
| | |||||
* | add svntag target | Guillaume Rousse | 2012-06-04 | 1 | -0/+5 |
| | |||||
* | switch to Parse::EDID | Guillaume Rousse | 2012-06-04 | 1 | -679/+47 |
| | |||||
* | - monitor-get-edid-using-vbe: | Anssi Hannula | 2010-02-09 | 2 | -0/+9 |
| | | | | | | | o stop retrieval when a retrieved EDID extension block appears identical to the main EDID block (observed with Onkyo TX-SR607 A/V receiver) | ||||
* | add TARGETS as dependency for makefile install rule | Anssi Hannula | 2010-01-04 | 1 | -1/+1 |
| | |||||
* | release 3.03.0 | Anssi Hannula | 2010-01-03 | 3 | -66/+986 |
| | |||||
* | - monitor-probe: | Anssi Hannula | 2010-01-03 | 2 | -1/+4 |
| | | | | | o do not probe using X if DMI probe was successful | ||||
* | force creation of monitor-get-edid symlink in install rule | Anssi Hannula | 2010-01-03 | 1 | -1/+1 |
| | |||||
* | monitor-parse-edid: | Anssi Hannula | 2010-01-03 | 2 | -1/+10 |
| | | | | | | o output an error message when --monitorsdb fails (see Mandriva bugs #28857 and #40609) | ||||
* | fix new length checks for 0 length input | Anssi Hannula | 2010-01-03 | 1 | -2/+5 |
| | |||||
* | monitor-parse-edid: | Anssi Hannula | 2010-01-03 | 2 | -3/+6 |
| | | | | | | allow null manufacturer name, instead check that EDID version is 1.x or 2.x (see Mandriva bug #28857) | ||||
* | Fix exit status logic introduced in previous commits. | Anssi Hannula | 2010-01-03 | 3 | -9/+15 |
| | |||||
* | monitor-get-edid-using-vbe: | Anssi Hannula | 2010-01-03 | 2 | -1/+18 |
| | | | | | add basic 15 sec timeout, with --no-timeout for disabling it | ||||
* | monitor-probe-using-X: | Anssi Hannula | 2010-01-03 | 2 | -1/+4 |
| | | | | | accept EDID data that contains extension blocks | ||||
* | monitor-edid: | Anssi Hannula | 2010-01-03 | 2 | -1/+4 |
| | | | | | get VBE info only once even when probing multiple ports | ||||
* | monitor-get-edid-using-vbe: | Anssi Hannula | 2010-01-03 | 3 | -10/+20 |
| | | | | | | | 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) | ||||
* | perl_checker cleanups | Anssi Hannula | 2010-01-03 | 2 | -3/+3 |
| | |||||
* | monitor-edid: | Anssi Hannula | 2010-01-03 | 2 | -3/+8 |
| | | | | | | add --first support for stopping processing after one EDID has been found | ||||
* | Update copyright year | Anssi Hannula | 2010-01-03 | 2 | -2/+2 |
| | |||||
* | monitor-edid, monitor-get-edid: | Anssi Hannula | 2010-01-03 | 2 | -9/+9 |
| | | | | | | | - do not get duplicate EDIDs if the same EDID is available via multiple methods - allow retrieval of multiple EDIDs via VBE | ||||
* | monitor-edid, monitor-get-edid: | Anssi Hannula | 2010-01-03 | 2 | -0/+6 |
| | | | | | | do not get duplicate EDIDs if the same EDID is available via multiple methods | ||||
* | monitor-get-edid-using-vbe: | Anssi Hannula | 2010-01-03 | 4 | -13/+28 |
| | | | | | | | | - 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 | ||||
* | Add myself to the author list. | Anssi Hannula | 2010-01-03 | 1 | -0/+1 |
| | |||||
* | monitor-parse-edid: | Anssi Hannula | 2010-01-03 | 2 | -2/+10 |
| | | | | | | | add comment "Monitor preferred modeline" only for the modeline the monitor reports as preferred, and add "Monitor supported modeline" comment for the other modelines | ||||
* | Fix modeline comment for interlaced modes. | Anssi Hannula | 2010-01-03 | 2 | -3/+4 |
| | |||||
* | Add more CEA modes and use a more condensed format for the CEA table. | Anssi Hannula | 2010-01-03 | 2 | -456/+80 |
| | |||||
* | monitor-parse-edid: add support for standard timing descriptors in monitor ↵ | Anssi Hannula | 2010-01-03 | 2 | -1/+4 |
| | | | | descriptors | ||||
* | move standard timing mode parsing into its own function | Anssi Hannula | 2010-01-03 | 1 | -16/+23 |
| | |||||
* | NEWS clarification | Anssi Hannula | 2010-01-03 | 1 | -2/+2 |
| | |||||
* | monitor-parse-edid: ignore 1x1 modes | Anssi Hannula | 2010-01-03 | 2 | -2/+3 |
| | |||||
* | monitor-parse-edid: | Anssi Hannula | 2010-01-03 | 2 | -0/+17 |
| | | | | | | | correctly parse some interlaced video timings if the Detailed Timing Descriptor specifies field vertical parameters instead of the frame parameters | ||||
* | Add warning for unhandled CEA mode when running in verbose mode. | Anssi Hannula | 2010-01-02 | 1 | -1/+4 |
| | |||||
* | Add a different comment for CEA modelines than for DTD modelines. | Anssi Hannula | 2010-01-02 | 1 | -1/+3 |
| | |||||
* | monitor-parse-edid: | Anssi Hannula | 2010-01-02 | 2 | -2/+5 |
| | | | | | | set Interlace flag for ModeLines created for interlaced Detailed Timings | ||||
* | monitor-parse-edid: | Anssi Hannula | 2010-01-02 | 2 | -2/+463 |
| | | | | | | add support for Short Video Descriptor formats 1-34 (as defined by EIA/CEA-861-B) in Video Data Blocks of CEA EDID Timing Extension | ||||
* | monitor-parse-edid: | Anssi Hannula | 2010-01-02 | 2 | -10/+61 |
| | | | | | | add support for Detailed Timing Descriptors in CEA EDID Timing Extension | ||||
* | Add handling of EDID extension blocks. | Anssi Hannula | 2010-01-02 | 5 | -7/+31 |
| | |||||
* | Fix EDID block size (it is 128 B, not 256 B). | Anssi Hannula | 2010-01-02 | 1 | -1/+1 |
| | |||||
* | monitor-parse-edid: print the number of EDID extension blocks | Anssi Hannula | 2010-01-02 | 2 | -1/+3 |
| | |||||
* | monitor-parse-edid: print EDID version | Anssi Hannula | 2010-01-02 | 2 | -0/+3 |
| | |||||
* | remove references to removed code in README | Anssi Hannula | 2010-01-02 | 1 | -3/+0 |
| | |||||
* | Add release authorship information into NEWS. | Anssi Hannula | 2010-01-02 | 1 | -13/+13 |
| | |||||
* | better wording in NEWS | Anssi Hannula | 2010-01-02 | 1 | -1/+1 |
| | |||||
* | Add a comment explaining the code fetching VBE strings from video BIOS. | Anssi Hannula | 2010-01-02 | 1 | -0/+4 |
| | |||||
* | Fix signedness of integers read from char buffer. | Anssi Hannula | 2010-01-02 | 1 | -1/+1 |
| | |||||
* | Fix some compiler warnings. | Anssi Hannula | 2010-01-02 | 2 | -6/+6 |
| | |||||
* | Fix the retrieval of VBE vendor strings when using the LRMI interface. | Anssi Hannula | 2010-01-02 | 2 | -27/+25 |
| | |||||
* | Fix typo in NEWS. | Anssi Hannula | 2010-01-02 | 1 | -1/+1 |
| | |||||
* | monitor-get-edid-using-vbe: | Anssi Hannula | 2010-01-02 | 39 | -27273/+24 |
| | | | | | | | | | o remove all x86emu and vga softbootloader code, and always use the LRMI interface which was previously the backup one on 32-bit x86; libx86 is now used instead of liblrmi, allowing the use of LRMI interface on non-x86 hosts as well (fixes Mandriva bug #53866, which was caused by a bug in the removed code) |