You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Jean Delvare 16a99f4b96 The model name is actually the first half of the asset tag. 18 years ago
..
Module.mk Don't install decode-xeon.pl on Linux 2.6 systems, it doesn't work there. 18 years ago
README Add a description of what the different eeprom decoding scripts do. 18 years ago
ddcmon Typo fix. 18 years ago
decode-dimms.pl Update IDs (JEP106W). Change 'formerly' to 'former'. 18 years ago
decode-edid.pl Update the references to the lm-sensors package. 18 years ago
decode-vaio.pl The model name is actually the first half of the asset tag. 18 years ago
decode-xeon.pl Update the references to the lm-sensors package. 18 years ago

README

This directory contains scripts to decode the data exposed by the eeprom
Linux kernel driver.

* decode-dimms.pl (perl script)
Decode the information found in memory module SPD EEPROMs.

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

* ddcmon (perl script)
decode-edid.pl (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.pl additionally requires parse-edid,
which is part of the read-edid package. ddcmon prints general
information, while decode-edid.pl prints timing information for
inclusion into your X11 configuration file.

* decode-xeon.pl (perl script)
ID ROM data decoding for Xeon processors. Support for sysfs is still
missing, so this script doesn't work with 2.6 kernels yet.