From 594c8bee1720be18cdd560c8edb44d70997340e3 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Thu, 21 Sep 2017 14:22:28 -0400 Subject: graphics/fbida: Updated for version 2.14, add fbipdf manpage. Signed-off-by: B. Watson --- graphics/fbida/fbipdf.rst | 105 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 105 insertions(+) create mode 100644 graphics/fbida/fbipdf.rst (limited to 'graphics/fbida/fbipdf.rst') diff --git a/graphics/fbida/fbipdf.rst b/graphics/fbida/fbipdf.rst new file mode 100644 index 000000000000..171612123329 --- /dev/null +++ b/graphics/fbida/fbipdf.rst @@ -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** ** + Use framebuffer/drm device **. + +**-o**, **-output** ** + Use drm output ** (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** ** + Use video mode ** (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 . + +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/ -- cgit v1.2.3