Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | monitor-parse-edid: print the number of EDID extension blocks | Anssi Hannula | 2010-01-02 | 1 | -0/+2 |
| | |||||
* | monitor-parse-edid: print EDID version | Anssi Hannula | 2010-01-02 | 1 | -0/+1 |
| | |||||
* | Add license information to monitor-parse-edid | Pascal Terjan | 2009-11-17 | 1 | -0/+15 |
| | |||||
* | monitor-parse-edid: | Anssi Hannula | 2009-09-20 | 1 | -1/+10 |
| | | | | | | | | | ignore the Manufacturer Specified Range Timing descriptor if the first detailed timing descriptor appears to violate it (this probably means that the descriptor is actually something else or in a different format; this fixes Lenovo W500 detection, reported by Udo Rader) | ||||
* | - monitor-parse-edid: | Pascal Rigaux | 2008-07-07 | 1 | -21/+51 |
| | | | | | o handle parsing of EDIDs found in "xrandr --prop" or Xorg.log | ||||
* | - monitor-parse-edid: | Pascal Rigaux | 2008-07-07 | 1 | -2/+17 |
| | | | | | o compute and display the "dpi" of the preferred modelines | ||||
* | move things (for next commit) | Pascal Rigaux | 2008-07-07 | 1 | -17/+18 |
| | |||||
* | display a warning for unrecognised EDID flags in verbose mode | Pascal Rigaux | 2008-04-01 | 1 | -3/+4 |
| | |||||
* | - monitor-parse-edid: "<file name>: bad edid" so that monitor-edid trying to | Pascal Rigaux | 2008-01-08 | 1 | -1/+7 |
| | | | | | | parse "<not supported>" /proc/acpi/video/**/EDID files will give a more understandable error message | ||||
* | have the acpi EDID file in the perl output | Pascal Rigaux | 2006-01-06 | 1 | -2/+3 |
| | |||||
* | - monitor-get-edid is now a perl script able to probe /proc/acpi/video | Pascal Rigaux | 2006-01-06 | 1 | -1/+1 |
| | | | | | | | (or /proc/device-tree on PPC) - binary monitor-get-edid is now monitor-get-edid-using-vbe - monitor-edid is able to get more than one head | ||||
* | - add option --try-in-console when probing edid | Pascal Rigaux | 2005-08-08 | 1 | -0/+1 |
| | | | | | | since probing edid sometimes only work in console - use this option by default in monitor-probe | ||||
* | better name | Pascal Rigaux | 2005-08-08 | 1 | -3/+8 |
| | |||||
* | add option to output using MonitorsDB format | Pascal Rigaux | 2005-06-17 | 1 | -0/+24 |
| | |||||
* | better drop weird detailed_timings in XFdrake | Pascal Rigaux | 2005-03-10 | 1 | -3/+1 |
| | |||||
* | also ignore 720x350 (for DEL515b) | Pascal Rigaux | 2005-03-09 | 1 | -1/+1 |
| | |||||
* | - remove the check on product_code != 0, otherwise edid.lcd.hp-nx-7010 which ↵ | Pascal Rigaux | 2005-03-08 | 1 | -4/+3 |
| | | | | | | | | is quite correct is rejected - don't have a EISA_ID if product_code == 0 - don't display the monitor_name if missing | ||||
* | - skip preferred resolution 640x350 | Pascal Rigaux | 2005-03-08 | 1 | -3/+4 |
| | | | | | | (occuring on 2 edids, but really useless) - pad with 0s EISA_ID (ie have QDS0014 instead of QDS14) | ||||
* | fix typo | Pascal Rigaux | 2005-03-01 | 1 | -1/+1 |
| | |||||
* | say if the detailed_timing doesn't have the same ratio | Pascal Rigaux | 2005-03-01 | 1 | -7/+9 |
| | | | | | (in that case we won't use it as a ModeLine nor as the default resolution) | ||||
* | add established_timings | Pascal Rigaux | 2005-03-01 | 1 | -3/+31 |
| | |||||
* | don't display the video bandwidth when it's not given | Pascal Rigaux | 2005-02-28 | 1 | -1/+1 |
| | |||||
* | add the ratio to the preferred line | Pascal Rigaux | 2005-02-28 | 1 | -2/+3 |
| | |||||
* | don't have a (!) when the ratio is matching one of the ratio_name (in case ↵ | Pascal Rigaux | 2005-02-28 | 1 | -1/+1 |
| | | | | of uncertain ratio_name) | ||||
* | add the sync polarity | Pascal Rigaux | 2005-02-28 | 1 | -2/+5 |
| | |||||
* | handle standard timings (though they do not seem very useful...) | Pascal Rigaux | 2005-02-28 | 1 | -3/+33 |
| | |||||
* | - handle "Manufacturer's Specified Range Timing" | Pascal Rigaux | 2005-02-28 | 1 | -9/+118 |
| | | | | | | | - recognise more flag from feature_support - try to have a more precise max_size and ratio using the detailed_timing size in mm - try to name the ratio | ||||
* | - add option -v (unused at the moment, but need to be handled in -v is ↵ | Pascal Rigaux | 2005-02-25 | 1 | -9/+11 |
| | | | | | | | | | passed to monitor-get-edid) - in --perl format, remove the variable name, allowing simple eval() on the string in use strict "vars" mode - add {diagonal_size} - small modifications in {ModeLine} and {ModeLine_comment} | ||||
* | don't accept bad detailed_timings | Pascal Rigaux | 2005-02-25 | 1 | -1/+3 |
| | |||||
* | - rename field EISA to EISA_ID | Pascal Rigaux | 2005-02-23 | 1 | -22/+33 |
| | | | | | | - add fields HorizSync, VertRefresh in main edid - add fields ModeLine and ModeLine_comment in detailed_timing | ||||
* | nicer message | Pascal Rigaux | 2005-02-23 | 1 | -1/+1 |
| | |||||
* | *** empty log message *** | Pascal Rigaux | 2005-02-23 | 1 | -0/+279 |