aboutsummaryrefslogtreecommitdiffstats
path: root/monitor-parse-edid
Commit message (Collapse)AuthorAgeFilesLines
* return of to_MonitorsDB functionGuillaume Rousse2019-09-071-0/+29
| | | | | this function was erroneously removed while exporting the parsing code in Parse::EDID module.
* enforce space usage for indentationGuillaume Rousse2019-09-071-31/+31
|
* Fix perl warning . MGA#22293 .Shlomi Fish2018-02-121-1/+1
| | | | See https://bugs.mageia.org/show_bug.cgi?id=22293 .
* switch to Parse::EDIDGuillaume Rousse2012-06-041-679/+47
|
* monitor-parse-edid:Anssi Hannula2010-01-031-1/+8
| | | | | | o output an error message when --monitorsdb fails (see Mandriva bugs #28857 and #40609)
* fix new length checks for 0 length inputAnssi Hannula2010-01-031-2/+5
|
* monitor-parse-edid:Anssi Hannula2010-01-031-3/+4
| | | | | | allow null manufacturer name, instead check that EDID version is 1.x or 2.x (see Mandriva bug #28857)
* perl_checker cleanupsAnssi Hannula2010-01-031-2/+2
|
* Update copyright yearAnssi Hannula2010-01-031-1/+1
|
* Add myself to the author list.Anssi Hannula2010-01-031-0/+1
|
* monitor-parse-edid:Anssi Hannula2010-01-031-2/+7
| | | | | | | 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 Hannula2010-01-031-2/+3
|
* Add more CEA modes and use a more condensed format for the CEA table.Anssi Hannula2010-01-031-454/+78
|
* monitor-parse-edid: add support for standard timing descriptors in monitor ↵Anssi Hannula2010-01-031-1/+3
| | | | descriptors
* move standard timing mode parsing into its own functionAnssi Hannula2010-01-031-16/+23
|
* monitor-parse-edid: ignore 1x1 modesAnssi Hannula2010-01-031-2/+2
|
* monitor-parse-edid:Anssi Hannula2010-01-031-0/+14
| | | | | | | 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 Hannula2010-01-021-1/+4
|
* Add a different comment for CEA modelines than for DTD modelines.Anssi Hannula2010-01-021-1/+3
|
* monitor-parse-edid:Anssi Hannula2010-01-021-2/+3
| | | | | | set Interlace flag for ModeLines created for interlaced Detailed Timings
* monitor-parse-edid:Anssi Hannula2010-01-021-2/+461
| | | | | | 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 Hannula2010-01-021-10/+59
| | | | | | add support for Detailed Timing Descriptors in CEA EDID Timing Extension
* Add handling of EDID extension blocks.Anssi Hannula2010-01-021-2/+2
|
* monitor-parse-edid: print the number of EDID extension blocksAnssi Hannula2010-01-021-0/+2
|
* monitor-parse-edid: print EDID versionAnssi Hannula2010-01-021-0/+1
|
* Add license information to monitor-parse-edidPascal Terjan2009-11-171-0/+15
|
* 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