File: README

package info (click to toggle)
i2c-tools 4.4-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 724 kB
  • sloc: perl: 3,235; ansic: 3,152; makefile: 52; sh: 19; python: 17
file content (18 lines) | stat: -rw-r--r-- 806 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
This directory contains scripts to decode the data exposed by the eeprom
Linux kernel driver.

* decode-dimms (perl script)
  Decode the information found in memory module SPD EEPROMs. The SPD
  data is read either from the running system or from dump files.

* decode-vaio (perl script)
  Decode the information found in Sony Vaio laptop identification EEPROMs.

* ddcmon (perl script)
  decode-edid (perl script)
  Decode the information found in monitor EEPROMs. Both scripts require
  an access to the DDC channel of the monitor. This is typically provided
  by framebuffer drivers. decode-edid additionally requires parse-edid,
  which is part of the read-edid package. ddcmon prints general
  information, while decode-edid prints timing information for
  inclusion into your X11 configuration file.