snippetbashTip
fbgrab — Generate screenshots directly from the framebuffer. More information: <https://github.com/GunnarMone
Viewed 0 times
thecommandfromscreenshotsdirectlyclifbgrabgenerate
linux
Problem
How to use the
fbgrab command: Generate screenshots directly from the framebuffer. More information: <https://github.com/GunnarMonell/fbgrab#fbgrab>.Solution
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}}.pngSpecify which TTY to capture:
sudo fbgrab -c {{number}} {{path/to/file}}.pngCode Snippets
Generate a screenshot from the current TTY
sudo fbgrab {{path/to/file}}.pngSpecify which TTY to capture
sudo fbgrab -c {{number}} {{path/to/file}}.pngContext
tldr-pages: linux/fbgrab
Revisions (0)
No revisions yet.