Advertisement
Guest User

Untitled

a guest
Jan 19th, 2021
648
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.69 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. Looks like no busses have an EDID. Sorry!
  5. Attempting to use the classical VBE interface
  6.  
  7. Performing real mode VBE call
  8. Interrupt 0x10 ax=0x4f00 bx=0x0 cx=0x0
  9. Function supported
  10. Call successful
  11.  
  12. VBE version 300
  13. VBE string at 0xc01e4 "AMD ATOMBIOS"
  14.  
  15. VBE/DDC service about to be called
  16. Report DDC capabilities
  17.  
  18. Performing real mode VBE call
  19. Interrupt 0x10 ax=0x4f15 bx=0x0 cx=0x0
  20. Function supported
  21. Call successful
  22.  
  23. Monitor and video card combination does not support DDC1 transfers
  24. Monitor and video card combination supports DDC2 transfers
  25. 0 seconds per 128 byte EDID block transfer
  26. Screen is not blanked during DDC transfer
  27.  
  28. Reading next EDID block
  29.  
  30. VBE/DDC service about to be called
  31. Read EDID
  32.  
  33. Performing real mode VBE call
  34. Interrupt 0x10 ax=0x4f15 bx=0x1 cx=0x0
  35. Function supported
  36. Call successful
  37.  
  38. EDID claims 1 more blocks left
  39.  
  40.  
  41. *********** Something special has happened!
  42. This happens a lot with TV's, and other devices
  43. with extension blocks. If you have a TV, don't bother.
  44. Odds are good that I2C will work for you. Try 'modprobe i2c-dev'.
  45. Otherwise, please contact the author, Matthew Kern
  46. E-mail: pyrophobicman@gmail.com
  47. Please include full output from this program (especially that to stderr)
  48.  
  49.  
  50.  
  51. Reading next EDID block
  52.  
  53. VBE/DDC service about to be called
  54. Read EDID
  55.  
  56. Performing real mode VBE call
  57. Interrupt 0x10 ax=0x4f15 bx=0x1 cx=0x0
  58. Function supported
  59. Call successful
  60.  
  61. EDID claims 1 more blocks left
  62. EDID blocks left is wrong.
  63. Your EDID is probably invalid.
  64. Looks like VBE was successful. Have a good day.
  65. Checksum Correct
  66.  
  67. Section "Monitor"
  68. Identifier "VALDAYVL236"
  69. ModelName "VALDAYVL236"
  70. VendorName "TXD"
  71. # Monitor Manufactured week 0 of 2048
  72. # EDID version 1.3
  73. # Digital Display
  74. # Display Physical Size not given. Normal for projectors.
  75. Gamma 2.20
  76. Option "DPMS" "true"
  77. Horizsync 30-81
  78. VertRefresh 56-76
  79. # Maximum pixel clock is 180MHz
  80. #Not giving standard mode: 1280x1024, 60Hz
  81. #Not giving standard mode: 1600x1200, 60Hz
  82. #Not giving standard mode: 1920x1200, 60Hz
  83. #Not giving standard mode: 1152x864, 75Hz
  84.  
  85. #Extension block found. Parsing...
  86. I only know about extension blocks of type 02h. PLEASE email me!
  87. Something strange happened. Please contact the author,
  88. Matthew Kern at <pyrophobicman@gmail.com>
  89.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement