fneuhaus

fifo underflow (with rotate=3)

Feb 13th, 2013
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.00 KB | None | 0 0
  1. root@beagleboard:/sys/class/graphics/fb0# cat overlays
  2. 0
  3. root@beagleboard:/sys/class/graphics/fb1# cat overlays
  4. 1
  5. root@beagleboard:/sys/devices/platform/omapdss/overlay0# cat name
  6. gfx
  7. root@beagleboard:/sys/devices/platform/omapdss/overlay1# cat name
  8. vid1
  9. root@beagleboard:~# cat /dev/urandom > /dev/fb1
  10. cat: write error: No space left on device
  11. root@beagleboard:~# ^C
  12. root@beagleboard:~# cd $ovl1
  13. root@beagleboard:/sys/devices/platform/omapdss/overlay1# cat enabled
  14. 0
  15. root@beagleboard:/sys/devices/platform/omapdss/overlay1# echo 1 > enabled
  16.  
  17. // fb0 is used for the console, fb1 overlays now fb0 and shows random stuff
  18.  
  19. root@beagleboard:/sys/devices/platform/omapdss/overlay1#
  20.  
  21. // I press "Enter" on the attached keyboard several times.
  22. // This updates the fb0 which is currently in the background
  23. // Then this happens after a few hits:
  24.  
  25. [ 1529.813354] omapdss DISPC error: FIFO UNDERFLOW on gfx, disabling the overlay
  26. [ 1529.883117] omapdss DISPC error: FIFO UNDERFLOW on vid1, disabling the overlay
Advertisement
Add Comment
Please, Sign In to add comment