[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-users] Paravirtualized Linux with graphics (X Window)?
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' ] extra = 'console=tty0' and in your domU /etc/X11/xorg.conf file, do: Section "Device" Identifier "Configured Video Device" Driver "fbdev" EndSection You be able to start X in your domU, using VNC or SDL I'm on Debian Lenny 5.0. Good luck! Thiago 2009/2/25 NAHieu <nahieu@xxxxxxxxx>
_______________________________________________ Xen-users mailing list Xen-users@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-users
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |