forked from bulletmark/edid-rw
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Vasily Galkin
committed
Jun 30, 2024
1 parent
40e7369
commit a466133
Showing
2 changed files
with
8 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,9 @@ | ||
## edid-rw: A utility to read and write a display EDID value | ||
## edid-checked-writer: A utility to read and write a display EDID value | ||
|
||
_Sorry, but I do not support this project anymore. I wrote this utility | ||
for my own one-off personal use many years ago but have no means to test | ||
and support changes nowadays. Feel free to fork and improve it._ | ||
This is a fork of Mark Blakeney's https://github.com/bulletmark/edid-rw updated | ||
to perform verification after writing EDID. | ||
|
||
The binary name itself kept to be `./edid-rw` for commands compatitbility. | ||
|
||
### Overview | ||
|
||
|
@@ -20,19 +21,19 @@ EDID. | |
|
||
### Installation | ||
|
||
Requires python3 smbus module, and edid-decode utility. | ||
Requires python3 smbus module, and edid-decode, i2cdetect utilities. | ||
|
||
Install these prerequisites on Debian/Ubuntu: | ||
|
||
sudo apt-get install python3-smbus edid-decode | ||
sudo apt-get install python3-smbus edid-decode i2c-tools | ||
|
||
Or, install these prerequisites on Arch: | ||
|
||
yay -S i2c-tools edid-decode-git | ||
|
||
Get this source code: | ||
|
||
git clone https://github.com/bulletmark/edid-rw | ||
git clone https://github.com/galkinvv/edid-checked-writer | ||
cd edid-rw | ||
|
||
This utility should run using Python version 3.2+. It does not work with | ||
|
@@ -66,9 +67,6 @@ write!* | |
vim -b edid.bin # Then use xxd within vim, see ":h xxd" in vim | ||
sudo ./edid-rw -w 0 <edid.bin | ||
|
||
### Author | ||
|
||
Mark Blakeney, <mailto:[email protected]>. | ||
|
||
### License | ||
|
||
|