summaryrefslogtreecommitdiffstats
path: root/misc/fbdump/fbdump.1
blob: dfe262ea46d64c9d381d37b8249d297d7ca23f06 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
.\" Man page generated from reStructuredText.
.
.TH FBDUMP 1 "2017-03-24" "0.4.2" "SlackBuilds.org"
.SH NAME
fbdump \- Dumps the contents of the framebuffer to stdout as a PPM file
.
.nr rst2man-indent-level 0
.
.de1 rstReportMargin
\\$1 \\n[an-margin]
level \\n[rst2man-indent-level]
level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
-
\\n[rst2man-indent0]
\\n[rst2man-indent1]
\\n[rst2man-indent2]
..
.de1 INDENT
.\" .rstReportMargin pre:
. RS \\$1
. nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin]
. nr rst2man-indent-level +1
.\" .rstReportMargin post:
..
.de UNINDENT
. RE
.\" indent \\n[an-margin]
.\" old: \\n[rst2man-indent\\n[rst2man-indent-level]]
.nr rst2man-indent-level -1
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
..
.\" RST source for fbdump(1) man page. Convert with:
.
.\" rst2man.py fbdump.rst > fbdump.1
.
.\" rst2man.py comes from the SBo development/docutils package.
.
.\" converting from pod:
.
.\" s/B<\([^>]*\)>/**\1**/g
.
.\" s/I<\([^>]*\)>/*\1*/g
.
.SH SYNOPSIS
.sp
fbdump [\fI\-fb <device>\fP] [\fI\-vt <terminal>\fP] [\fI\-delay <sec>\fP]
.SH DESCRIPTION
.sp
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.
.SH OPTIONS
.INDENT 0.0
.TP
.B \fB\-fb\fP \fIdevice\fP
Path to the framebuffer device to dump. Default: \fI/dev/fb0\fP\&.
.TP
.B \fB\-vt\fP \fIterminal\fP
Bring virtual terminal number \fIterminal\fP to the foreground before dumping.
Default: dump current foreground terminal.
.TP
.B \fB\-delay\fP \fIsec\fP
Wait \fIsec\fP seconds before dumping. Default: dump immediately.
.UNINDENT
.INDENT 0.0
.TP
.B \-\-help
Display usage and exit.
.UNINDENT
.SH EXAMPLES
.sp
To dump the framebuffer as a PNG image:
.INDENT 0.0
.INDENT 3.5
fbdump | pnmtopng > grab.png
.UNINDENT
.UNINDENT
.SH COPYRIGHT
.sp
See the file /usr/doc/fbdump\-0.4.2/COPYING for license information.
.SH AUTHORS
.sp
fbdump was written by Richard Drummond <\fI\%evilrich@rcdrummond.net\fP>.
.sp
This man page written for the SlackBuilds.org project
by B. Watson, and is licensed under the WTFPL.
.SH SEE ALSO
.sp
The fbdump homepage: \fI\%http://www.rcdrummond.net/fbdump/\fP
.\" Generated by docutils manpage writer.
.