Advertisement
Guest User

Untitled

a guest
May 30th, 2014
379
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.08 KB | None | 0 0
  1. linux:/home/linux # get-edid |parse-edid
  2. This is read-edid version 3.0.0. 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 0xc023c "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. Otherwise, please contact the author, Matthew Kern
  45. E-mail: pyrophobicman@gmail.com
  46. Please include full output from this program (especially that to stderr)
  47.  
  48.  
  49.  
  50. Reading next EDID block
  51.  
  52. VBE/DDC service about to be called
  53. Read EDID
  54.  
  55. Performing real mode VBE call
  56. Interrupt 0x10 ax=0x4f15 bx=0x1 cx=0x0
  57. Function supported
  58. Call successful
  59.  
  60. EDID claims 1 more blocks left
  61. EDID blocks left is wrong.
  62. Your EDID is probably invalid.
  63. Looks like VBE was successful. Have a good day.
  64. Checksum Correct
  65.  
  66. Section "Monitor"
  67. Identifier "W2486"
  68. ModelName "W2486"
  69. VendorName "GSM"
  70. # Monitor Manufactured week 11 of 2009
  71. # EDID version 1.3
  72. # Digital Display
  73. DisplaySize 530 300
  74. Gamma 2.20
  75. Option "DPMS" "false"
  76. Horizsync 28-83
  77. VertRefresh 48-61
  78. # Maximum pixel clock is 150MHz
  79. #Not giving standard mode: 1680x1050, 60Hz
  80. #Not giving standard mode: 1280x1024, 60Hz
  81. #Not giving standard mode: 1280x960, 60Hz
  82. #Not giving standard mode: 1152x864, 60Hz
  83.  
  84. #Extension block found. Parsing...
  85. I only know about extension blocks of type 02h. PLEASE email me!
  86. Something strange happened. Please contact the author,
  87. Matthew Kern at <pyrophobicman@gmail.com>
  88. linux:/home/linux # xrandr
  89. Screen 0: minimum 320 x 200, current 1920 x 1080, maximum 16384 x 16384
  90. DisplayPort-0 disconnected (normal left inverted right x axis y axis)
  91. HDMI-0 connected primary 1920x1080+0+0 (normal left inverted right x axis y axis) 531mm x 299mm
  92. 1920x1080 59.9*+ 60.0 50.0 59.9
  93. 1920x1080i 60.1 50.0 60.0
  94. 1680x1050 59.9
  95. 1280x1024 60.0
  96. 1280x960 60.0
  97. 1152x864 60.0
  98. 1280x720 60.0 50.0 59.9
  99. 1024x768 60.0
  100. 800x600 60.3
  101. 720x576 50.0
  102. 720x480 60.0 59.9
  103. 640x480 60.0 59.9
  104. DVI-0 disconnected (normal left inverted right x axis y axis)
  105. DVI-1 disconnected (normal left inverted right x axis y axis)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement