Advertisement
Guest User

Koen Kooi

a guest
Jan 11th, 2009
391
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.83 KB | None | 0 0
  1. When starting Xorg with DSS2:
  2.  
  3. OMAPFB: check_var(0)
  4. OMAPFB: check_fb_var 0
  5. OMAPFB: xres = 640, yres = 480, vxres = 640, vyres = 480
  6. OMAPFB: set_par(0)
  7. OMAPFB: set_fb_fix
  8. OMAPFB: apply_changes, fb 0, ovl 0
  9. OMAPFB: setup_overlay 0
  10. omap-dss DISPLAY: omap_dss_mgr_apply(lcd)
  11. omap-dss DISPC: dispc_setup_plane 0, 80750000, sw 640, 0,0, 640x480 -> 640x480, (ilace 0)
  12. omap-dss DISPC: dispc_enable_plane 0, 1
  13. omap-dss DISPC: dispc_enable_plane 1, 0
  14. omap-dss DISPC: dispc_enable_plane 2, 0
  15. OMAPFB: pan_display(0)
  16. OMAPFB: setcmap
  17. OMAPFB: pan_display(0)
  18. OMAPFB: setcmap
  19. OMAPFB: setcmap
  20. OMAPFB: setcmap
  21. root@beagleboard:~# OMAPFB: pan_display(0)
  22. OMAPFB: setcmap
  23. OMAPFB: setcmap
  24. OMAPFB: Closing fb with plane index 0
  25. OMAPFB: Closing fb with plane index 1
  26. OMAPFB: Closing fb with plane index 0
  27. OMAPFB: pan_display(0)
  28. OMAPFB: setcmap
  29. OMAPFB: setcmap
  30. OMAPFB: Closing fb with plane index 0
  31. OMAPFB: ioctl 40084f38 (56)
  32. OMAPFB: ioctl 40444f35 (53)
  33. OMAPFB: ioctl 40444f34 (52)
  34. OMAPFB: omapfb_setup_plane
  35. OMAPFB: setup_overlay 0
  36. omap-dss DISPLAY: omap_dss_mgr_apply(lcd)
  37. omap-dss DISPC: dispc_setup_plane 0, 80750000, sw 640, 0,0, 640x480 -> 640x480, (ilace 0)
  38. omap-dss DISPC: dispc_enable_plane 0, 1
  39. omap-dss DISPC: dispc_enable_plane 1, 0
  40. omap-dss DISPC: dispc_enable_plane 2, 0
  41. OMAPFB: ioctl 40444f35 (53)
  42. OMAPFB: ioctl 40444f34 (52)
  43. OMAPFB: omapfb_setup_plane
  44. omap-dss DISPLAY: omap_dss_mgr_apply(lcd)
  45. omap-dss DISPC: dispc_setup_plane 0, 80750000, sw 640, 0,0, 640x480 -> 640x480, (ilace 0)
  46. omap-dss DISPC: dispc_enable_plane 0, 1
  47. omap-dss DISPC: dispc_enable_plane 1, 0
  48. omap-dss DISPC: dispc_enable_plane 2, 0
  49. OMAPFB: ioctl 40084f38 (56)
  50. OMAPFB: ioctl 40444f35 (53)
  51. OMAPFB: ioctl 800c4f2a (42)
  52.  
  53. root@beagleboard:~# grep omapfb /var/log/Xorg.0.log
  54. (II) LoadModule: "omapfb"
  55. (II) Loading /usr/lib/xorg/modules/drivers//omapfb_drv.so
  56. (II) Module omapfb: vendor="X.Org Foundation"
  57. (II) omapfb: Driver for OMAP framebuffer (omapfb) and external LCD controllers:
  58. (WW) Error opening /sys/devices/platform/omapfb/ctrl/name: No such file or directory
  59. (II) omapfb(0): VideoRAM: 4096KiB (SDRAM)
  60. (II) omapfb(0): Creating default Display subsection in Screen section
  61. (--) omapfb(0): Depth 24, (==) framebuffer bpp 32
  62. (==) omapfb(0): RGB weight 888
  63. (==) omapfb(0): Default visual is TrueColor
  64. (--) omapfb(0): Virtual size is 640x480 (pitch 640)
  65. (**) omapfb(0): Built-in mode "current"
  66. (==) omapfb(0): DPI set to (96, 96)
  67. (EE) omapfb(0): FBIOBLANK: Invalid argument
  68. (II) omapfb(0): DPMS enabled
  69. (II) omapfb(0): Video plane capabilities:
  70. (II) omapfb(0): Video plane supports the following image formats:
  71. (EE) omapfb(0): XVScreenInit failed
  72. (II) omapfb(0): XVideo extension initialized
  73. root@beagleboard:~#
  74.  
  75.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement