Advertisement
Guest User

Untitled

a guest
Sep 24th, 2013
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.43 KB | None | 0 0
  1. dmesg sunxi-3.4
  2. [ 1.819034] I2C: i2c-3: HDMI I2C adapter
  3. [ 1.844529] ParseEDID
  4. [ 1.878758] EDID version: 1.3
  5. [ 1.889745] PCLK=119000000 X 1680 1728 1760 1840 Y 1050 1053 1059 1080 fr 59 PN
  6. [ 1.893579] Using above mode as preferred EDID mode
  7. [ 1.901604] PCLK=146250000 X 1680 1784 1960 2240 Y 1050 1053 1059 1089 fr 59 NP
  8. [ 1.927887] disp_clk: Could not find a matching pll-freq for 78800000 pclk
  9. [ 1.947404] disp_clk: Could not find a matching pll-freq for 53450000 pclk
  10. [ 1.980520] disp_clk: Could not find a matching pll-freq for 26150000 pclk
  11. [ 1.996712] disp_clk: Could not find a matching pll-freq for 146250000 pclk
  12. [ 2.016579] waited 0 ms for EDID info
  13. [ 2.023129] disp clks: lcd 119000000 pre_scale 1 hdmi 119000000 pll 357000000 2x 0
  14.  
  15.  
  16. [root@src fed]# get-edid | parse-edid
  17. get-edid: get-edid version 2.0.0
  18.  
  19. Performing real mode VBE call
  20. Interrupt 0x10 ax=0x4f00 bx=0x0 cx=0x0
  21. Function supported
  22. Call successful
  23.  
  24. VBE version 300
  25. VBE string at 0xc01dc "ATI ATOMBIOS"
  26.  
  27. VBE/DDC service about to be called
  28. Report DDC capabilities
  29.  
  30. Performing real mode VBE call
  31. Interrupt 0x10 ax=0x4f15 bx=0x0 cx=0x0
  32. Function supported
  33. Call successful
  34.  
  35. Monitor and video card combination does not support DDC1 transfers
  36. Monitor and video card combination supports DDC2 transfers
  37. 0 seconds per 128 byte EDID block transfer
  38. Screen is not blanked during DDC transfer
  39.  
  40. Reading next EDID block
  41.  
  42. VBE/DDC service about to be called
  43. Read EDID
  44.  
  45. Performing real mode VBE call
  46. Interrupt 0x10 ax=0x4f15 bx=0x1 cx=0x0
  47. parse-edid: parse-edid version 2.0.0
  48. Function supported
  49. Call successful
  50.  
  51. parse-edid: EDID checksum passed.
  52.  
  53. # EDID version 1 revision 3
  54. Section "Monitor"
  55. # Block type: 2:0 3:fd
  56. # Block type: 2:0 3:fc
  57. Identifier "W2042"
  58. VendorName "GSM"
  59. ModelName "W2042"
  60. # Block type: 2:0 3:fd
  61. HorizSync 30-83
  62. VertRefresh 56-75
  63. # Max dot clock (video bandwidth) 150 MHz
  64. # Block type: 2:0 3:fc
  65. # DPMS capabilities: Active off:yes Suspend:yes Standby:yes
  66.  
  67. Mode "1680x1050" # vfreq 59.883Hz, hfreq 64.674kHz
  68. DotClock 119.000000
  69. HTimings 1680 1728 1760 1840
  70. VTimings 1050 1053 1059 1080
  71. Flags "-HSync" "+VSync"
  72. EndMode
  73. Mode "1680x1050" # vfreq 59.954Hz, hfreq 65.290kHz
  74. DotClock 146.250000
  75. HTimings 1680 1784 1960 2240
  76. VTimings 1050 1053 1059 1089
  77. Flags "+HSync" "-VSync"
  78. EndMode
  79. # Block type: 2:0 3:fd
  80. # Block type: 2:0 3:fc
  81. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement