Paradox
2007-Oct-07 16:34 UTC
[Xen-users] Using vncserver and vncviewer on XEN problems...
Hi I have installed XEN 3.1 on Slack12 like Dom0 and a Debian Sarge like DomU. I have installed all vnc component in order to use a X display under the DomU. I start vncserver like this under domU: vncserver :1 and this work fine...So i try to start a vncviewer like this: vncviewer :1 or vncviewer my_ip:1 Any command work and return this error: "Error: Can''t open display:" I read some help that have suggested this procedure but I obtain this error....what I wrong? I have installed XDM also, like this: apt-get install xdm echo '':0 /usr/bin/Xvnc /usr/bin/Xvnc -geometry 1024x768 -depth 24'' \ > /usr/X11R6/lib/X11/xdm/Xservers Once this has been done start the manager with: /etc/init.d/xdm stop /etc/init.d/xdm start TNX in advance. Best _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
jim burns
2007-Oct-07 16:55 UTC
Re: [Xen-users] Using vncserver and vncviewer on XEN problems...
On Sun October 7 2007 12:34:29 pm Paradox wrote:> vncviewer my_ip:1You want the ip of the domU. When you setup vnc the normal way, in the domU''s config file, the ip is of the dom0 host. _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Paradox
2007-Oct-08 12:13 UTC
[Xen-users] Re: Using vncserver and vncviewer on XEN problems...
> > > On Sun October 7 2007 12:34:29 pm Paradox wrote: > >>> vncviewer my_ip:1 >> >> > >You want the ip of the domU. When you setup vnc the normal way, in the domU''s >config file, the ip is of the dom0 host. >Hi Humm....you could explain better what you mean? I use ''vncviewer my_ip:1'' where my_ip is a domU ip. Tnx Best _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Mark Williamson
2007-Oct-08 16:13 UTC
Re: [Xen-users] Using vncserver and vncviewer on XEN problems...
> I have installed XEN 3.1 on Slack12 like Dom0 and a Debian Sarge like > DomU. I have installed all vnc component in order to use a X display > under the DomU. I start vncserver like this under domU: > > vncserver :1With Xen 3.1 you could just (possibly at the expense of some performance) get dom0 to export the domain''s paravirt framebuffer device over VNC. This avoids you having to configure the VNC in each guest. Or you can configure and SDL frontend so that when you start the domain a window will open on dom0''s display, giving you a "virtual display" to interact with directly.> and this work fine...So i try to start a vncviewer like this: > > vncviewer :1 > > or > > vncviewer my_ip:1If you''re running VNC in the guest, the IP address should be that of the guest. If you ever configure dom0 to export the display, then you''d instead want to use the IP address of dom0. Cheers, Mark> Any command work and return this error: > > "Error: Can''t open display:" > > I read some help that have suggested this procedure but I obtain this > error....what I wrong? > > I have installed XDM also, like this: > > apt-get install xdm > echo '':0 /usr/bin/Xvnc /usr/bin/Xvnc -geometry 1024x768 -depth 24'' \ > > /usr/X11R6/lib/X11/xdm/Xservers > > Once this has been done start the manager with: > /etc/init.d/xdm stop > /etc/init.d/xdm start > > > > TNX in advance. > > Best > > _______________________________________________ > Xen-users mailing list > Xen-users@lists.xensource.com > http://lists.xensource.com/xen-users-- Dave: Just a question. What use is a unicyle with no seat? And no pedals! Mark: To answer a question with a question: What use is a skateboard? Dave: Skateboards have wheels. Mark: My wheel has a wheel! _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Paradox
2007-Oct-09 01:03 UTC
[Xen-users] Re: Using vncserver and vncviewer on XEN problems...
> Or you can configure and SDL frontend so that when you start the > domain a window will open on dom0''s display, giving you a "virtual > display" to interact with directly. >I don''t understand well that you say but I search some infos about that :D> If you''re running VNC in the guest, the IP address should be that of > the guest. If you ever configure dom0 to export the display, then > you''d instead want to use the IP address of dom0. >Exactly! I run VNC server in dom0 (work fine and return a message about a :1 display created well....) and I try to use ''vncviewer ip_domU:1'' but I receive this error: "Error: Can''t open display:". Any idea? TNX Best P.S. (Sorry for bad subject in previous message....) _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users