求助:Ubuntu+vnc+beyond compare

各种窗口管理器和美化相关
回复
zhbearzhang1234
帖子: 1
注册时间: 2016-05-16 15:39
系统: ubuntu14.04

求助:Ubuntu+vnc+beyond compare

#1

帖子 zhbearzhang1234 » 2016-05-16 15:50

在服务器上配置了VNC,安装beyond compare后发现软件在服务器上看是正常的,用vnc看则灰屏,相应的位置应该是能点进去,感觉上是因为vnc在启动的时候缺少了某种图像的支持,请问有人知道吗?下面是我的xstartup中的配置

代码: 全选

#!/bin/sh

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

gnome-panel &
gnome-settings-daemon &
metacity &
nautilus &
gnome-terminal &
[ -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 &

图片是VNC中看到的软件启动效果
QQ截图20160516155123.png
VNC的配置是参考这篇文章
http://www.krizna.com/ubuntu/install-vn ... ntu-14-04/

求牛人帮忙看看,谢谢
回复