|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] Win Vista on Xen
On Thu, Jun 04, 2009 at 05:07:13PM +0300, Pasi Kärkkäinen wrote:
> On Thu, Jun 04, 2009 at 03:31:56PM +0200, Nicolas Michel wrote:
> > Hi everyone,
> >
> > I'm really new with xen. I just succeded installing and using Vista as a
> > xen guest through VNC. But there is a little problem : the mouse cursor
> > is not fluent. It freezes a lot. The xen serveur and my VNC viewer are
> > on computers on the same LAN network (100mbps). Using Vista with this
> > problem is frustrating and user time-consuming.
> > Here is my xen guest config file :
> >
> > kernel = "/usr/lib64/xen-3.2-1/boot/hvmloader"
> > builder='hvm'
> > device_model = '/usr/lib64/xen-3.2-1/bin/qemu-dm'
> > disk = ['tap:aio:/xen/win_vista_c.img,hda,w']
> > vnc=1
> > vnclisten="192.168.1.167"
> > boot="dc"
> > memory="2048"
> >
> >
> > Is someone have a tips?
> >
>
> usbdevice='tablet'
>
> Try that.. should provide a lot better mouse experience.
>
Actually you also need usb=1, so like this:
usb=1
usbdevice='tablet'
-- Pasi
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|