diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-05-11 19:14:38 (EDT) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-05-11 19:14:38 (EDT) |
commit | 1bef0283dbaabb7d303a3b94247ac99f01c95ab1 (patch) | |
tree | 863b99fb2b00d7b40f6bd3e38cfd1fc31dc1a505 /docs | |
parent | eb591e36b59d15575e5d0bb5f24ada1558502236 (diff) | |
download | libreboot-1bef0283dbaabb7d303a3b94247ac99f01c95ab1.zip libreboot-1bef0283dbaabb7d303a3b94247ac99f01c95ab1.tar.gz libreboot-1bef0283dbaabb7d303a3b94247ac99f01c95ab1.tar.bz2 |
docs/misc/index.html: more notes about EDID dumping
Diffstat (limited to 'docs')
-rw-r--r-- | docs/misc/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/misc/index.html b/docs/misc/index.html index 59a04a7..64c90b6 100644 --- a/docs/misc/index.html +++ b/docs/misc/index.html @@ -142,7 +142,7 @@ WantedBy=multi-user.target <p> Alternatively you can use i2cdump. In Trisquel, this is in the package i2c-tools.<br/> $ <b>sudo modprobe i2c-dev</b><br/> - $ <b>sudo i2cdump -y 5 0x50</b><br/> + $ <b>sudo i2cdump -y 5 0x50</b> (you might have to change the value for -y)<br/> $ <b>sudo rmmod i2c-dev</b><br/> You'll see the panel name in the output (from the EDID dump). </p> |