Files
tldr/pages/linux/fbgrab.md
T
2026-02-03 11:21:27 +02:00

299 B

fbgrab

Generate screenshots directly from the framebuffer. More information: https://github.com/GunnarMonell/fbgrab#fbgrab.

  • Generate a screenshot from the current TTY:

sudo fbgrab {{path/to/file}}.png

  • Specify which TTY to capture:

sudo fbgrab -c {{number}} {{path/to/file}}.png