Hello All... I have installed xen 3.3. I m running a Virtual Machine using an image file that has fedora 8 installed in it. When i view the Virtual Machine using VNC Viewer or on the browser using tight vnc,there appears 2 pointers .I need to solve this problem. Kindly suggecst me the correct solution. Waiting for responses. -- Thanks and Regards Anitha _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
This is because the emulated mouse gives relative movements and not absolute pixel coordinates. You can change it to emulation of a USB tablet device which sends these absolute values. Just search the Internet, there are multiple solutions. For example http://os-drive.com/files/docbook/xen-mouse.html. anitha rn wrote:> Hello All... > > I have installed xen 3.3. > I m running a Virtual Machine using an image file that has fedora 8 > installed in it. > When i view the Virtual Machine using VNC Viewer or on the browser > using tight vnc,there appears > 2 pointers .I need to solve this problem. Kindly suggecst me the > correct solution. > Waiting for responses._______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
PLEASE always reply to the mailing list, too! As to your problem: The tutorial I sent you works for me. Make sure to check the input devices on the domU with cat /proc/bus/input/devices That command will show you which event belongs to the emulated mouse, e.g. event3 --> /dev/input/event3. This has to be entered in the Xorg configuration. You have to configure the domU with usb=1 usbdevice="tablet" in order to have an absolute mouse position. Instead of entering the device yourself, you can also try the following Section "InputDevice" Name "Mouse0" Driver "evdev" Option "Name" "QEMU 0.8.2 QEMU USB Tablet" Option "Mode" "Absolute" EndSection Of course "Mouse0" then has to be entered in the ServerLayout section. Hope this helps. anitha rn wrote:> Hi.. > Thanks for your response... i ve tried with the link which you pointed > to me. But its not working. Also i ve googled a lot,but not getting to > know how to solve it. Kindly point me the solution. > > My Virtual Machine is Fedora 8. > The vm Configuration file is of type vnc. > I m using an image file to start the Virtual Machine. > > On Tue, Jul 7, 2009 at 12:54 AM, Andreas Sommer<AndiDog@web.de> wrote: > >> This is because the emulated mouse gives relative movements and not absolute >> pixel coordinates. You can change it to emulation of a USB tablet device >> which sends these absolute values. Just search the Internet, there are >> multiple solutions. For example >> http://os-drive.com/files/docbook/xen-mouse.html. >> >> anitha rn wrote: >> >>> Hello All... >>> >>> I have installed xen 3.3. >>> I m running a Virtual Machine using an image file that has fedora 8 >>> installed in it. >>> When i view the Virtual Machine using VNC Viewer or on the browser >>> using tight vnc,there appears >>> 2 pointers .I need to solve this problem. Kindly suggecst me the >>> correct solution. >>> Waiting for responses. >>> > > > >_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Hi..... Thanks a lot Andreas.... Your solution worked out for me exactly..... I m really thankful to you.... Thanks and Regards Anitha : -) On Tue, Jul 7, 2009 at 3:20 PM, Andreas Sommer<AndiDog@web.de> wrote:> PLEASE always reply to the mailing list, too! > > As to your problem: The tutorial I sent you works for me. Make sure to check > the input devices on the domU with > > cat /proc/bus/input/devices > > That command will show you which event belongs to the emulated mouse, e.g. > event3 --> /dev/input/event3. This has to be entered in the Xorg > configuration. You have to configure the domU with > > usb=1 > usbdevice="tablet" > > in order to have an absolute mouse position. Instead of entering the device > yourself, you can also try the following > > Section "InputDevice" > Name "Mouse0" > Driver "evdev" > Option "Name" "QEMU 0.8.2 QEMU USB Tablet" > Option "Mode" "Absolute" > EndSection > > Of course "Mouse0" then has to be entered in the ServerLayout section. > > Hope this helps. > > > > anitha rn wrote: > > Hi.. > Thanks for your response... i ve tried with the link which you pointed > to me. But its not working. Also i ve googled a lot,but not getting to > know how to solve it. Kindly point me the solution. > > My Virtual Machine is Fedora 8. > The vm Configuration file is of type vnc. > I m using an image file to start the Virtual Machine. > > On Tue, Jul 7, 2009 at 12:54 AM, Andreas Sommer<AndiDog@web.de> wrote: > > > This is because the emulated mouse gives relative movements and not absolute > pixel coordinates. You can change it to emulation of a USB tablet device > which sends these absolute values. Just search the Internet, there are > multiple solutions. For example > http://os-drive.com/files/docbook/xen-mouse.html. > > anitha rn wrote: > > > Hello All... > > I have installed xen 3.3. > I m running a Virtual Machine using an image file that has fedora 8 > installed in it. > When i view the Virtual Machine using VNC Viewer or on the browser > using tight vnc,there appears > 2 pointers .I need to solve this problem. Kindly suggecst me the > correct solution. > Waiting for responses. > > >-- Thanks and Regards Anitha _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Hi John.... Thank you very much for the step by step guidance given... It solved my problem... I m thankful to you... Thanks and Regards Anitha. On Tue, Jul 7, 2009 at 5:33 PM, John Haxby<john.haxby@oracle.com> wrote:> On 07/07/09 13:01, John Haxby wrote: > > Fedora 8 stopped being updated over a year ago though and that particular > problem was fixed in a later version of the evdev driver in Fedora 9. In > fact, if you install Fedora 9, the evdev driver is configured by default and > you don''t need to do anything at all. > > Oops. The last update I have for Fedora 8 is 12 March this year -- time > flies! > > jch >-- Thanks and Regards Anitha _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users