JFBTERM/ME
J framebuffer terminal / Multilingual Enhancement
JFBTERM/ME takes advantages of framebuffer device that is supported
since linux kernel 2.2.x (at least on ix86 architecture) and make it
enable to display multilingual text on console.
Is is developed on ix86 architecture, and it will works on other
architectures such as linux/pcpc.
Features
- It works with framebuffer device instead of VGA.
- It supports pcf format font
- It is not so fast because it doesn't take any advantages of accelaration.
- It also support coding systems other than ISO-2022, such as
SHIFT-JIS by using iconv(3).
- It is userland program.
[NEWS]
[Supported Framebuffer]
[Install]
[Customize]
[Run]
[Download]
[It's not bug!]
[Known Bug]
[ToDo]
[Contributors]
[MailingList]
2003/09/15 jfbterm-0.4.3 released
2003/09/14 jfbterm-0.4.2 released
2003/09/04: jfbterm-0.4.1 released
vga16fb
1bpp
2bpp
8bpp PACKED-PIXELS PSEUDOCOLOR
15bpp PACKED-PIXELS TRUECOLOR
16bpp PACKED-PIXELS TRUECOLOR
24bpp PACKED-PIXELS TRUECOLOR
32bpp PACKED-PIXELS TRUECOLOR
How to install
Since it is autoconfisicated, simply run ./configure ; make ; make install.
$ ./configure
$ make
$ su
# make install
# exit
Configuration file and fonts
${sysconfdir}/jfbterm.conf.sample is installed, so you can edit
it and save as ${sysconfdir}/jfbterm.conf.
If you didn't specify any parameter to ./configure,
it will be /usr/local/etc/jfbterm.conf.sample. If you want to
have /etc/jfbterm.conf, do
./configure --sysconfdir=/etc
termcap, terminfo
terminal name is "jfbterm".
Use terminfo.jfbterm as terminfo.
See enable parameters by running
./configure --help
$ ./jfbterm
jfbterm is free software; you can redistribute it and/or modify it
under modified BSD-style license as KON2 did.
If you run jfbterm within X environment (such as kterm), environment
variable DISPLAY will be set in a program under jfbterm so that
Emacs will be displayed on X instead of on jfbterm unless
you unset DISPLAY.
Please send me bug reports.
- Support DIRECTCOLOR framebuffers
- Support Mouse.
- Support BEEP.
- Support rotate.
jfbterm-dev@linux.or.jp
is mailing list to discuss on JFBTERM/ME.
To subscribe, send mail to
jfbterm-dev-ctl@linux.or.jp:
subscribe your name
jfbterm-dev@linux.or.jp administrator
jfbterm-dev-admin@linux.or.jp
|
http://sourceforge.jp/projects/jfbterm|
original jfbterm
Copyright © 2002-2003 Fumitoshi UKAI
Copyright(C) 1999 Noritoshi MASUICHI All rights reserved.