Changeset 5162 for i2c-tools/trunk/eeprom/README
- Timestamp:
- 03/24/08 17:42:10 (5 years ago)
- Files:
-
- 1 modified
-
i2c-tools/trunk/eeprom/README (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
i2c-tools/trunk/eeprom/README
r4490 r5162 2 2 Linux kernel driver. 3 3 4 * decode-dimms.pl (perl script) 5 Decode the information found in memory module SPD EEPROMs. 4 * decode-dimms (perl script) 5 Decode the information found in memory module SPD EEPROMs. The SPD 6 data is read either from the running system or from dump files. 6 7 7 * decode-vaio .pl(perl script)8 * decode-vaio (perl script) 8 9 Decode the information found in Sony Vaio laptop identification EEPROMs. 9 10 10 11 * ddcmon (perl script) 11 decode-edid .pl(perl script)12 decode-edid (perl script) 12 13 Decode the information found in monitor EEPROMs. Both scripts require 13 14 an access to the DDC channel of the monitor. This is typically provided 14 by framebuffer drivers. decode-edid .pladditionally requires parse-edid,15 by framebuffer drivers. decode-edid additionally requires parse-edid, 15 16 which is part of the read-edid package. ddcmon prints general 16 information, while decode-edid .plprints timing information for17 information, while decode-edid prints timing information for 17 18 inclusion into your X11 configuration file. 18 19 19 * decode-xeon .pl(perl script)20 * decode-xeon (perl script) 20 21 ID ROM data decoding for Xeon processors. Support for sysfs is still 21 22 missing, so this script doesn't work with 2.6 kernels yet.
