mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-14 21:56:41 +01:00
594c8bee17
Signed-off-by: B. Watson <yalhcru@gmail.com>
105 lines
2.1 KiB
ReStructuredText
105 lines
2.1 KiB
ReStructuredText
.. 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/
|