13 lines
299 B
Markdown
13 lines
299 B
Markdown
|
|
# 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`
|