Browse Source
graphics/fbida: Updated for version 2.14, add fbipdf manpage.
graphics/fbida: Updated for version 2.14, add fbipdf manpage.
Signed-off-by: B. Watson <yalhcru@gmail.com>pull/47/head
committed by
David Spencer
6 changed files with 248 additions and 11 deletions
-
2graphics/fbida/README
-
28graphics/fbida/fbida.SlackBuild
-
6graphics/fbida/fbida.info
-
116graphics/fbida/fbipdf.1
-
105graphics/fbida/fbipdf.rst
-
2graphics/fbida/slack-desc
@ -0,0 +1,116 @@ |
|||
.\" Man page generated from reStructuredText. |
|||
. |
|||
.TH FBIPDF 1 "2017-09-21" "2.14" "SlackBuilds.org" |
|||
.SH NAME |
|||
fbipdf \- display PDF files in the Linux console |
|||
. |
|||
.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 fbipdf(1) man page. Convert with: |
|||
. |
|||
.\" rst2man.py fbipdf.rst > fbipdf.1 |
|||
. |
|||
.\" rst2man.py comes from the SBo development/docutils package. |
|||
. |
|||
.SH SYNOPSIS |
|||
.sp |
|||
fbipdf [\fI\-i\fP | \fI\-info\fP] |
|||
.sp |
|||
fbipdf [\fI\-options\fP] \fBpdf\-file\fP |
|||
.SH DESCRIPTION |
|||
.sp |
|||
This program displays PDF files using the Linux fbdev or drm device. |
|||
It\(aqs much faster and more user\-friendly than \fBfbgs\fP, but lacks support |
|||
for PostScript files. |
|||
.sp |
|||
\fBfbipdf\fP is part of the \fBfbida\fP suite. Its original name was |
|||
\fBfbpdf\fP, but it\(aqs been renamed (for this SlackBuilds.org package) |
|||
to \fBfbipdf\fP since there\(aqs another \fBfbpdf\fP in the SBo repo. |
|||
.SH OPTIONS |
|||
.INDENT 0.0 |
|||
.TP |
|||
.B \fB\-h\fP, \fB\-help\fP |
|||
Print help text and exit. |
|||
.TP |
|||
.B \fB\-V\fP, \fB\-version\fP |
|||
Print version number and exit. |
|||
.TP |
|||
.B \fB\-i\fP, \fB\-info\fP |
|||
Print device info and exit. |
|||
.TP |
|||
.B \fB\-store\fP |
|||
Write command line arguments to config file. |
|||
.TP |
|||
.B \fB\-w\fP, \fB\-fitwidth\fP |
|||
Fit page width to screen [default: on]. |
|||
.TP |
|||
.B \fB\-nofitwidth\fP |
|||
Don\(aqt fit page width on screen. |
|||
.TP |
|||
.B \fB\-d\fP, \fB\-device\fP \fI<arg>\fP |
|||
Use framebuffer/drm device \fI<arg>\fP\&. |
|||
.TP |
|||
.B \fB\-o\fP, \fB\-output\fP \fI<arg>\fP |
|||
Use drm output \fI<arg>\fP (try \fB\-info\fP for a list). |
|||
.TP |
|||
.B \fB\-pageflip\fP |
|||
Use pageflip (drm only). |
|||
.TP |
|||
.B \fB\-nopageflip\fP |
|||
Don\(aqt use pageflip (drm only). |
|||
.TP |
|||
.B \fB\-g\fP, \fB\-opengl\fP |
|||
Use OpenGL (drm only). |
|||
.TP |
|||
.B \fB\-noopengl\fP |
|||
Don\(aqt use OpenGL (drm only). |
|||
.TP |
|||
.B \fB\-m\fP, \fB\-mode\fP \fI<arg>\fP |
|||
Use video mode \fI<arg>\fP (from /etc/fb.modes). |
|||
.UNINDENT |
|||
.SH FILES |
|||
.INDENT 0.0 |
|||
.TP |
|||
.B \fB~/.fbpdf.rc\fP |
|||
Config file created by \fB\-info\fP option. |
|||
.UNINDENT |
|||
.SH COPYRIGHT |
|||
.sp |
|||
See the file /usr/doc/fbipdf\-2.14/COPYING for license information. |
|||
.SH AUTHORS |
|||
.sp |
|||
fbipdf was written by Gerd Knorr <\fI\%kraxel@bytesex.org\fP>. |
|||
.sp |
|||
This man page written for the SlackBuilds.org project |
|||
by B. Watson, and is licensed under the WTFPL. |
|||
.SH SEE ALSO |
|||
.sp |
|||
fbi(1), ida(1), exiftran(1), fbgs(1) |
|||
.sp |
|||
The fbida homepage: \fI\%https://www.kraxel.org/blog/linux/fbida/\fP |
|||
.\" Generated by docutils manpage writer. |
|||
. |
|||
@ -0,0 +1,105 @@ |
|||
.. RST source for fbipdf(1) man page. Convert with: |
|||
.. rst2man.py fbipdf.rst > fbipdf.1 |
|||
.. rst2man.py comes from the SBo development/docutils package. |
|||
|
|||
.. |version| replace:: 2.14 |
|||
.. |date| date:: |
|||
|
|||
====== |
|||
fbipdf |
|||
====== |
|||
|
|||
-------------------------------------- |
|||
display PDF files in the Linux console |
|||
-------------------------------------- |
|||
|
|||
:Manual section: 1 |
|||
:Manual group: SlackBuilds.org |
|||
:Date: |date| |
|||
:Version: |version| |
|||
|
|||
SYNOPSIS |
|||
======== |
|||
|
|||
fbipdf [*-i* | *-info*] |
|||
|
|||
fbipdf [*-options*] **pdf-file** |
|||
|
|||
DESCRIPTION |
|||
=========== |
|||
|
|||
This program displays PDF files using the Linux fbdev or drm device. |
|||
It's much faster and more user-friendly than **fbgs**, but lacks support |
|||
for PostScript files. |
|||
|
|||
**fbipdf** is part of the **fbida** suite. Its original name was |
|||
**fbpdf**, but it's been renamed (for this SlackBuilds.org package) |
|||
to **fbipdf** since there's another **fbpdf** in the SBo repo. |
|||
|
|||
OPTIONS |
|||
======= |
|||
|
|||
**-h**, **-help** |
|||
Print help text and exit. |
|||
|
|||
**-V**, **-version** |
|||
Print version number and exit. |
|||
|
|||
**-i**, **-info** |
|||
Print device info and exit. |
|||
|
|||
**-store** |
|||
Write command line arguments to config file. |
|||
|
|||
**-w**, **-fitwidth** |
|||
Fit page width to screen [default: on]. |
|||
|
|||
**-nofitwidth** |
|||
Don't fit page width on screen. |
|||
|
|||
**-d**, **-device** *<arg>* |
|||
Use framebuffer/drm device *<arg>*. |
|||
|
|||
**-o**, **-output** *<arg>* |
|||
Use drm output *<arg>* (try **-info** for a list). |
|||
|
|||
**-pageflip** |
|||
Use pageflip (drm only). |
|||
|
|||
**-nopageflip** |
|||
Don't use pageflip (drm only). |
|||
|
|||
**-g**, **-opengl** |
|||
Use OpenGL (drm only). |
|||
|
|||
**-noopengl** |
|||
Don't use OpenGL (drm only). |
|||
|
|||
**-m**, **-mode** *<arg>* |
|||
Use video mode *<arg>* (from /etc/fb.modes). |
|||
|
|||
FILES |
|||
===== |
|||
|
|||
**~/.fbpdf.rc** |
|||
Config file created by **-info** option. |
|||
|
|||
COPYRIGHT |
|||
========= |
|||
|
|||
See the file /usr/doc/fbipdf-|version|/COPYING for license information. |
|||
|
|||
AUTHORS |
|||
======= |
|||
|
|||
fbipdf was written by Gerd Knorr <kraxel@bytesex.org>. |
|||
|
|||
This man page written for the SlackBuilds.org project |
|||
by B. Watson, and is licensed under the WTFPL. |
|||
|
|||
SEE ALSO |
|||
======== |
|||
|
|||
fbi(1), ida(1), exiftran(1), fbgs(1) |
|||
|
|||
The fbida homepage: https://www.kraxel.org/blog/linux/fbida/ |
|||
Write
Preview
Loading…
Cancel
Save
Reference in new issue