标签:树莓派 b+
http://mewgen.com/Ge107_files/20120921%20Setting%20up%20Rasberry%20pi%20for%20the%20Xtion%20and%20kinect.html
http://blog.csdn.net/hcx25909/article/details/8552099
树莓派默认是采用英文字库的,而且系统里没有预装中文字库,所以即使你在locale中改成中文,也不会显示中文,只会显示一堆方块。因此需要我们手动来安装中文字体。好在有一个中文字体是免费开源使用的。ssh中输入以下命令 1 sudo apt-get install ttf-wqy-zenhei 安装过程中如果碰到(Y/n),都选择y 中文字库安装完成之后,还需要安装一个中文输入法。输入如下命令 2 sudo apt-get install scim-pinyin 一样的安装过程,安装完毕后输入 3 sudo raspi-config 然后选择change_locale,在Default locale for the system environment:中选择zh_CN.UTF-8,配置完成之后,输入命令 4 sudo reboot 重启完成好就可以在VNC连接上去后使用中文显示和中文输入法了,切换中文输入法一样也是ctrl+space
标签:树莓派 b+
原文地址:http://blog.csdn.net/xiabodan/article/details/44496871