WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

Re: [Xen-users] Paravirtualized Linux with graphics (X Window)?

To: Thiago Camargo Martins Cordeiro <thiagocmartinsc@xxxxxxxxx>
Subject: Re: [Xen-users] Paravirtualized Linux with graphics (X Window)?
From: NAHieu <nahieu@xxxxxxxxx>
Date: Wed, 25 Feb 2009 16:29:25 +0900
Cc: xen-users@xxxxxxxxxxxxxxxxxxx
Delivery-date: Tue, 24 Feb 2009 23:30:04 -0800
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=9+RlTObZVMg728bFLruErnZ1IyJJDMtVjVqSUt6TmBs=; b=I10O4SNGKxCHDILV+sQyttpcsjUEbovdrwUMLpYBMLjyrdv9kVYbT+58SdQpXp81vP KRY4/8JwYbvF/A6vnM3E0sN2dE/1zAeoGapt7BfqAAC366cSKyqV43bc+ivSXCZ39vdb BkokMiby1F/07C+EswWMVMuWFFKBrzVe1hsVk=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=fNDYhqr8BbUFmnHlE/lmXdnkWj7CvuPhoY9OkGMdLoCG2kTf4NkXb8URq0X/nfn0l8 Ro3/Wza/BlfWCOtElROvj437glqmhCpgNhSdVW096TvrDhXF2zdhlnaLT02i7WYHruKR Q7Bpqhhabqo3AFxool3403z7LlMxFhCMoGT+w=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <6b7f6eb0902242319y4c9bb77bxd4f3f855265cf142@xxxxxxxxxxxxxx>
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
References: <5d7aca950902242058n7a5ce3f8u80ff86d0baa13702@xxxxxxxxxxxxxx> <6b7f6eb0902242124w770107ffg199c85cdc271afdd@xxxxxxxxxxxxxx> <5d7aca950902242134s5a544d84y90c3c83d7a0c4188@xxxxxxxxxxxxxx> <6b7f6eb0902242214n22eaa62n8338f5407406b742@xxxxxxxxxxxxxx> <5d7aca950902242248s69064920p8c1afa23d7b61f2c@xxxxxxxxxxxxxx> <6b7f6eb0902242319y4c9bb77bxd4f3f855265cf142@xxxxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
On Wed, Feb 25, 2009 at 4:19 PM, Thiago Camargo Martins Cordeiro
<thiagocmartinsc@xxxxxxxxx> wrote:
> The VNC port of that domU will be 5910.

Ah, but then that is not necessary to do so, as "xm vncviewer" command
can find the correct session for you.

>Have you added the line:
>extra       = 'console=tty0'
>..to domU.cfg file?

Is that correct configuration? I cannot connect to console (xm console
....) with your configuration any more. My original configuration is:

extra = 'xencons=tty'

And with this, "xm console ..." can connect me to the DomU's console.
So I keep it.

Thanks,
Hieu





>
> 2009/2/25 NAHieu <nahieu@xxxxxxxxx>
>>
>> On Wed, Feb 25, 2009 at 3:14 PM, Thiago Camargo Martins Cordeiro
>> <thiagocmartinsc@xxxxxxxxx> wrote:
>> > The Xen Live CD does that from scratch! You just need to change three
>> > files,
>> > one in dom0 and another one in the domU.
>> >
>> > In dom0 /etc/xen/xend-confi.sxp configuration file:
>> > (vnc-listen '0.0.0.0')
>> > (vncpasswd '#vncpassword2001')
>> >
>> > In the dom0 in your domU configuration file, do:
>> > vfb         = [ 'type=vnc,vncdisplay=10' ]
>>
>> What is the meaning of the setting "vncdisplay=10"?
>>
>> Thanks,
>> H
>>
>>
>>
>>
>>
>> > 2009/2/25 NAHieu <nahieu@xxxxxxxxx>
>> >>
>> >> On Wed, Feb 25, 2009 at 2:24 PM, Thiago Camargo Martins Cordeiro
>> >> <thiagocmartinsc@xxxxxxxxx> wrote:
>> >> > Hi,
>> >> >
>> >> >  The new Xen Live CD v2.0 does that out of the box!
>> >> >  http://wiki.xensource.com/xenwiki/LiveCD
>> >> >
>> >> >  There is a pre-configured PV Ubuntu domU.
>> >>
>> >> Excellent! But then would you mind explaining how to do that from
>> >> scratch?
>> >>
>> >> >
>> >> >  But, what about using FreeNX to access your domUs graphical
>> >> > environment
>> >> > instead vfb via SDL or VNC? It's much better!
>> >>
>> >> That would be nice, but using standard SDL or VND works out-of-the
>> >> box, without having to install FreeNX.
>> >>
>> >> I will try FreeNX though, after figuring out how to have X Window in
>> >> PV Linux (?)
>> >>
>> >> Thanks,
>> >> H
>> >>
>> >>
>> >> > 2009/2/25 NAHieu <nahieu@xxxxxxxxx>
>> >> >>
>> >> >> Hi,
>> >> >>
>> >> >> Anybody please tell me how to have a PV Linux with graphics?
>> >> >>
>> >> >> I succesfully created some PV Linux with debootstrap and xen-tools.
>> >> >> But then all the images must be started with "xm create -c" command,
>> >> >> and everything then is console, with no X Window.
>> >> >>
>> >> >> In short, I want to have PV Linux, but with X. How to do that?
>> >> >>
>> >> >> Thanks,
>> >> >> H
>> >> >>
>> >> >> _______________________________________________
>> >> >> Xen-users mailing list
>> >> >> Xen-users@xxxxxxxxxxxxxxxxxxx
>> >> >> http://lists.xensource.com/xen-users
>> >> >
>> >> >
>> >
>> >
>
>

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users