NevadaVncSetup < Javatools < TWiki

TWiki . Javatools . NevadaVncSetup

How to Run JDS/Gnome on VNC Server for OpenSolaris

This note explains how to run the Gnome-based Java Desktop System (JDS) in a VNC server in distributions based on OpenSolaris. It is not about using VNC with the Xen-based XVM hypervisor that is also part of recent OpenSolaris builds. Why would you want to run a VNC server?

Starting with OpenSolaris Nevada build 76, a VNC server comes pre-installed with the OS. SXDE 1/08 which is based on at later version also includes VNC. Here is one way to get a VNC server running.

#!/bin/sh

[ -r $HOME/.Xresources ] && xrdb $HOME/.Xresources
# vncconfig is for cut and paste
vncconfig -iconic &
gnome-session&

-- EdwinGoei - 14 Mar 2008

----- Revision r3 - 16 Mar 2008 - 20:59:14 - EdwinGoei