You seem to have mailed half the lists on opensolaris.org, while missing
the one most relevant: xwin-discuss, where the people who actually worked
on Xvfb are found.

prasad wrote:
> Am trying to setup Xvfb on solaris 10(sparc). 
> 
> I have followed the following steps
> 1) Made changes to OWconfig in /usr/openwin/server/etc
>     class="XDISPLAY" name="1"
>         coreKeyboard="NKBD" corePointer="NMOUSE"
>         dev1="vfb" ;

You shouldn't need to modify OWconfig at all for running Xvfb.

> 2) started Xvfb
>  su - $USER -c "/usr/openwin/bin/Xvfb :1 screen 0 1280x1024x8 pixdepths 8 24 
> fbdir /tmp/.X11-vfb &"
> 
> But when I connect to display server from my java code, I get below error 
> from Xvfb process though graphics display from Java works fine.
> 
> # fstat: Bad file number
> (failed to stat vfb)
> stat: No such file or directory
> (failed to stat vfb)
> 
> Am running this process from global zone as root. I read that errors such as 
> this lead to Xvfb process crash after few hours of usage. Am I doing 
> something wrong here. Any help in resolving this error is appreciated.

I've not seen that before, so I'm not sure what causes it.

Solaris 10 8/07 adds the X11R7.2 version of Xvfb in /usr/X11/bin/Xvfb - I
don't know if that will work any better for you or not.

-- 
        -Alan Coopersmith-           alan.coopersmith at sun.com
         Sun Microsystems, Inc. - X Window System Engineering


Reply via email to