文章详情

  • 游戏榜单
  • 软件榜单
关闭导航
热搜榜
热门下载
热门标签
php爱好者> php文档>使用vnc连接ubuntu10.10远程桌面

使用vnc连接ubuntu10.10远程桌面

时间:2011-03-01  来源:番茄侠

# apt-get install vnc4server 

# vnc4server

启动完vnc4server后会在主目录下将会产生一个.vnc的目录 

2.停止某个vnc session:

vnc4server -kill :1

3.编辑 .vnc/xstartup ,将其修改成如下内容:

 #!/bin/sh


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

[ -x /etc/vnc/xstartup ] && exec /etc/vnc/xstartup
[ -r $HOME/.Xresources ] && xrdb $HOME/.Xresources
#xsetroot -solid grey
#vncconfig -iconic &
#x-terminal-emulator -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" &
#x-window-manager &

4.修改/etc/X11/xinit/xinitrc文件的许可:

# chmod 755 /etc/X11/xinit/xinitrc 

5.重启服务

# vnc4server 

 

Troubleshooting:

1.如果vnc连接后,发现分辨率不是自己想要的,可以通过该命令进行修改:

# vncserver -geometry 800x600 

 

参考: 

http://blogold.chinaunix.net/u3/101323/showart.php?id=2486664

http://hi.baidu.com/kbkiss/blog/item/9e0e15ca33e20182c9176825.html

相关阅读 更多 +
排行榜 更多 +
辰域智控app

辰域智控app

系统工具 下载
网医联盟app

网医联盟app

运动健身 下载
汇丰汇选App

汇丰汇选App

金融理财 下载