Set VNCServer$Dir <Obey$Dir>

| load ZLib if possible (required for zlib & zrle encodings)
RMEnsure ZLib 0.00 IfThere System:Modules.ZLib Then RMLoad System:Modules.ZLib 

| first make sure the vncserver module is installed
RMEnsure vncserver 0.00 RMLoad <VNCServer$Dir>.vncserver

| load the configuration
vncserv_config <VNCServer$Dir>.config

| start up the server
vncserv_start
