vi ~root/.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 &
#xterm -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" &
#twm &
export GTK_IM_MODULE=scim
gnome-session &
gnome-settings-daemon &
---------------------------------------------------------
서비스 시작: vncserver :1
접속 방법 : hostip:1
원격지 윈도우에서 접속을 위한 client 프로그램
vncviewer_han-ysaraha.exeVNC client program
'공부 이야기 > 컴퓨터 몽땅' 카테고리의 다른 글
| SourceInsight 환경 설정파일(UI관련) (4) | 2007/09/05 |
|---|---|
| 리눅스 Fedora core 6 시스템 폰트 바꾸기 Fixsys 폰트 (0) | 2007/08/07 |
| VNC Server를 이용한 Fedora core 6 원격 제어 xstart 설정 (0) | 2007/08/07 |
| 리눅스 시간설정 자동으로... (0) | 2007/07/18 |
| ARM GCC Compile Options (1) | 2007/07/13 |
| compiling openssh (0) | 2007/07/02 |




