mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2024-11-05 13:29:20 +02:00
277888f878
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.
12 lines
366 B
Diff
12 lines
366 B
Diff
--- 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);
|