Advertisement
Guest User

Untitled

a guest
Apr 11th, 2018
288
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.19 KB | None | 0 0
  1. get-edid -m 0 > edid.bin
  2. 0
  3. This is read-edid version 3.0.2. Prepare for some fun.
  4. Attempting to use i2c interface
  5. Looks like no busses have an EDID. Sorry!
  6. Attempting to use the classical VBE interface
  7.  
  8. Performing real mode VBE call
  9. Interrupt 0x10 ax=0x4f00 bx=0x0 cx=0x0
  10. Function supported
  11. Call successful
  12.  
  13. VBE version 300
  14. VBE string at 0x11100 "NVIDIA"
  15.  
  16. VBE/DDC service about to be called
  17. Report DDC capabilities
  18.  
  19. Performing real mode VBE call
  20. Interrupt 0x10 ax=0x4f15 bx=0x0 cx=0x0
  21. Function supported
  22. Call successful
  23.  
  24. Monitor and video card combination does not support DDC1 transfers
  25. Monitor and video card combination does not support DDC2 transfers
  26. 0 seconds per 128 byte EDID block transfer
  27. Screen is not blanked during DDC transfer
  28.  
  29. Reading next EDID block
  30.  
  31. VBE/DDC service about to be called
  32. Read EDID
  33.  
  34. Performing real mode VBE call
  35. Interrupt 0x10 ax=0x4f15 bx=0x1 cx=0x0
  36. Function supported
  37. Call failed
  38.  
  39. The EDID data should not be trusted as the VBE call failed
  40. Error: output block unchanged
  41. I'm sorry nothing was successful. Maybe try some other arguments
  42. if you played with them, or send an email to Matthew Kern <pyrophobicman@gmail.com>.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement