Alan,

On OpenSolaris 0906, I run
pfexec /usr/X11/bin/Xvfb -screen 0 1280x1024x24 :2 &
export DISPLAY=:2
gedit

I got
Xlib: connection to ":2.0" refused by server
Xlib: No protocol specified


(gedit:18163): Gtk-WARNING **: cannot open display: :2.0


On SNV_115, I run
pfexec /usr/X11/bin/Xvfb -screen 0 1280x1024x24 :2 &
I got a message
The XKEYBOARD keymap compiler (xkbcomp) reports:
> Warning:          Type "ONE_LEVEL" has 1 levels, but <RALT> has 2 symbols
>                   Ignoring extra symbols
Errors from xkbcomp are not fatal to the X server
(EE) config/hal: NewInputDeviceRequest failed
(EE) config/hal: NewInputDeviceRequest failed

Then
export DISPLAY=:2
gedit

It works, I pressed Ctrl+C
I got a message
The XKEYBOARD keymap compiler (xkbcomp) reports:
> Warning:          Type "ONE_LEVEL" has 1 levels, but <RALT> has 2 symbols
>                   Ignoring extra symbols
Errors from xkbcomp are not fatal to the X server
(EE) config/hal: NewInputDeviceRequest failed
(EE) config/hal: NewInputDeviceRequest failed

After that Xvfb starts to eat CPU.
Here's the stack.
1564:   /usr/X11/bin/Xvfb -screen 0 1280x1024x24 :2
 fffffd7fff2c419a setitimer () + a
 00000000004cefbd WaitForSomething () + fd
 00000000004a8bd4 Dispatch () + 84
 00000000004bd995 main () + 475
 000000000049652c _start () + 6c
-- 
This message posted from opensolaris.org

Reply via email to