I'll try to help you to use OpenSolaris without the headache ! I am an ex Sun Microsystems and please don't hesitate to contact me for any matter having a link with OpenSolaris... No stupid questions... It is a very nice OS ! Don't miss it !

Sunday, March 8, 2009

X11 in Solaris zones - OpenSolaris 2008.11

From https://www.opensolaris.org/jive/thread.jspa?threadID=82847&tstart=0

Hot stuff :

The following command allows access from remote clients.
svccfg -s svc:/application/x11/x11-server setprop options/tcp_listen = true
Then restart the X server
pkill -HUP Xorg

Or

Turn on tcp listen
svccfg -s svc:/application/x11/x11-server setprop options/tcp_listen = true
Then restart the X server
svcadm refresh svc:/application/x11/x11-server
svcadm restart svc:/application/x11/x11-server

By the way, this post is from a local zone running firefox with the DISPLAY set to the global zone.

No comments:

Post a Comment