Filip Francis
2008-Feb-04 15:30 UTC
Mouse problems running windows xp as a virtual console in opensolaris B81
Hi all, The mouse is not really useful in the virtual machine. The actual mouse is like miles away and in order to click on the buttons it is very frustrating to push the buttons. Does anybody have a solution for this. thanks in advance Filip This message posted from opensolaris.org
Philip Brown
2008-Feb-04 16:01 UTC
Re: Mouse problems running windows xp as a virtual console in opensolaris B
quote: "Mouse tracking will improve once Windows is booted and installs its driver for qemu''s emulated graphics tablet-style mouse." from: http://opensolaris.org/os/community/xen/docs/windows.guest.html maybe: this helps? This message posted from opensolaris.org
Russ Blaine
2008-Feb-04 23:49 UTC
Re: Mouse problems running windows xp as a virtual console in opensolaris B81
Hi Filip, You need to make sure that xen is instructed to emulate a usb tablet mouse. In python it looks like this: usb=1 usbdevice="tablet" - Russ Filip Francis wrote:> Hi all, > > > The mouse is not really useful in the virtual machine. > The actual mouse is like miles away and in order to click on the buttons it is very frustrating to push the buttons. > Does anybody have a solution for this. > > thanks in advance > Filip > > > This message posted from opensolaris.org > _______________________________________________ > xen-discuss mailing list > xen-discuss@opensolaris.org-- ----------------------------------------------------- Russ Blaine | Solaris Kernel | russell.blaine@sun.com
Filip Francis
2008-Feb-06 21:42 UTC
Re: Mouse problems running windows xp as a virtual console in opensolaris
Hi, Sorry for the late reaction. But now the 1 million dollar question is how do i get this in to the windows domain. I created already a dump into a xml file but where and how do i put the usb in there is there somewhere a syntax that i can follow. thanks in advance Filip This message posted from opensolaris.org
Nick Smith
2008-Feb-18 14:02 UTC
Re: Mouse problems running windows xp as a virtual console in opensolaris
Hi Russ, If you specify what changes we need to make to the XML produced by virsh it would really make my week (or month!). I´ve tried to find the XML format used my libvirt (which if I understand correctly is what actually calls xen) but to no avail. Many Thanks in Advance, Nick> Hi Filip, > > You need to make sure that xen is instructed to > emulate a usb tablet mouse. > In python it looks like this: > > usb=1 > usbdevice="tablet" > > - Russ > > > Filip Francis wrote: > > Hi all, > > > > > > The mouse is not really useful in the virtual > machine. > > The actual mouse is like miles away and in order to > click on the buttons it is very frustrating to push > the buttons. > > Does anybody have a solution for this. > > > > thanks in advance > > Filip > > > > > > This message posted from opensolaris.org > > _______________________________________________ > > xen-discuss mailing list > > xen-discuss@opensolaris.org > > -- > > ----------------------------------------------------- > Russ Blaine | Solaris Kernel | russell.blaine@sun.com > _______________________________________________ > xen-discuss mailing list > xen-discuss@opensolaris.orgThis message posted from opensolaris.org _______________________________________________ xen-discuss mailing list xen-discuss@opensolaris.org
Evan Lavelle
2008-Feb-18 14:52 UTC
Re: Mouse problems running windows xp as a virtual console in opensolaris
http://libvirt.org/format.html ''virsh'' will also convert Python configs to and from XML, though I forget the details. Evan
Nick Smith
2008-Feb-19 10:24 UTC
Re: Mouse problems running windows xp as a virtual console in opensolaris
Thanks Evan, I´ve already checked out the *documented* XML format for libvirt. Unfortunately it seems to be rather behind the times. Digging into the mailing lists had given some idea what it *could* would. For Example : <devices> <emulator>/usr/lib/xen/bin/qemu-dm</emulator> <...> <input bus='usb' type='tablet'/> </devices> However this doesn´t work for me... Regards & Thanks Nick> http://libvirt.org/format.html > > 'virsh' will also convert Python configs to and from > XML, though I > forget the details. > > EvanThis message posted from opensolaris.org _______________________________________________ xen-discuss mailing list xen-discuss@opensolaris.org
Nick Smith
2008-Feb-19 10:41 UTC
Re: Mouse problems running windows xp as a virtual console in opensolaris
What I wanted to quote was the following : <devices> <emulator>/usr/lib/xen/bin/qemu-dm</emulator> <...> <input bus=''usb'' type=''tablet''/> </devices> Regards, Nick This message posted from opensolaris.org
Evan Lavelle
2008-Feb-19 11:59 UTC
Re: Mouse problems running windows xp as a virtual console in opensolaris
Nick Smith wrote:> > However this doesn´t work for me...can''t really help, I''m afraid. I''ve attached my WXP config which does use USB, and this works fine, but on a Fedora8 Dom0. You could try running this up in virsh and dumping out the auto-generated XML config, which will at least give you the correct syntax. I''ve given up on virsh in Fedora; too many problems. -Evan
John Levon
2008-Feb-19 14:38 UTC
Re: Mouse problems running windows xp as a virtual console in opensolaris
On Tue, Feb 19, 2008 at 02:24:42AM -0800, Nick Smith wrote:> I??ve already checked out the *documented* XML format for libvirt. > Unfortunately it seems to be rather behind the times. Digging > into the mailing lists had given some idea what it *could* would. > > For Example : > > <devices> > <emulator>/usr/lib/xen/bin/qemu-dm</emulator> > > <...> > > <input bus=''usb'' type=''tablet''/> > </devices> > > However this doesn??t work for me...This would work but the current version of libvirt we ship doesn''t understand it (we''re working on integrating a version that does[1]). You''ll have to do: xm list -l domname >domname.xm edit domname.xm xm new -F domname.xm regards john [1] and soon we will have a version of virt-install that automatically sets tablet mode for OS''s that can handle it such as Windows XP or Solaris 10