Quoth Ariel Giron on Wed, Jan 17, 2007 at 07:36:50PM -0800: > Would you be able to take a step back and tell me how you got Xvfb > working on Solaris 10? I've tried a couple of thigs with svccfg and > svcadm but they don't seem to work. > > # svcs -a | grep -i x11 > online Dec_21 svc:/application/x11/xfs:default > > # svccfg list | grep -i x11 > application/x11/x11-server > application/x11/xfs > > # svcadm enable x11-server > svcadm: Pattern 'x11-server' doesn't match any instances
You have to create an instance of x11-server. You should be able to do that with svccfg -s x11-server add Xvfb David