Archive for December 14th, 2013
14
Dec
VNC linux
yum install vnc-server
vi /etc/sysconfig/vncservers
VNCSERVERS=”2:root”
#VNCSERVERARGS[2]=”-geometry 1080×720″
VNCSERVERARGS[2]=”-geometry 1280×960″
# -nolisten tcp -nohttpd -localhost”
————-
mkdir /root/.vnc
cd /root/.vnc
vncpasswd
vi xtartup
yum install gnome-session
#!/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
#setroot -solid grey
#vncconfig -iconic &
#xterm -geometry 80×24+10+10 -ls -title “$VNCDESKTOP Desktop” &
#twm &
gnome-wm &