您的位置:首页 > 其它

how to install a vncserver or vncviewer in Ubuntu

2012-09-12 18:20 666 查看
1. Download vnc4server

sudo apt-get install vnc4server


2. Modify ~/.vnc/xstartup

# Uncomment the following two lines for normal desktop:
unset SESSION_MANAGER
exec /etc/X11/xinit/xinitrc


3. Change the permissions on the /etc/X11/xinit/xinitrc file to make it executable:

sudo chmod 755 /etc/X11/xinit/xinitrc


4. Start the vnc4server:

ielife@KevinLee-desktop:~$ vnc4server
Found /usr/share/vnc-java for http connections.

New 'KevinLee-desktop:1 (ielife)' desktop is KevinLee-desktop:1

Starting applications specified in /home/ielife/.vnc/xstartup
Log file is /home/ielife/.vnc/KevinLee-desktop:1.log


5. How to install vncviewer

sudo apt-get install xvnc4viewer


6. Login

xvnc4viewer
server:<ip>:<display number>
passwd:vncserver password


if use windows vncviewer:

address box:serverip:display number

then press connect button and input vncserver passwd.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: