1
0
mirror of git://projects.qi-hardware.com/openwrt-packages.git synced 2025-04-21 12:27:27 +03:00

fbida: a few applications for viewing and editing images; ghostscript as

a requirement for fbgs, a wrapper script for viewing ps/pdf files on the
framebuffer console using fbi, an image viewer for the linux framebuffer
console.
This commit is contained in:
kyak
2010-10-18 20:39:48 +04:00
parent 1a6e2dc80b
commit 277888f878
5 changed files with 159 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
--- fbida-2.07.orig/fbi.c 2010-10-17 19:08:40.726246881 +0400
+++ fbida-2.07/fbi.c 2010-10-17 19:08:35.322244313 +0400
@@ -1465,7 +1465,7 @@
font_init();
if (NULL == fontname)
- fontname = "monospace:size=16";
+ fontname = "monospace:size=10";
face = font_open(fontname);
if (NULL == face) {
fprintf(stderr,"can't open font: %s\n",fontname);