Go Vegetarian

Go Vegetarian

Sunday, March 08, 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: