I'm having problems installing a windowsXP on xen, I installed vncviewer and included these lines in configuration file (i'm not sure if all of them is needed):
vnc=1
sdl=0
vncviewer=1
vfb=['type=vnc, vncdisplay=10, vncpasswd=123456']
the configuration file seems Ok, however after creating the domain, vnc doesn't display anything,
the status of the domain is '------' in the domains list, (it's not running?)
I used netstat | grep 5900 to check if vnc is working but it also seems not.
Thanks,