|
系统需求:
framebuffer 支持编译进内核 或者 KMS 支持编译进内核
基本系统
中文字体 随意
fontconfig http://cblfs.cross-lfs.org/index.php/FontConfig
freetype http://cblfs.cross-lfs.org/index.php/FreeType
启动参数加上 video=vesafb:ywrap,mtrr:3 vga=0x315(根据自己显卡调整),或者使用 KMS 支持(不需加 video=xxx vga=xxx,效果见附图)。
简单点说,如果您在 X 下可以正常显示中文,只要以 root 身份拷贝粘贴、或复制执行下面脚本,即可自动安装配置。- #!/bin/sh
- #-----------------UserManual-----------------
- wget -c http://ucimf.googlecode.com/files/UserManual.pdf
- wget -c http://ucimf.googlecode.com/files/UserManual.txt
- #-----------------install--------------------
- cd
- wget -c http://ucimf.googlecode.com/files/libucimf-2.2.8.tar.gz
- tar -xvf libucimf-2.2.8.tar.gz
- cd libucimf-2.2.8/
- ./configure --prefix=/usr --sysconfdir=/etc
- make
- make install
- cd
- rm -rf libucimf-2.2.8/
- wget -c http://ucimf.googlecode.com/files/ucimf-openvanilla-2.10.5.tar.gz
- tar -xvf ucimf-openvanilla-2.10.5.tar.gz
- cd ucimf-openvanilla-2.10.5/
- ./configure --prefix=/usr
- make
- make install
- cd
- rm -rf ucimf-openvanilla-2.10.5/
- wget -c http://ucimf.googlecode.com/files/openvanilla-modules-0.8.0_9.tar.gz
- tar -xvf openvanilla-modules-0.8.0_9.tar.gz
- cd openvanilla-modules-0.8.0_9/
- ./configure --prefix=/usr --with-zh_CN
- make
- make install
- cd
- rm -rf openvanilla-modules-0.8.0_9/
- wget -c http://fbterm.googlecode.com/files/fbterm-1.5.tar.gz
- tar -xvf fbterm-1.5.tar.gz
- cd fbterm-1.5/
- ./configure --prefix=/usr
- make
- make install
- cd
- rm -rf fbterm-1.5/
- wget -c http://ucimf.googlecode.com/files/fbterm_ucimf-0.2.5.tar.gz
- tar -xvf fbterm_ucimf-0.2.5.tar.gz
- cd fbterm_ucimf-0.2.5/
- ./configure --prefix=/usr
- make
- make install
- cd
- rm -rf fbterm_ucimf-0.2.5/
- wget -c http://ftp.debian.org/debian/pool/main/d/dialog/dialog_1.1-20080819.orig.tar.gz
- tar -xvf dialog_1.1-20080819.orig.tar.gz
- cd dialog-1.1-20080819/
- ./configure --prefix=/usr
- make
- make install
- cd
- rm -rf dialog-1.1-20080819/
复制代码
整理输入模块(可选)- mkdir -v /usr/lib/openvanilla/OVIMGeneric/bak
- mv /usr/lib/openvanilla/OVIMGeneric/*.cin /usr/lib/openvanilla/OVIMGeneric/bak
- mv /usr/lib/openvanilla/OVIMGeneric/bak/{pinyin,wubi}*.cin /usr/lib/openvanilla/OVIMGeneric/
复制代码
运行- export LANG=zh_CN.UTF-8
- export LC_ALL=zh_CN.UTF-8
- fbterm -i fbterm_ucimf
复制代码 或- LANG=zh_CN.UTF-8 fbterm -i fbterm_ucimf
复制代码 普通用户需要把用户加入 video 组。
注意:
fbterm 安装时被设置 suid bit(机子上有 libcap 的话是另一种情况),当前 ucimf 依赖 root 权限设置键盘映射,仅执行 fbterm 则不需要 suid bit。
如果您以普通用户身份安装,请参考
http://groups.google.com/group/u ... ad/ec755f32322d9b48
注意:
有问题请先看安装脚本下载的 pdf 用户手册,再参考下面资源。
如果您使用发行版,请使用相应发行版的安装方式。
如果想按上面源码方式安装,请自行解决 编译环境、依赖问题 特别是头文件。
参考资源
http://code.google.com/p/ucimf/wiki/FAQ
http://code.google.com/p/ucimf/issues/list
http://groups.google.com/group/ucimf
http://code.google.com/p/ucimf/
http://code.google.com/p/fbterm/
工作在 ATI KMS 上的 fbterm + ucimf 效果图
|
本帖子中包含更多资源
您需要 登录 才可以下载或查看,没有帐号?注册
x
|