Advertisement
JoseBarakat

~$ sudo get-edid | parse-edid

Jun 6th, 2016
347
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.85 KB | None | 0 0
  1. ~$ sudo get-edid | parse-edid
  2. This is read-edid version 3.0.2. Prepare for some fun.
  3. Attempting to use i2c interface
  4. No EDID on bus 0
  5. No EDID on bus 1
  6. No EDID on bus 3
  7. No EDID on bus 5
  8. No EDID on bus 6
  9. 2 potential busses found: 2 4
  10. Will scan through until the first EDID is found.
  11. Pass a bus number as an option to this program to go only for that one.
  12. 128-byte EDID successfully retrieved from i2c bus 2
  13. Looks like i2c was successful. Have a good day.
  14. Checksum Correct
  15.  
  16. Section "Monitor"
  17. Identifier "�"
  18. ModelName "�"
  19. VendorName "BOE"
  20. # Monitor Manufactured week 1 of 2012
  21. # EDID version 1.3
  22. # Digital Display
  23. DisplaySize 310 170
  24. Gamma 2.20
  25. Option "DPMS" "false"
  26. Modeline "Mode 0" 72.30 1366 1414 1446 1526 768 771 777 790 +hsync -vsync
  27. Modeline "Mode 1" 72.30 1366 1414 1446 1526 768 771 777 790 +hsync -vsync
  28. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement