Advertisement
Guest User

Untitled

a guest
Jan 4th, 2019
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.56 KB | None | 0 0
  1. martind@martind-ubuntu:~$ sudo get-edid|parse-edid 2>&1|nc termbin.com 9999
  2. This is read-edid version 3.0.2. Prepare for some fun.
  3. Attempting to use i2c interface
  4. No EDID on bus 2
  5. No EDID on bus 4
  6. No EDID on bus 5
  7. 3 potential busses found: 0 1 3
  8. Will scan through until the first EDID is found.
  9. Pass a bus number as an option to this program to go only for that one.
  10. Bus 0 doesn't really have an EDID...
  11. Bus 1 doesn't really have an EDID...
  12. Bus 3 doesn't really have an EDID...
  13. Couldn't find an accessible EDID on this computer.
  14. Attempting to use the classical VBE interface
  15.  
  16. Performing real mode VBE call
  17. Interrupt 0x10 ax=0x4f00 bx=0x0 cx=0x0
  18. Function supported
  19. Call successful
  20.  
  21. VBE version 300
  22. VBE string at 0x11100 "NVIDIA"
  23.  
  24. VBE/DDC service about to be called
  25. Report DDC capabilities
  26.  
  27. Performing real mode VBE call
  28. Interrupt 0x10 ax=0x4f15 bx=0x0 cx=0x0
  29. Function supported
  30. Call successful
  31.  
  32. Monitor and video card combination does not support DDC1 transfers
  33. Monitor and video card combination does not support DDC2 transfers
  34. 0 seconds per 128 byte EDID block transfer
  35. Screen is not blanked during DDC transfer
  36.  
  37. Reading next EDID block
  38.  
  39. VBE/DDC service about to be called
  40. Read EDID
  41.  
  42. Performing real mode VBE call
  43. Interrupt 0x10 ax=0x4f15 bx=0x1 cx=0x0
  44. Function supported
  45. Call failed
  46.  
  47. The EDID data should not be trusted as the VBE call failed
  48. Error: output block unchanged
  49. I'm sorry nothing was successful. Maybe try some other arguments
  50. 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