Rechercher une page de manuel
parse-edid
Langue: en
Version: 112721 (mandriva - 01/05/08)
Section: 1 (Commandes utilisateur)
NAME
get-edid, parse-edid - read-edid tools to retrieve and interpret monitor specifications using the VESA VBE DDC protocolSYNOPSIS
get-edid | parse-edidget-edid > filename
parse-edid < filename
DESCRIPTION
The read-edid utility comprises two tools: get-edid and parse-edid.get-edid uses Linux's vm86(2) system call to enter virtual 8086 mode and perform Data Display Channel (DDC) transfers using the VESA BIOS Extensions (VBE) to retrieve information from monitors, including identification strings, supported sync ranges, available video modes, and video mode parameters. Such information is often useful for configuring X Window System servers such as XFree86.
The data obtained by get-edid is in a binary format, 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 an XFree86 XF86Config file.
It is customary to invoke get-edid and parse-edid together in a pipeline.
get-edid and parse-edid accept no options, recognize no environment variables, read no input files, and create no output files.
AUTHOR
get-edid and parse-edid were written by John Fremlin, Dan Hugo, and Martin Kavalec, using the LRMI (Linux Real-Mode Interface) library by Josh Vanderhoof. This manual page was written by Branden Robinson, originally for Debian GNU/Linux.SEE ALSO
vm86(2)John Fremlin's read-edid website at http://john.fremlin.de/programs/linux/read-edid/
Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre