Advertisement
Guest User

Untitled

a guest
Aug 5th, 2014
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.41 KB | None | 0 0
  1. debian@arm:~$ parse-edid /sys/class/drm/card0-HDMI-A-1/edid
  2. parse-edid: parse-edid version 2.0.0
  3. parse-edid: EDID checksum passed.
  4.  
  5. # EDID version 1 revision 3
  6. Section "Monitor"
  7. # Block type: 2:0 3:ff
  8. # Block type: 2:0 3:fc
  9. Identifier "DELL 1707FP"
  10. VendorName "DEL"
  11. ModelName "DELL 1707FP"
  12. # Block type: 2:0 3:ff
  13. # Block type: 2:0 3:fc
  14. # Block type: 2:0 3:fd
  15. HorizSync 30-81
  16. VertRefresh 56-76
  17. # Max dot clock (video bandwidth) 140 MHz
  18. # DPMS capabilities: Active off:yes Suspend:yes Standby:yes
  19.  
  20. Mode "1280x1024" # vfreq 60.020Hz, hfreq 63.981kHz
  21. DotClock 108.000000
  22. HTimings 1280 1328 1440 1688
  23. VTimings 1024 1025 1028 1066
  24. Flags "+HSync" "+VSync"
  25. EndMode
  26. # Block type: 2:0 3:ff
  27. # Block type: 2:0 3:fc
  28. # Block type: 2:0 3:fd
  29. EndSection
  30. debian@arm:~$ uname -a
  31. Linux arm 3.16.0-armv7-x2.2 #2 SMP Tue Aug 5 11:57:25 CDT 2014 armv7l GNU/Linux
  32. debian@arm:~$ cat /proc/device
  33. devices device-tree/
  34. debian@arm:~$ cat /proc/device-tree/model
  35. Wandboard i.MX6 Dual Lite Boarddebian@arm:~$
  36. debian@arm:~$ dmesg | grep console
  37. [ 0.000000] Kernel command line: console=ttymxc0,115200 root=/dev/mmcblk0p1 ro rootfstype=ext4 rootwait
  38. [ 2.755789] console [ttymxc0] enabled
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement