> OK, I managed to get a VNC connection to xvnc inside > a zone, however it is just a blank screen. I did the > following: > > pkg install xvnc > pkg install gdm > svcadm enable xvnc-inetd > > then used vncviewer to connect from the global zone. > I can also telnet to the vnc port in the zone fine. > What extra saetup is needed to get this working? > > Thanks > > Andrew.
Nearly there. After some digging it seems gdm is not starting because it wants dbus to be running. Unfortunately when I try to run dbus directly (via its svc start method script) it tells me it won't run in a non-global zone. So I removed the dependency of the gdm service on dbus and consolekit and tried to start gdm using its svc method script and it is still looking for dbus. I had a look in /etc/gdm/Xsession and can't find any reference to dbus. How do I stop gdm from trying to use dbus? Thanks Andrew. -- This message posted from opensolaris.org