Advertisement
Guest User

Untitled

a guest
Dec 1st, 2015
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.99 KB | None | 0 0
  1. user@machine:~$ sudo get-edid -b 5 | parse-edid
  2. 5
  3. This is read-edid version 3.0.1. Prepare for some fun.
  4. Attempting to use i2c interface
  5. No EDID on bus 0
  6. No EDID on bus 1
  7. No EDID on bus 2
  8. No EDID on bus 3
  9. No EDID on bus 6
  10. No EDID on bus 7
  11. No EDID on bus 8
  12. 2 potential busses found: 4 5
  13. Only trying 5 as per your request.
  14. 128-byte EDID successfully retrieved from i2c bus 5
  15. Looks like i2c was successful. Have a good day.
  16. Checksum Correct
  17.  
  18. Section "Monitor"
  19. Identifier "PL1906"
  20. ModelName "PL1906"
  21. VendorName "IVM"
  22. # Monitor Manufactured week 48 of 2011
  23. # EDID version 1.3
  24. # Digital Display
  25. DisplaySize 380 300
  26. Gamma 2.20
  27. Option "DPMS" "true"
  28. Horizsync 30-83
  29. VertRefresh 55-76
  30. # Maximum pixel clock is 140MHz
  31. #Not giving standard mode: 1152x864, 75Hz
  32. #Not giving standard mode: 1280x960, 60Hz
  33. #Not giving standard mode: 1280x1024, 60Hz
  34. Modeline "Mode 0" 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync
  35. EndSection
  36. user@machine:~$ sudo get-edid -b 4 | parse-edid
  37. 4
  38. This is read-edid version 3.0.1. Prepare for some fun.
  39. Attempting to use i2c interface
  40. No EDID on bus 0
  41. No EDID on bus 1
  42. No EDID on bus 2
  43. No EDID on bus 3
  44. No EDID on bus 6
  45. No EDID on bus 7
  46. No EDID on bus 8
  47. 2 potential busses found: 4 5
  48. Only trying 4 as per your request.
  49. 128-byte EDID successfully retrieved from i2c bus 4
  50. Looks like i2c was successful. Have a good day.
  51. Checksum Correct
  52.  
  53. Section "Monitor"
  54. Identifier "SyncMaster"
  55. ModelName "SyncMaster"
  56. VendorName "SAM"
  57. # Monitor Manufactured week 28 of 2009
  58. # EDID version 1.3
  59. # Analog Display
  60. Option "SyncOnGreen" "true"
  61. DisplaySize 440 300
  62. Gamma 2.20
  63. Option "DPMS" "true"
  64. Horizsync 30-81
  65. VertRefresh 56-75
  66. # Maximum pixel clock is 140MHz
  67. #Not giving standard mode: 1680x1050, 60Hz
  68. #Not giving standard mode: 1280x1024, 60Hz
  69. #Not giving standard mode: 1280x960, 60Hz
  70. #Not giving standard mode: 1152x864, 75Hz
  71. Modeline "Mode 0" 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync
  72. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement