Comment 47 for bug 248521

Revision history for this message
Tux (peter-hoogkamer) wrote :

I am testing the vmmouse on ubuntu 8.10 release. This is working pretty good. I added the following to my xorg.conf :

Section "InputDevice"
Identifier "Configured Mouse"
Driver "vmmouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "Buttons" "5"
Option "ZAxisMapping" "4 5"
EndSection

When grabbing the mouse focus in the VM sometimes it loses focus. Getting out of the VM sometimes needs a second attempt (mouse get stuck on VM edge). It looks like X or the vmmouse module sometimes cannot determine whether the mouse is in the VM or outside the VM.