aboutsummaryrefslogtreecommitdiffstats
path: root/monitor-parse-edid
Commit message (Collapse)AuthorAgeFilesLines
* monitor-parse-edid:Anssi Hannula2009-09-201-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 Rigaux2008-07-071-21/+51
| | | | | o handle parsing of EDIDs found in "xrandr --prop" or Xorg.log
* - monitor-parse-edid:Pascal Rigaux2008-07-071-2/+17
| | | | | o compute and display the "dpi" of the preferred modelines
* move things (for next commit)Pascal Rigaux2008-07-071-17/+18
|
* display a warning for unrecognised EDID flags in verbose modePascal Rigaux2008-04-011-3/+4
|
* - monitor-parse-edid: "<file name>: bad edid" so that monitor-edid trying toPascal Rigaux2008-01-081-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 outputPascal Rigaux2006-01-061-2/+3
|
* - monitor-get-edid is now a perl script able to probe /proc/acpi/videoPascal Rigaux2006-01-061-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 edidPascal Rigaux2005-08-081-0/+1
| | | | | | since probing edid sometimes only work in console - use this option by default in monitor-probe
* better namePascal Rigaux2005-08-081-3/+8
|
* add option to output using MonitorsDB formatPascal Rigaux2005-06-171-0/+24
|
* better drop weird detailed_timings in XFdrakePascal Rigaux2005-03-101-3/+1
|
* also ignore 720x350 (for DEL515b)Pascal Rigaux2005-03-091-1/+1
|
* - remove the check on product_code != 0, otherwise edid.lcd.hp-nx-7010 which ↵Pascal Rigaux2005-03-081-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 640x350Pascal Rigaux2005-03-081-3/+4
| | | | | | (occuring on 2 edids, but really useless) - pad with 0s EISA_ID (ie have QDS0014 instead of QDS14)
* fix typoPascal Rigaux2005-03-011-1/+1
|
* say if the detailed_timing doesn't have the same ratioPascal Rigaux2005-03-011-7/+9
| | | | | (in that case we won't use it as a ModeLine nor as the default resolution)
* add established_timingsPascal Rigaux2005-03-011-3/+31
|
* don't display the video bandwidth when it's not givenPascal Rigaux2005-02-281-1/+1
|
* add the ratio to the preferred linePascal Rigaux2005-02-281-2/+3
|
* don't have a (!) when the ratio is matching one of the ratio_name (in case ↵Pascal Rigaux2005-02-281-1/+1
| | | | of uncertain ratio_name)
* add the sync polarityPascal Rigaux2005-02-281-2/+5
|
* handle standard timings (though they do not seem very useful...)Pascal Rigaux2005-02-281-3/+33
|
* - handle "Manufacturer's Specified Range Timing"Pascal Rigaux2005-02-281-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 Rigaux2005-02-251-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_timingsPascal Rigaux2005-02-251-1/+3
|
* - rename field EISA to EISA_IDPascal Rigaux2005-02-231-22/+33
| | | | | | - add fields HorizSync, VertRefresh in main edid - add fields ModeLine and ModeLine_comment in detailed_timing
* nicer messagePascal Rigaux2005-02-231-1/+1
|
* *** empty log message ***Pascal Rigaux2005-02-231-0/+279