1fbps(1) General Commands Manual fbps(1)
2
3
4
6 fbgs - poor man's PostScript/pdf viewer for the linux framebuffer con‐
7 sole
8
10 fbgs [ options ] file
11
13 fbgs is a simple wrapper script which takes a PostScript or pdf file as
14 input, renders the pages using ghostscript into a temporary directory
15 and finally calls fbi to display them.
16
18 fbps understands all fbi options (they are passed through). Addition‐
19 ally you can specify -l, -xl or -xxl to get the pages rendered with
20 100, 120 or 150 dpi (default is 75). You can use option -p <password>
21 if your PDF file requires password. With -c you can ask fbgs to render
22 the pages in color.
23
25 fbi(1), gs(1)
26
28 Gerd Knorr <kraxel@bytesex.org>
29
30
31
32 (c) 1999-2003 Gerd Knorr fbps(1)