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? Thank you a lot, nm _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
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? >The mouse in Windows on Xen via VNC can be quite unreliable - I''d recommend using either the virt-viewer in Xen or remote desktop (rdp) for access to the windows guest. Matthew -- The University of Edinburgh is a charitable body, registered in Scotland, with registration number SC005336. _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
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. -- Pasi _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
On Thu, Jun 4, 2009 at 8:31 PM, Nicolas Michel <nicolas.michel@lemail.be> wrote:> Using Vista with this problem is > frustrating and user time-consuming.> Is someone have a tips?Try adding usbdevice=''tablet'' it works for me with win XP, 2003, and 2008. To get even better GUI, you should setup Vista''s remote desktop access. -- Fajar _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
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@lists.xensource.com http://lists.xensource.com/xen-users
Thank you for you help. usbdevice=''tablet'' works much better indeed. But you''re right, this is not excellent. I will try to use rdp. I have other questions so I''ll create new threads. Le jeudi 04 juin 2009 à 15:31 +0200, Nicolas Michel a écrit :> 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? > > Thank you a lot, > nm > > > > _______________________________________________ > Xen-users mailing list > Xen-users@lists.xensource.com > http://lists.xensource.com/xen-users_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users