Jul 8, 2007

Install VNCserver in Fedora Core 7

- Installation
$ yum -y install vnc*
- Starting with no configuration file
$ vncserver :1
Only xterm interface
$ vncserver -kill :1
to kill display 1
- Configuration
$ vi ~/.vnc/xstartup
Comment
twm &
And append
init 5
startkde &

Note: init 5 is necessary only when your server start with runlevel other than 5

No comments: