Advertisement
Guest User

Untitled

a guest
Jul 12th, 2013
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.45 KB | None | 0 0
  1. [ 1.530000] ParseEDID
  2. [ 1.550000] EDID version: 1.3
  3. [ 1.550000] PCLK=119000000 X 1680 1728 1760 1840 Y 1050 1053 1059 1080 fr 59 PN
  4. [ 1.550000] Using above mode as preferred EDID mode
  5. [ 1.550000] PCLK=146250000 X 1680 1784 1960 2240 Y 1050 1053 1059 1089 fr 59 NP
  6. [ 1.550000] disp_clk: Could not find a matching pll-freq for 78800000 pclk
  7. [ 1.550000] disp_clk: Could not find a matching pll-freq for 53450000 pclk
  8. [ 1.560000] disp_clk: Could not find a matching pll-freq for 26150000 pclk
  9. [ 1.570000] disp_clk: Could not find a matching pll-freq for 146250000 pclk
  10. [ 1.570000] waited 0 ms for EDID info
  11. [ 1.570000] disp clks: lcd 119000000 pre_scale 1 hdmi 119000000 pll 357000000 2x 0
  12.  
  13.  
  14. [root@archlinux]# get-edid | parse-edid
  15. get-edid: get-edid version 2.0.0
  16.  
  17. Performing real mode VBE call
  18. Interrupt 0x10 ax=0x4f00 bx=0x0 cx=0x0
  19. parse-edid: parse-edid version 2.0.0
  20. Function supported
  21. Call successful
  22.  
  23. VBE version 300
  24. VBE string at 0x11100 "NVIDIA"
  25.  
  26. VBE/DDC service about to be called
  27. Report DDC capabilities
  28.  
  29. Performing real mode VBE call
  30. Interrupt 0x10 ax=0x4f15 bx=0x0 cx=0x0
  31. Function supported
  32. Call successful
  33.  
  34. Monitor and video card combination does not support DDC1 transfers
  35. Monitor and video card combination supports DDC2 transfers
  36. 0 seconds per 128 byte EDID block transfer
  37. Screen is not blanked during DDC transfer
  38.  
  39. Reading next EDID block
  40.  
  41. VBE/DDC service about to be called
  42. Read EDID
  43.  
  44. Performing real mode VBE call
  45. Interrupt 0x10 ax=0x4f15 bx=0x1 cx=0x0
  46. Function supported
  47. Call failed
  48.  
  49. The EDID data should not be trusted as the VBE call failed
  50. EDID claims 255 more blocks left
  51. EDID blocks left is wrong.
  52. Your EDID is probably invalid.
  53. parse-edid: EDID checksum failed - data is corrupt. Continuing anyway.
  54. parse-edid: first bytes don't match EDID version 1 header
  55. parse-edid: do not trust output (if any).
  56.  
  57. # EDID version 255 revision 255
  58. Section "Monitor"
  59. Identifier "___:ffff"
  60. VendorName "___"
  61. ModelName "___:ffff"
  62. # DPMS capabilities: Active off:yes Suspend:yes Standby:yes
  63.  
  64. Mode "4095x4095" # vfreq 9.770Hz, hfreq 80.018kHz
  65. DotClock 655.350000
  66. HTimings 4095 4350 4605 8190
  67. VTimings 4095 4158 4221 8190
  68. Flags "Interlace" "+HSync" "+VSync"
  69. EndMode
  70. Mode "4095x4095" # vfreq 9.770Hz, hfreq 80.018kHz
  71. DotClock 655.350000
  72. HTimings 4095 4350 4605 8190
  73. VTimings 4095 4158 4221 8190
  74. Flags "Interlace" "+HSync" "+VSync"
  75. EndMode
  76. Mode "4095x4095" # vfreq 9.770Hz, hfreq 80.018kHz
  77. DotClock 655.350000
  78. HTimings 4095 4350 4605 8190
  79. VTimings 4095 4158 4221 8190
  80. Flags "Interlace" "+HSync" "+VSync"
  81. EndMode
  82. Mode "4095x4095" # vfreq 9.770Hz, hfreq 80.018kHz
  83. DotClock 655.350000
  84. HTimings 4095 4350 4605 8190
  85. VTimings 4095 4158 4221 8190
  86. Flags "Interlace" "+HSync" "+VSync"
  87. EndMode
  88. EndSection
  89.  
  90.  
  91. [root@archlinux]# xrandr
  92. Screen 0: minimum 320 x 200, current 1680 x 1050, maximum 8192 x 8192
  93. DVI-I-1 connected primary 1680x1050+0+0 (normal left inverted right x axis y axis) 434mm x 270mm
  94. 1680x1050 60.0*+ 59.9 +
  95. 1280x1024 75.0 60.0
  96. 1440x900 59.9
  97. 1280x960 60.0
  98. 1152x864 75.0
  99. 1024x768 75.1 60.0
  100. 832x624 74.6
  101. 800x600 75.0 60.3 56.2
  102. 640x480 75.0 60.0
  103. 720x400 70.1
  104. VGA-1 disconnected (normal left inverted right x axis y axis)
  105. HDMI-1 disconnected (normal left inverted right x axis y axis)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement