| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
 Re: [Xen-users] vfb in PV
 
To: "jim burns" <jim_burn@xxxxxxxxxxxxx>From: "Nikhil Talpallikar" <nikhil.talpallikar@xxxxxxxxx>Date: Tue, 11 Mar 2008 15:57:18 +0530Cc: xen-users@xxxxxxxxxxxxxxxxxxxDelivery-date: Tue, 11 Mar 2008 03:27:58 -0700Domainkey-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=List-id: Xen user discussion <xen-users.lists.xensource.com> 
 
 
 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 
 |