xlenonz adlı üyeden alıntı: mesajı görüntüle
önce => yum install vnc*
xauth için şunu yaptım sorun kalmadı => yum install xorg-x11-xauth

sonra vncserver
şifre isteyecek onu giriyoruz
sonra??

vnc klasörü için

# cd ~
# cd .vnc

ama ne yapacağım şimdi anlamadım?
hangi programı indireceğim?
Eyvallah dostum yum install xorg-x11-xauth işe yaradı.

Alıntı
root@linux3 [~/.vnc]# pico xstartup
root@linux3 [~/.vnc]# vnc -geometry 1024x768
-bash: vnc: command not found
root@linux3 [~/.vnc]#
vnc -geometry 1024x768 bu komut bende çalışmadı ama

pico xstartup yapıp Sait'in dediği gibi # kare işaretlerini kaldırdım.
ekran ayarları zaten bu dosyanın içinde varmış ve ayarı görüldüğü gibi
Alıntı
#!/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 &