Okay, I've read everything I can find on VNC on headless systems until I'm blearry eyed.... and made several attempts, and as far as I've gotten is a successful VNC connection which gives me a black screen and a moving X cursor.... but no usable desktop.
I'm still learning, but I'm at a roadblock here..... it may be a config issue, or something else, I simply don't know what next step to take. I've got xvfb and blackbox installed, and am calling them with
$this->bbcode_second_pass_code('', '/usr/bin/Xvfb :1 -fp /usr/share/fonts/misc -screen 1 800x600x16&
DISPLAY=:1 /usr/bin/blackbox&
/usr/bin/x11vnc -display :1 -bg -nopw -xkb -forever -passwd mypassword
')
I understand that X and VNC will be slow on this hardware.... I'm not going to use it all that often, so I can tolerate the slowness.
That being said..... Has anyone gotten this setup so I you can VNC in to a Xwindows desktop environment?
If so, could you PLEASE give me a step-by-step walk-through.