Advertisement
Guest User

get-edid | parse-edid

a guest
Jun 17th, 2010
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.66 KB | None | 0 0
  1. get-edid: get-edid version 2.0.0
  2.  
  3. Performing real mode VBE call
  4. Interrupt 0x10 ax=0x4f00 bx=0x0 cx=0x0
  5. Function supported
  6. Call successful
  7.  
  8. VBE version 300
  9. VBE string at 0x2110 "Intel(r) 82945GM Chipset Family Graphics Chip Accelerated VGA BIOS"
  10.  
  11. VBE/DDC service about to be called
  12. Report DDC capabilities
  13.  
  14. Performing real mode VBE call
  15. Interrupt 0x10 ax=0x4f15 bx=0x0 cx=0x0
  16. parse-edid: parse-edid version 2.0.0
  17. Function supported
  18. Call successful
  19.  
  20. Monitor and video card combination does not support DDC1 transfers
  21. Monitor and video card combination supports DDC2 transfers
  22. 0 seconds per 128 byte EDID block transfer
  23. Screen is not blanked during DDC transfer
  24.  
  25. Reading next EDID block
  26.  
  27. VBE/DDC service about to be called
  28. Read EDID
  29.  
  30. Performing real mode VBE call
  31. Interrupt 0x10 ax=0x4f15 bx=0x1 cx=0x0
  32. Function supported
  33. Call successful
  34.  
  35. parse-edid: EDID checksum passed.
  36.  
  37. # EDID version 1 revision 3
  38. Section "Monitor"
  39. # Block type: 2:0 3:fd
  40. # Block type: 2:0 3:fc
  41. Identifier "W2230"
  42. VendorName "GSM"
  43. ModelName "W2230"
  44. # Block type: 2:0 3:fd
  45. HorizSync 30-83
  46. VertRefresh 56-75
  47. # Max dot clock (video bandwidth) 150 MHz
  48. # Block type: 2:0 3:fc
  49. # DPMS capabilities: Active off:yes Suspend:yes Standby:yes
  50.  
  51. Mode "1920x1080" # vfreq 60.000Hz, hfreq 67.500kHz
  52. DotClock 148.500000
  53. HTimings 1920 2008 2052 2200
  54. VTimings 1080 1084 1089 1125
  55. Flags "-HSync" "+VSync"
  56. EndMode
  57. Mode "1680x1050" # vfreq 59.954Hz, hfreq 65.290kHz
  58. DotClock 146.250000
  59. HTimings 1680 1784 1960 2240
  60. VTimings 1050 1053 1059 1089
  61. Flags "+HSync" "-VSync"
  62. EndMode
  63. # Block type: 2:0 3:fd
  64. # Block type: 2:0 3:fc
  65. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement