aboutsummaryrefslogtreecommitdiffstats
path: root/monitor-parse-edid
Commit message (Expand)AuthorAgeFilesLines
* return of to_MonitorsDB functionGuillaume Rousse2019-09-071-0/+29
* enforce space usage for indentationGuillaume Rousse2019-09-071-31/+31
* Fix perl warning . MGA#22293 .Shlomi Fish2018-02-121-1/+1
* switch to Parse::EDIDGuillaume Rousse2012-06-041-679/+47
* monitor-parse-edid:Anssi Hannula2010-01-031-1/+8
* fix new length checks for 0 length inputAnssi Hannula2010-01-031-2/+5
* monitor-parse-edid:Anssi Hannula2010-01-031-3/+4
* 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
* 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 de...Anssi Hannula2010-01-031-1/+3
* 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
* 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
* monitor-parse-edid:Anssi Hannula2010-01-021-2/+461
* monitor-parse-edid:Anssi Hannula2010-01-021-10/+59
* 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
* - monitor-parse-edid:Pascal Rigaux2008-07-071-21/+51
* - monitor-parse-edid:Pascal Rigaux2008-07-071-2/+17
* 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
* 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
* - add option --try-in-console when probing edidPascal Rigaux2005-08-081-0/+1
* 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
* - skip preferred resolution 640x350Pascal Rigaux2005-03-081-3/+4
* fix typoPascal Rigaux2005-03-011-1/+1
* say if the detailed_timing doesn't have the same ratioPascal Rigaux2005-03-011-7/+9
* 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 of...Pascal Rigaux2005-02-281-1/+1
* 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