Write some predefined EDID data to a monitor by using i2c-tools.
tomka/write-edid
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
master
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
-
Clone
Use Git or checkout with SVN using the web URL.
Work fast with our official CLI. Learn more.
- Open with GitHub Desktop
- Download ZIP
Sign In Required
Please sign in to use Codespaces.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
# write-edit Writes EDID information over a given I2C-Bus to a monitor. Use: 1. write-edid.sh <bus> <data> 2. write-edid.sh <bus> The second variant expects data on stdin. You can find out the bus number with ic2detect -l. Address 0x50 should be available as the EDID data goes there. This script expects ascii information representing chunks of hex data as input. The bytewise presented data should be separated by spaces and/or line breaks. For instance, this is the digital (!) EDID data for a Samsung SyncMaster T220 monitor: 00 FF FF FF FF FF FF 00 4C 2D E5 03 32 32 57 54 0E 12 01 03 80 2F 1E 78 2A EE 91 A3 54 4C 99 26 0F 50 54 BF EF 80 B3 00 81 80 81 40 71 4F 01 01 01 01 01 01 01 01 7C 2E 90 A0 60 1A 1E 40 30 20 36 00 DA 28 11 00 00 1A 00 00 00 FD 00 38 4B 1E 51 0E 00 0A 20 20 20 20 20 20 00 00 00 FC 00 53 79 6E 63 4D 61 73 74 65 72 0A 20 20 00 00 00 FF 00 48 39 58 51 34 30 31 30 34 38 0A 20 20 00 45 Take care, you can destroy some hardware by messing around with i2c-tools. The scripts expects root permissions. This script is provided as is, without any further warrenty. It is released in public domain.
About
Write some predefined EDID data to a monitor by using i2c-tools.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published