|
NAMEget-edid, parse-edid - read-edid tools to retrieve and interpret monitor specifications using the VESA VBE DDC protocolSYNOPSISget-edid [OPTIONS] | parse-edidget-edid [OPTIONS] > filename parse-edid < filename DESCRIPTIONThe read-edid utility comprises two tools: get-edid and parse-edid.get-edid uses real mode calls to perform Data Display Channel (DDC) transfers, or Linux i2c calls to perform Enhanced DDC transfers to retrieve information from monitors, including identification strings, supported sync ranges, available video modes, and video mode parameters. Such information can be useful for configuring X Window System servers in certain cases. get-edid returns the raw Extended Display Identification Data (EDID) block directly from the monitor, so the parse-edid command is available to interpret it and generate a human-readable block of text information that can also be included in a X11 xorg.conf file. Generally the output of get-edid is piped directly to parse-edid. New in version 3.0.0, get-edid takes a few options.
parse-edid still does not take any options. --help will show you which options your build of read-edid supports. AUTHORread-edid is originally the work of John Fremlin and others. Since 1.4.2, the new maintainer and programmer has been Matthew Kern. Nearly all of the code for this project, as well as this manual page, has been rewritten for 3.0.0 by Matthew Kern. See AUTHORS for more details.SEE ALSOMatthew Kern's read-edid website at <http://polypux.org/projects/read-edid>
Visit the GSP FreeBSD Man Page Interface. |