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] vfb in PV

To: "jim burns" <jim_burn@xxxxxxxxxxxxx>
Subject: Re: [Xen-users] vfb in PV
From: "Nikhil Talpallikar" <nikhil.talpallikar@xxxxxxxxx>
Date: Tue, 11 Mar 2008 15:57:18 +0530
Cc: xen-users@xxxxxxxxxxxxxxxxxxx
Delivery-date: Tue, 11 Mar 2008 03:27:58 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; bh=0VWDzX/SHwfXG00h7DUAscTBAj+Q7PBc8D2bEqLtyyk=; b=C4Mg8M3sISbo9MecD/dRiZZzfGlkxC2J9P36FFrnrFApdhHqJSJiRzEwGza8IrmQJh+drGt3GsQHhtbWXgvL0FOmvDcYNeh/CEJK9TiLQ/3pz5jfrVr5bnBe3ZTwEL8A25NYivu5M2FKi7PR5yxb9iKOkzBc443f7Ao2HpsARbY=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=s5wugzQFeHVfYwmvVNjeEz4dRZL4gcn4YXetgGDpmij4v/5VV68z9bLnfBOqcKGXNAqDE1xJeDczyqH69V8PGuDYBchckpfOOxsbLUi/cNviPZn5jkGtpFwoGyQQR1QiRSRN158zm4y51ZPbtR/Wc+1NqoY1QMbH39G3e9xTL+k=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <200803110530.27335.jim_burn@xxxxxxxxxxxxx>
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/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
References: <200803102147.34939.jim_burn@xxxxxxxxxxxxx> <710464210803101950j16273e1fi5de4b2599d01e35c@xxxxxxxxxxxxxx> <200803110530.27335.jim_burn@xxxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx


On 3/11/08, jim burns <jim_burn@xxxxxxxxxxxxx> wrote:
On Monday 10 March 2008 10:50:33 pm Nikhil Talpallikar wrote:
> [ -x /etc/vnc/xstartup ] && exec /etc/vnc/xstartup
>  [ -r $HOME/.Xresources ] && xrdb $HOME/.Xresources
> xsetroot -solid grey
> vncconfig -iconic &
> xterm -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" &
> #startx &
> tgv &


What's tgv?

sorry for that err. It is twm & and not tgv  &
 

> I have commented the startx and the xinitrc as i am still unable to install
> xserver on fc6 PVM. Is it so that the vncviewer needs to connect with a
> xserver without which i cannot even have a simple xterm environment in the
> vncviewer? I tried 'yum install xserver' which did not work. So i tried the
> rpm way but am stuck with resolving the dependencies :(


Right. You could post the output of the 'yum install' session.

This gets back to using the vnc server builtin to xen (via xen-vncfb or
qemu-dm, depending on the version of your dom0 kernel & xen and whether you
are installing the domu PV or HVM.) You won't be able to use vnc-server on
the domu until you work out the X11 dependencies.

Using the vnc server capabilities of xen on dom0 just requires having the 'Xen
Virtual Frame Buffer' (fbdev) installed in domu as your video driver. This is
set in the domu's /etc/X11/xorg.conf. Of course, that means you still need to
get X working at least minimally in your domu.

What is your dom0 kernel & xen versions?


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


I am using linux-2.6.18 dom0 kernel. and xen 3.0 on RHEL5.

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