You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Ryan P.C. McQuen a42dc045ec misc/fbdump: New maintainer. 11 years ago
..
README misc/fbdump: Added (captures the visible portion of framebuffer) 15 years ago
fbdump.SlackBuild misc/fbdump: New maintainer. 11 years ago
fbdump.info misc/fbdump: New maintainer. 11 years ago
slack-desc various: Fix slack-desc formatting and comment nit picks. 12 years ago

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'