Page 1 of 1
how to disable mouse integration (MI) by config file or script
Posted: 7. Nov 2016, 23:58
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
Re: how to disable mouse integration (MI) by config file or script
Posted: 8. Nov 2016, 00:05
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.
Re: how to disable mouse integration (MI) by config file or script
Posted: 8. Nov 2016, 18:54
by AnrDaemon
Could you provide a little more background? What you want to achieve in the end?
Re: how to disable mouse integration (MI) by config file or script
Posted: 8. Nov 2016, 23:45
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