1.安裝字庫
sudo apt-get install ttf-wqy-zenhei
2.安裝輸入法
sudo apt-get install scim-pinyin
3.設置本地語言環境
sudo raspi-config
然后選擇change_locale,在Default locale for the system environment:中選擇zh_CN.UTF-8,配置完成之后,輸入命令
sudo reboot
重啟完成好就可以在VNC連接上去后使用中文顯示和中文輸入法了,切換中文輸入法一樣也是ctrl+space
原文:https://blog.csdn.net/jdh99/article/details/21996195