Mouse disappear in VirtualBox

I am using latest version of VirtualBox (VirtualBox 4.3.6 for Windows hosts) and after installing any OS and clicking inside of it mouse disappear. It is not visible until I press right CRTL. Anyone know what can cause this problem. I have also installed extension pack.

1

13 Answers

In my case, it worked by changing pointing device from 'PS/2 Mouse' to 'USB Tablet'.

While guest is not running, in VirtualBox
-> select the virtual-guest instance
-> click 'Settings'
-> select 'System' in left panel
-> go to 'Motherboard' tab and in pointing device, choose 'USB Tablet' instead of 'PS/2 Mouse'

9

Somehow

Machine -> Disabling Mouse Integration

Then

Machine -> Disabling Mouse Integration 

(yes twice, once to turn it off, once to turn it on again) actually fixed it for me.

4

Following steps worked for me.

  1. Go to machine settings -> System -> Motherboard.
  2. Select PS/2 mouse as a pointing device.
2

It's not a problem in Virtualbox. RCTRL is set the default button for mouse capturing inside virtualbox. So you would only be able to use the mouse inside VB after enabling mouse capture. If you don't enable mouse capturing you can use your mouse but it will be invisible as the mouse is being used by the Current windows. You can change the RCTRL button by going into File -> preferences and then you can enable mouse capture with other button. Also check when you enable Mouse Capture the mouse will disappear from current windows and show in host windows.

I have the same (or at least very similar problem) with a linux host (debian 8) and a linux guest (debian 7) with 3D enabled. Sometimes the mouse pointer becomes invisible at the guest.

I have the guest additions installed and mouse integration enabled.

For me the trick that solved it was to remove the module psmouse and re-insert it (inside the guest).

sudo rmmod psmouse
sudo modprobe psmouse
3

just unplug the mouse from your pc and reconnect it. I do this whenever I face this issue(I have guest additions installed but still has the problem).

3

One stupid thing no one mentioned, the actual key combo to release your cursor is SHIFT+right ctrl, not right-ctrl. It doesn't say that anywhere in the interface, docs or website. I'm not sure this is your problem, but others might run into this.

1

This happened to me too when I disabled mouse capture. The mouse cursor outside of VirtualBox became stuck in one place (because I disabled it) and the new mouse pointer in VirtualBox becomes invisible.

The best thing to fix this problem is to actually use an external device, such as a PC contoller with analog sticks. So, plug in your PC controller of whatever external device you want first, then download a free program called JoyToKey or something similar. I would suggest JoyToKey, it works perfectly.

Now, open JoyToKey and map your keyboard keys, like w,a,s,d or up, down, left, right and left and right mouse clicks, including middle mouse roll, and mouse movement axis (what you use to move a mouse, I mapped mine on my controller analog sticks to move pointer around) onto your PC controller.

Next, open VirtualBox (disable capture). This way, at least now you can move the pointer that was stuck initially in one place with your pc controller.

So, if you want to use in Unity3d, open Unity3d now. Move your pointer using your external device, try to preview a game you made, and now you can look around using the mouse! Alternatively, disable hardware acceleration (drag slider to none instead of full) in Display options when inside VirtualBox, (however this doesn't work if you want to use Unity3d, because the pointer still disappears when hovering over program)

If you don't want to keep pressing Ctrl to release the mouse cursor every time, simply install the VirtualBox Guest Additions by clicking on Devices > Install Guest Additions.

Virtual machine, mouse cursor only works within the box

5

The solution for me is to setup the "Mouse Integration" shortcut in File->Preferences->Input->Virtual Machine Tab and press the shortcut twice to toggle the Mouse Integration by working keyboard.

Well for me, the problem was solved by selecting my external mouse under USB in the devices menu. Maybe it installed the driver or something. (Sorry if I sound like a noob, but these are my 1st 30 mins into virtualbox.)

i was encountering the same problem. previously it was working perfectly. i solved it by just resetting it.Machine-> Resettry this and inform me if it helped you.

One possibility is that the screen is failing to refresh, which can make it seem like the mouse pointer has disappeared. This can be fixed by resizing the window temporarily which forces the screen resolution to change.

Please note: The question states that the mouse can be recovered by pressing right-CTRL. The mouse pointer is only disappearing in the guest, not the host.

6

You Might Also Like