slackbuilds/misc/fbdump
Ryan P.C. McQuen a42dc045ec misc/fbdump: New maintainer.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2015-04-03 21:57:37 +07:00
..
README misc/fbdump: Added (captures the visible portion of framebuffer) 2010-08-14 15:42:06 -04:00
fbdump.SlackBuild misc/fbdump: New maintainer. 2015-04-03 21:57:37 +07:00
fbdump.info misc/fbdump: New maintainer. 2015-04-03 21:57:37 +07:00
slack-desc various: Fix slack-desc formatting and comment nit picks. 2013-11-22 02:29:22 -05:00

README

fbdump is a simple tool that captures the contents of the visible portion of
the Linux framebuffer device and writes it to the standard output as a PPM
file. In other words, it takes a screenshot of anything running on the
framebuffer. It currently has fairly complete support for packed-pixel
framebuffer types and also works with the VGA16 framebuffer driver.

To get a popular image format, issue a command like
'fbdump | pnmtopng > shot.png'