Guest User

Untitled

a guest
Jul 15th, 2018
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. ### this is ibm.bin
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8. c4pt@Phoenix:~/Desktop$ parse-edid ibm.bin
  9. parse-edid: parse-edid version 2.0.0
  10. parse-edid: EDID checksum passed.
  11.  
  12. # EDID version 1 revision 1
  13. Section "Monitor"
  14. # Block type: 2:0 3:fc
  15. Identifier "IBM P260 "
  16. VendorName "IBM"
  17. ModelName "IBM P260 "
  18. # Block type: 2:0 3:fc
  19. # Block type: 2:0 3:fd
  20. HorizSync 30-121
  21. VertRefresh 50-160
  22. # Max dot clock (video bandwidth) 300 MHz
  23. # Block type: 2:0 3:ff
  24. # DPMS capabilities: Active off:yes Suspend:no Standby:no
  25.  
  26.  
  27. ####need this in the .bin file
  28.  
  29. Mode "960x529" # vfreq 75.005Hz, hfreq 41.778kHz
  30. DotClock 52.640000
  31. HTimings 960 972 1080 1260
  32. VTimings 529 530 540 557
  33. Flags "-HSync" "+VSync"
  34. EndMode
  35. # Block type: 2:0 3:fc
  36. # Block type: 2:0 3:fd
  37. # Block type: 2:0 3:ff
  38. EndSection
  39. c4pt@Phoenix:~/Desktop$
Add Comment
Please, Sign In to add comment