Difference between revisions of "Rock/vnc/zh cn"
(→设置VNC服务器) |
(→Windows) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 60: | Line 60: | ||
[[File:remmina_profile.png]] | [[File:remmina_profile.png]] | ||
− | + | 现在单击 “connect”,输入我们刚才设定的密码就可以了。 | |
[[File:remmina_pw.png]] | [[File:remmina_pw.png]] | ||
+ | |||
+ | ===Windows=== | ||
+ | 在Windows平台,我们使用VNC Viewr来作为VNC的客户端,使用它你可以远程查看并控制你的Radxa板子的桌面环境。 | ||
+ | 它的使用很简单,你可以按照下面的方法配置它: | ||
+ | |||
+ | Server: 你的Radxa Rock板子的IP地址,后面加上":1",比如 192.168.1.101:1 | ||
+ | 然后单击 'OK',启动连接。 | ||
+ | |||
+ | [[File:VNCConfig-1.jpg]] | ||
+ | |||
+ | 下面输入我们之前设定的密码,并单击OK: | ||
+ | |||
+ | [[File:VNCConfig-2.jpg]] |
Latest revision as of 01:46, 28 March 2014
Contents
设置VNC服务器
你可以通过设定VNC(Virtual Network Computing)服务器从网络上远程进入你的radxa rock桌面。 如果你还没有在你的rock板上安装VNC服务器,需要用下面的命令安装它(前提是你的板子能连接网络):
sudo apt-get install tightvncserver
第一次运行时设定密码:
root@radxa:~# vncserver
你需要设定一个进入桌面的密码:
Password: #(input your password here) Warning: password truncated to the length of 8. Verify: #(repeat the password) Would you like to enter a view-only password (y/n)? n #(input n here) xauth: file /root/.Xauthority does not exist New 'X' desktop is radxa:1 Creating default startup script /root/.vnc/xstartup Starting applications specified in /root/.vnc/xstartup Log file is /root/.vnc/radxa:1.log
现在编辑 ~/.vnc/xstartup 文件,并在 x-window-manager 后面添加一行,就像:
#!/bin/sh xrdb $HOME/.Xresources xsetroot -solid grey #x-terminal-emulator -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" & #x-window-manager & startlubuntu & # Fix to make GNOME work export XKL_XMODMAP_DISABLE=1 /etc/X11/Xsession
现在重启VNC服务:
root@radxa:~# vncserver -kill :1 root@radxa:~# vncserver -geometry 1280x800 :1
现在Rock板子上运行的VNC服务器桌面分辨率是1280x800的。
远程桌面
Linux
这里我们使用Remmina Remote Desktop 作为VNC客户端,用于进入rock的远程桌面。 单击 'plus' 按钮,创建一个新的VNC连接,并按照如下步骤配置它:
Name: 随便你起
Group: 可以留空
Protocal: 选择 "VNC - Virtual Network Computing"
Server: 输入你的rock板子的IP地址,后面加上 “:1”,比如 192.168.1.101:1
Color depth: 选择True color(24 bit)
Quality: 选择 best
下面是配置的例子:
现在单击 “connect”,输入我们刚才设定的密码就可以了。
Windows
在Windows平台,我们使用VNC Viewr来作为VNC的客户端,使用它你可以远程查看并控制你的Radxa板子的桌面环境。 它的使用很简单,你可以按照下面的方法配置它:
Server: 你的Radxa Rock板子的IP地址,后面加上":1",比如 192.168.1.101:1 然后单击 'OK',启动连接。
下面输入我们之前设定的密码,并单击OK: