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

[Xen-users] graphically accessing pv guest

To: "Fajar A. Nugraha" <list@xxxxxxxxx>
Subject: [Xen-users] graphically accessing pv guest
From: Ted Brenner <griztown@xxxxxxxxx>
Date: Sun, 27 Feb 2011 10:49:09 -0600
Cc: xen-users@xxxxxxxxxxxxxxxxxxx
Delivery-date: Sun, 27 Feb 2011 08:50:36 -0800
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:date:message-id:subject:from:to:cc :content-type; bh=RSU6W6TJLR96As8INJSMDywoIlRoWYRDIiGGIkOtNvM=; b=gnQp4UtLpBFkVzsO9NYyegeeOZbUTrbMNlYV1563vvAcKHxubxeSMrL7S7uN1XwLPw gq/MF1KQwbiACuYXxH7Y0t5wKxN0TDdzgkwRDtm4LBWTUEPr6/H+aDTDoH0TUUHJ/VSN lzRPluWwwrIOcaB155oPa+l3YHTjWnzmIQmdE=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:cc:content-type; b=eSIaKYX/k1khaigQNA1/yArWLNH6x6tu3iDBzTr+lQ0RTr6Im5D7LJrRa7bAC1bI2K 7Rg8TAgzqgEt66CkYBYSAkEXeZmufGk7X+py3xnB/oNCRV5kznMp+rdk/gzmkaOx8AOO D/FUUH9YpqbeiXBukYRNQfDl3DDDTGB9d9APk=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
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>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Hi all,

I'm trying to expand the screen resolution of my guest when using vnc.  It appears I need to use the extra variable in my guest config file and xenfb.  I pass it in like this:

extra = 'xenfb.video=8,1024,768'

I can see this being passed to the kernel when it boots but it doesn't change the vnc screen resolution.  I also see this when I type ps -ef | grep vnc

# ps -ef | grep vnc
root      7187  2103  0 10:18 ?        00:00:04 /usr/lib/xen-4.0/bin/qemu-dm -d 6 -serial pty -domain-name ubuntuWork -videoram 4 -vnc 0.0.0.0:1 -vncunused -M xenpv
root      7445  2688  0 10:46 pts/0    00:00:00 grep vnc

So it appears the video ram is still 4MB.  Here's the line for vnc in my guest config file.

vfb = [ 'type=vnc,vncdisplay=1,vnclisten=0.0.0.0' ]

My using Xen 4.0, Debian Squeeze for my dom0 and Ubuntu Maverick for the guest.

Thanks!
Ted

On Fri, Feb 25, 2011 at 9:16 AM, Fajar A. Nugraha <list@xxxxxxxxx> wrote:
On Fri, Feb 25, 2011 at 9:20 PM, Ted Brenner <griztown@xxxxxxxxx> wrote:
>> Although personally I like xrdp or NX better than vnc, the consep is
>> the same: you run it domU instead of relying on Xen's vfb.
>>
>
> Thanks.  How are these differ performance wise?  Is vnc through Xen faster?
> How does these compare graphically to say, running an OS in Virtual Box?

If you're going to use it for desktop/laptop then I suggest go with
virtualbox instead. It's far ahead of Xen, being able to do seamless
and scale desktop.

Acessing vnc/xrdp/nx running in a domU is no different than  acessing
vnc/xrdp/nx running in a physical server on the network. Good, but not
as good as virtualbox's seamless window.

vnc access thru domU's vfb should really only be use for
administrative purposes. Sometimes you'll get mismatched mouse pointer
or other problems.

--
Fajar



_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>