Jump to letter: [
4ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
jfbterm: J Framebuffer terminal
- Summary
- jfbterm is a program to print several character sets, such as Japanese Kanji,
on Linux framebuffer device. It takes advantage of peudo tty mechanisms
to hook console output in the same way as KON. It renders font on framebuffer
device instead of VGA that is used by KON.
Features are:
* It uses PCF format of font file. So, you need some bitmap font used in X
window system.
* It supports ISO-2022 encodings and UTF-8 encoding. It also supports other
coding system such as SHIFT_JIS by using iconv(3).
* It hooks output by using pty and emulate terminal on frame buffer device.
Changelog
- * Tue Apr 12 19:00:00 2005 Akira TAGOH <tagoh{%}redhat{*}com> - 0.4.7-1.EL3.1
- jfbterm-0.4.7-sighld.patch: applied a patch from Debian to fix a lockup problem.
- * Fri Feb 25 18:00:00 2005 Akira TAGOH <tagoh{%}redhat{*}com> - 0.4.7-1.EL3.0
- New upstream release.
- contains the security fix.
- * Wed Nov 17 18:00:00 2004 Akira TAGOH <tagoh{%}redhat{*}com> - 0.4.6-1.EL3.0
- added terminfo.
- added ncurses to BuildRequires.
- updated Requires.
- jfbterm-0.4.6-build-x86-64.patch: applied to build without the errors
on x86-64.
- added ExcludeArch: ia64 for a workaround to avoid glibc-kernelheaders breakage.