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] Win Vista on Xen

To: Nicolas Michel <nicolas.michel@xxxxxxxxx>
Subject: Re: [Xen-users] Win Vista on Xen
From: Pasi Kärkkäinen <pasik@xxxxxx>
Date: Thu, 4 Jun 2009 17:08:49 +0300
Cc: Xen User-List <xen-users@xxxxxxxxxxxxxxxxxxx>
Delivery-date: Thu, 04 Jun 2009 07:13:57 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <20090604140713.GK24960@xxxxxxxxxxxxxxx>
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/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
References: <1244122316.4912.86.camel@nm-laptop> <20090604140713.GK24960@xxxxxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mutt/1.5.13 (2006-08-11)
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

<Prev in Thread] Current Thread [Next in Thread>