fbdump.rst 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. .. RST source for fbdump(1) man page. Convert with:
  2. .. rst2man.py fbdump.rst > fbdump.1
  3. .. rst2man.py comes from the SBo development/docutils package.
  4. .. |version| replace:: 0.4.2
  5. .. |date| date::
  6. .. converting from pod:
  7. .. s/B<\([^>]*\)>/**\1**/g
  8. .. s/I<\([^>]*\)>/*\1*/g
  9. ======
  10. fbdump
  11. ======
  12. -------------------------------------------------------------
  13. Dumps the contents of the framebuffer to stdout as a PPM file
  14. -------------------------------------------------------------
  15. :Manual section: 1
  16. :Manual group: SlackBuilds.org
  17. :Date: |date|
  18. :Version: |version|
  19. SYNOPSIS
  20. ========
  21. fbdump [*-fb <device>*] [*-vt <terminal>*] [*-delay <sec>*]
  22. DESCRIPTION
  23. ===========
  24. fbdump is a simple tool that captures the contents of the visible portion
  25. of the Linux framebuffer device and writes it to the standard output as
  26. a PPM file. In other words, it takes a screenshot of anything running on
  27. the framebuffer. It currently has fairly complete support for packed-pixel
  28. framebuffer types and also works with the VGA16 framebuffer driver.
  29. OPTIONS
  30. =======
  31. **-fb** *device*
  32. Path to the framebuffer device to dump. Default: */dev/fb0*.
  33. **-vt** *terminal*
  34. Bring virtual terminal number *terminal* to the foreground before dumping.
  35. Default: dump current foreground terminal.
  36. **-delay** *sec*
  37. Wait *sec* seconds before dumping. Default: dump immediately.
  38. --help
  39. Display usage and exit.
  40. EXAMPLES
  41. ========
  42. To dump the framebuffer as a PNG image:
  43. fbdump | pnmtopng > grab.png
  44. COPYRIGHT
  45. =========
  46. See the file /usr/doc/fbdump-|version|/COPYING for license information.
  47. AUTHORS
  48. =======
  49. fbdump was written by Richard Drummond <evilrich@rcdrummond.net>.
  50. This man page written for the SlackBuilds.org project
  51. by B. Watson, and is licensed under the WTFPL.
  52. SEE ALSO
  53. ========
  54. The fbdump homepage: http://www.rcdrummond.net/fbdump/