HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

fbgrab — Generate screenshots directly from the framebuffer. More information: <https://github.com/GunnarMone

Submitted by: @import:tldr-pages··
0
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}}.png


Specify which TTY to capture:
sudo fbgrab -c {{number}} {{path/to/file}}.png

Code Snippets

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

Context

tldr-pages: linux/fbgrab

Revisions (0)

No revisions yet.