[list]
[*]修改超级用户密码 sudo passwd root
[*]修改默认用户ubuntu用户密码 sudo passwd ubuntu
[*]安装vncserver,可以从windows pc端连接上去
ubuntu的软件管理器是 sudo synaptic,找到x11vnc这个软件装好
设置vncserver自动启动:
[backcolor=white !important][size=1em][table=98%]
[tr][td][align=right]
[/align][/td][td][align=right][size=1em][backcolor=white !important][size=1em]sudo x11vnc -forever -shared -rfbauth ~/.vnc/passwd[/size][/backcolor]
[backcolor=white !important][size=1em]sudo cp ~/.vnc/passwd /etc/x11vnc.pass[/size][/backcolor]
[backcolor=white !important][size=1em]sodu vi /etc/init/x11vnc.conf[/size][/backcolor]
[/size]
[/align][/td][/tr]
[/table][/size][/backcolor]
[i]start on login-session-start
script
x11vnc -display :0 -auth /var/run/lightdm/root/:0 -forever -bg -o /var/log/x11vnc.log -rfbauth /etc/x11vnc.pass -rfbport 5900
end script[/i]
客户端使用vnc viewer 连接上pcDuino的ip:5900去就可以了
[*]安装中文繁体支持 找到language-pack-zh-hant安装
[*]安装中文输入法 ….(待测试)
[*]安装中文字库 找到 ttf-arphic-ukai 软件安装后,dpkg-reconfigure locales,在gedit里面如果出现乱码,则在启动gedit前输入:
[/list][code]gsettings set org.gnome.gedit.preferences.encodings auto-detected "['GB18030', 'utf-8', 'utf-8', 'UTF-8', 'BIG5', 'CURRENT', 'UTF-16']"
gsettings set org.gnome.gedit.preferences.encodings shown-in-menu "['GB18030', 'utf-8', 'utf-8', 'UTF-8', 'BIG5', 'CURRENT', 'UTF-16']"[/code]