Nitesh Gangarde, Noida
2005-Nov-09 05:25 UTC
[Xen-users] Re: [Xen-User] Not able to see the gui of created domain under dom0.
Hi, I am facing a problem in xen virtual machine. I am not able to see the GUI of created domain under domain0. It is running in console mode. With Regards Nitesh Gangrade (MTS) "It is wise to direct your anger towards problems -- not people, to focus your energies on answers -- not excuses." HCL TECHNOLOGIES |HCL Sector-60 Noida U.P.201301 mail:- nitesh.g@noida.hcltech.com _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Mark Williamson
2005-Nov-09 13:14 UTC
Re: [Xen-users] Re: [Xen-User] Not able to see the gui of created domain under dom0.
You won''t see a GUI for a domU unless you explicitly configure it. There''s no virtual display device, so you''d have to (for instance) set up a VNC connection to the domain (or some other network-based display system) just as if it were a separate machine. (side note: the exception is for machines running Intel VTX, for which we do provide a virtual display device - these machines are not in circulation yet) Cheers, Mark On Wednesday 09 November 2005 05:25, Nitesh Gangarde, Noida wrote:> Hi, > > > > I am facing a problem in xen virtual machine. > > > > I am not able to see the GUI of created domain under domain0. It is > running in console mode. > > > > > > With Regards > > Nitesh Gangrade (MTS) > > "It is wise to direct your anger towards problems -- not people, > > to focus your energies on answers -- not excuses." > > > > HCL TECHNOLOGIES |HCL > > Sector-60 > Noida U.P.201301 > mail:- nitesh.g@noida.hcltech.com_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
François Visconte
2005-Nov-09 13:40 UTC
Re: [Xen-users] Re: [Xen-User] Not able to see the gui of created domain under dom0.
Hello, What about using XDMCP too, Everybody seems to use VNC server but XDMCP seem to be far faster.... Is there any reason for that ? -- fv Mark Williamson wrote:>You won''t see a GUI for a domU unless you explicitly configure it. There''s no >virtual display device, so you''d have to (for instance) set up a VNC >connection to the domain (or some other network-based display system) just as >if it were a separate machine. > >(side note: the exception is for machines running Intel VTX, for which we do >provide a virtual display device - these machines are not in circulation yet) > >Cheers, >Mark > >On Wednesday 09 November 2005 05:25, Nitesh Gangarde, Noida wrote: > > >>Hi, >> >> >> >>I am facing a problem in xen virtual machine. >> >> >> >>I am not able to see the GUI of created domain under domain0. It is >>running in console mode. >> >> >> >> >> >>With Regards >> >>Nitesh Gangrade (MTS) >> >>"It is wise to direct your anger towards problems -- not people, >> >>to focus your energies on answers -- not excuses." >> >> >> >>HCL TECHNOLOGIES |HCL >> >>Sector-60 >>Noida U.P.201301 >>mail:- nitesh.g@noida.hcltech.com >> >> > >_______________________________________________ >Xen-users mailing list >Xen-users@lists.xensource.com >http://lists.xensource.com/xen-users > >_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Mark Williamson
2005-Nov-09 13:42 UTC
Re: [Xen-users] Re: [Xen-User] Not able to see the gui of created domain under dom0.
Using X protocol directly, using X forwarded over SSH (my favourite), using VNC, or using Nomachine X (NX) should all work fine. Cheers, Mark On Wednesday 09 November 2005 13:40, François Visconte wrote:> Hello, > > What about using XDMCP too, > Everybody seems to use VNC server but XDMCP seem to be far faster.... > Is there any reason for that ? > > > -- > fv > > Mark Williamson wrote: > >You won''t see a GUI for a domU unless you explicitly configure it. > > There''s no virtual display device, so you''d have to (for instance) set up > > a VNC connection to the domain (or some other network-based display > > system) just as if it were a separate machine. > > > >(side note: the exception is for machines running Intel VTX, for which we > > do provide a virtual display device - these machines are not in > > circulation yet) > > > >Cheers, > >Mark > > > >On Wednesday 09 November 2005 05:25, Nitesh Gangarde, Noida wrote: > >>Hi, > >> > >> > >> > >>I am facing a problem in xen virtual machine. > >> > >> > >> > >>I am not able to see the GUI of created domain under domain0. It is > >>running in console mode. > >> > >> > >> > >> > >> > >>With Regards > >> > >>Nitesh Gangrade (MTS) > >> > >>"It is wise to direct your anger towards problems -- not people, > >> > >>to focus your energies on answers -- not excuses." > >> > >> > >> > >>HCL TECHNOLOGIES |HCL > >> > >>Sector-60 > >>Noida U.P.201301 > >>mail:- nitesh.g@noida.hcltech.com > > > >_______________________________________________ > >Xen-users mailing list > >Xen-users@lists.xensource.com > >http://lists.xensource.com/xen-users_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Ernst Bachmann
2005-Nov-09 13:46 UTC
Re: [Xen-users] Not able to see the gui of created domain under dom0.
On Wednesday 09 November 2005 14:40, François Visconte wrote:> Hello, > > What about using XDMCP too, > Everybody seems to use VNC server but XDMCP seem to be far faster.... > Is there any reason for that ? >XDMCP is just a means to establish an X11 connection, and of course a direct X11 link is way faster than vnc, since it can use server-side caching, hardware acceleration, etc. while vnc has to transfer bitmap changes all the time. /Ernst _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users