From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vincent Hanquez Subject: Re: XCI: can we get to the demo state? Date: Mon, 10 Aug 2009 14:19:33 +0100 Message-ID: <4A801E65.9000402@eu.citrix.com> References: <44063.3697.qm@web82302.mail.mud.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <44063.3697.qm@web82302.mail.mud.yahoo.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Phung Te Ha Cc: "xen-devel@lists.xensource.com" List-Id: xen-devel@lists.xenproject.org Phung Te Ha wrote: > Hello XCI developers, > > I have a HP6930, downloaded xenclient from the git. And by following the instruction in HOWTO, I could get xenclient boot up fine. I try then to start a guest using xenvm.readme as template and nothing shows on the screen for the guest, although xenops shows 2 doms running. > > Can you point me to how to start a guest. And also, is the tree downloaded from git enough to arrive to what was shown in the demo video: > > http://www.citrix.com/tv/#video/423 > > Thank you. > > Phung-Te Hi Phung-Te, The demo contains few bytes from citrix that are not available, however you can definitely have the graphics of your VM if you have VT-d available and enabled. At this point you just need to set at the end of your xenvm config: pci = 0,bind,PCIBUSID_OF_YOUR_GRAPHIC_CARD usually with an intel card this end up beeing: pci = 0,bind,0000:00:02.0 -- Vincent