Ubuntu14.04如何在终端下无法输出中文

系统字体配置、中文显示和输入法问题
回复
feibob
帖子: 32
注册时间: 2008-10-25 11:09

Ubuntu14.04如何在终端下无法输出中文

#1

帖子 feibob » 2015-11-16 9:35

我装的是Ubuntu14.04, 在图形界面状态下,无论是使用桌面状态,还是使用Terminator, 都可以正常的显示及输入中文,但在使用Ctrl+Alt+F1进入系统多用户终端时,就无法显示和输入中文了,不知道在此情况下,应该如何设置,望赐教为谢。
头像
vickycq
帖子: 4507
注册时间: 2011-03-20 13:12
系统: Debian
来自: 山东省寿光县
联系:

Re: Ubuntu14.04如何在终端下无法输出中文

#2

帖子 vickycq » 2015-11-16 9:43

Debian 中文论坛 - forums.debiancn.org
欢迎所有 Debian GNU/Linux 用户
头像
careone
帖子: 839
注册时间: 2007-12-17 21:41

Re: Ubuntu14.04如何在终端下无法输出中文

#3

帖子 careone » 2015-11-16 14:18

1. 先安装 fbterm

代码: 全选

sudo apt-get install fbterm
2. 将 fbterm 加入默认终端启动

代码: 全选

gedit ~/.profile &
在这个文件的最后面加上一句

代码: 全选

fbterm &
保存并退出。下次登陆即可见效
魁拔不死,天下不宁。
魁拔既死,天下不平。
--------------
Careone <emacslocale^126.com>
https://sourceforge.net/projects/emacslocale/files/
poloshiao
论坛版主
帖子: 18279
注册时间: 2009-08-04 16:33

Re: Ubuntu14.04如何在终端下无法输出中文

#4

帖子 poloshiao » 2015-11-16 17:20

但在使用Ctrl+Alt+F1进入系统多用户终端时,就无法显示和输入中文了,不知道在此情况下,应该如何设置,望赐教为谢。
最主要關鍵點是 在 tty1 ~ tty6 console 介面 要顯示中文字符 必須安裝有 frame buffer
https://en.wikipedia.org/wiki/Framebuffer
https://en.wikipedia.org/wiki/Linux_framebuffer
fbterm
http://packages.ubuntu.com/search?suite ... chon=names
套件 fbterm
A fast framebuffer based terminal emulator for Linux
就是其中一種
回复