linux vnc server configuration

来源:互联网 发布:云计算需要什么技术 编辑:程序博客网 时间:2024/06/04 18:09

steve-52:/etc/samba # cat /root/.vnc/xstartup
#!/bin/sh
unset SESSION_MANAGER
exec /etc/X11/xinit/xinitrc

xrdb $HOME/.Xresources
xsetroot -solid grey
xterm -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" &
twm &
You have new mail in /var/mail/root

 

To control the resolution:

start vnc server with following cmd: vncserver -geometry 1680x1050

原创粉丝点击