Friday, February 10, 2012

SUSE Linux VNC configuration.

1. Start the vnc server

# vncserver :20

It will create the .vnc/ dir in user home dir.

2. Open .vnc/xstartup file
Enter as below

#!/bin/sh

xrdb $HOME/.Xresources
xsetroot -solid grey
#xterm -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" &
xterm -geometry 1280x1024 -depth 32
twm &
startkde

[Have to add startkde to open the KDE desktop]

3. Restart the vnc serverice.

# vncserver -kill :20
# vncserver :20

No comments:

Post a Comment