Advertisement
Guest User

get-edid-read-edid

a guest
Apr 1st, 2012
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.79 KB | None | 0 0
  1. get-edid | parse-edid
  2. parse-edid: parse-edid version 2.0.0
  3. get-edid: get-edid version 2.0.0
  4.  
  5. Performing real mode VBE call
  6. Interrupt 0x10 ax=0x4f00 bx=0x0 cx=0x0
  7. Function supported
  8. Call successful
  9.  
  10. VBE version 200
  11. VBE string at 0x2110 "ATI MOBILITY RADEON X300 "
  12.  
  13. VBE/DDC service about to be called
  14. Report DDC capabilities
  15.  
  16. Performing real mode VBE call
  17. Interrupt 0x10 ax=0x4f15 bx=0x0 cx=0x0
  18. Function supported
  19. Call successful
  20.  
  21. Monitor and video card combination does not support DDC1 transfers
  22. Monitor and video card combination supports DDC2 transfers
  23. 0 seconds per 128 byte EDID block transfer
  24. Screen is not blanked during DDC transfer
  25.  
  26. Reading next EDID block
  27.  
  28. VBE/DDC service about to be called
  29. Read EDID
  30.  
  31. Performing real mode VBE call
  32. Interrupt 0x10 ax=0x4f15 bx=0x1 cx=0x0
  33. Function supported
  34. Call successful
  35.  
  36. parse-edid: EDID checksum failed - data is corrupt. Continuing anyway.
  37.  
  38. # EDID version 1 revision 3
  39. Section "Monitor"
  40. # Block type: 2:0 3:f
  41. # Block type: 2:0 3:fe
  42. # Block type: 2:0 3:fe
  43. Identifier "SEC:4532"
  44. VendorName "SEC"
  45. ModelName "SEC:4532"
  46. # Block type: 2:0 3:f
  47. # Block type: 2:0 3:fe
  48. # Block type: 2:0 3:fe
  49. # DPMS capabilities: Active off:no Suspend:no Standby:no
  50.  
  51. Mode "1280x1023" # vfreq 47.125Hz, hfreq 48.963kHz
  52. DotClock 68.940000
  53. HTimings 1280 1296 1551 1408
  54. VTimings 1023 1024 1027 1039
  55. Flags "-HSync" "-VSync"
  56. EndMode
  57. # Block type: 2:0 3:f
  58. # Block type: 2:0 3:fe
  59. # Block type: 2:0 3:fe
  60. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement