how to disable mouse integration (MI) by config file or script

This is for discussing general topics about how to use VirtualBox.
Post Reply
FrankWiesner
Posts: 5
Joined: 7. Nov 2016, 23:33

how to disable mouse integration (MI) by config file or script

Post by FrankWiesner »

Is there any way to disable mouse integration (MI) by config file or script. Is there for instance something like

Code: Select all

VBoxManage setextradata "myVM" GUI/Input/MouseIntegration false
or an equivalent?

Thanks,
Frank
socratis
Site Moderator
Posts: 27329
Joined: 22. Oct 2010, 11:03
Primary OS: Mac OS X other
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Win(*>98), Linux*, OSX>10.5
Location: Greece

Re: how to disable mouse integration (MI) by config file or script

Post by socratis »

I vaguely remember asking this question a long time ago and I believe the answer was no. I don't remember anything changing on that front.
Do NOT send me Personal Messages (PMs) for troubleshooting, they are simply deleted.
Do NOT reply with the "QUOTE" button, please use the "POST REPLY", at the bottom of the form.
If you obfuscate any information requested, I will obfuscate my response. These are virtual UUIDs, not real ones.
AnrDaemon
Posts: 134
Joined: 7. Feb 2010, 23:41
Primary OS: MS Windows 7
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Ubuntu Linux, Windows

Re: how to disable mouse integration (MI) by config file or script

Post by AnrDaemon »

Could you provide a little more background? What you want to achieve in the end?
FrankWiesner
Posts: 5
Joined: 7. Nov 2016, 23:33

Re: how to disable mouse integration (MI) by config file or script

Post by FrankWiesner »

OK to clear things up: I'am starting virtual machines with a script in fullscreen mode

Code: Select all

...
VBoxManage startvm "win10" -type GUI
...
If the guest system has guest additions installed, mouse integration (MI) kicks in whenever the machine is started. Even when MI is deactivated in the GUI (after leaving fullscreen mode) by hand during the session, this particular setting is not remembered by VirtualBox between sessions.

Why do I want to disable MI anyway: When plugging in an USB-Mouse on my Notebook with Touchpad while the VM is running I get a ghost cursor: There is no iconic representation of the USB-Mouse Pointer visible, even if it works (you see the hover effects and you can successfully click elements on the guest desktop. The visible Mouse Pointer follows the movements on the Touchpad.

If there are still questions to my problem, please ask.

Thanks,
Frank
Post Reply