diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-05-12 00:14:38 +0100 |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-05-12 00:14:38 +0100 |
commit | 1bef0283dbaabb7d303a3b94247ac99f01c95ab1 (patch) | |
tree | 863b99fb2b00d7b40f6bd3e38cfd1fc31dc1a505 | |
parent | eb591e36b59d15575e5d0bb5f24ada1558502236 (diff) | |
download | librebootfr-1bef0283dbaabb7d303a3b94247ac99f01c95ab1.tar.gz librebootfr-1bef0283dbaabb7d303a3b94247ac99f01c95ab1.zip |
docs/misc/index.html: more notes about EDID dumping
-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 59a04a74..64c90b68 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> |