|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] vfb in PV
hi,
I tried yum groupinstall "X Windows System" . I got an error saying:
"need atlest 29000MB free disk space"
fc6 PVM fell short of disk space. How can I install a minimal X11 system?
thanks.
cheers,
nikhil
On 3/11/08, Nikhil Talpallikar <nikhil.talpallikar@xxxxxxxxx> wrote:
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
|
|
|
|
|