[Solved] Mouse pointer disappears when guest captures it

Discussions related to using VirtualBox on Mac OS X hosts.
Post Reply
cdgarcia
Posts: 5
Joined: 1. Apr 2019, 23:15

[Solved] Mouse pointer disappears when guest captures it

Post by cdgarcia »

To all,

I am sorry but I have searched far and wide and could not find the resolution for this problem. I installed Virtualbox 6.0.4 as well as the 6.0.4 extension pack on my Mac with macOS High Sierra 10.13.6. Downloaded OEL 7.6 ISO image and created a guest but, when I start it, after the click the Capture button, the mouse pointer disappears and lose control of the mouse in the guest OS (I can regain control of it clicking the host key). Keyboard seems to be working fine.

Could someone point me in the right direction to resolve this?

Thanks
Last edited by socratis on 16. Apr 2019, 07:49, edited 1 time in total.
Reason: Marked as [Solved].
socratis
Site Moderator
Posts: 27329
Joined: 22. Oct 2010, 11:03
Primary OS: Mac OS X other
VBox Version: PUEL
Guest OSses: Win(*>98), Linux*, OSX>10.5
Location: Greece

Re: Mouse pointer disappears when guest captures it

Post by socratis »

Shut down the VM (completely, not paused or saved-state), go to the VM Settings » System » Motherboard » Pointing Device: change that to USB Tablet.

If that doesn't address the problem, we need to see a complete VBox.log, from a complete VM run, where the problem occurs:
  • Start the VM from cold-boot (not from a paused or saved state) / Observe problem / Shutdown the VM (force close it if you have to).
  • With the VM completely shut down (not paused or saved), right-click on the VM in the VirtualBox Manager and select "Show Log".
  • Save only the first "VBox.log", ZIP it and attach it to your response. See the "Upload attachment" tab below the reply form.
Image
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.
cdgarcia
Posts: 5
Joined: 1. Apr 2019, 23:15

Re: Mouse pointer disappears when guest captures it

Post by cdgarcia »

Thank you for your help. Attached is the log.
Attachments
Hope-2019-04-01-15-48-47.log.zip
(27.44 KiB) Downloaded 58 times
cdgarcia
Posts: 5
Joined: 1. Apr 2019, 23:15

Re: Mouse pointer disappears when guest captures it

Post by cdgarcia »

Tested using combination os PS/2 and USB to no avail, still have the issue. Keyboard seems to work though
mpack
Site Moderator
Posts: 39134
Joined: 4. Sep 2008, 17:09
Primary OS: MS Windows 10
VBox Version: PUEL
Guest OSses: Mostly XP

Re: Mouse pointer disappears when guest captures it

Post by mpack »

First, you need to install OEL Linux properly: according to the log you are still booting it in demo mode from a (virtual) CD.

Next, since you now have a persistent installation, you can install the Guest Additions, which provides mouse cursor integration among other things. See the user manual for GAs installation instructions.
socratis
Site Moderator
Posts: 27329
Joined: 22. Oct 2010, 11:03
Primary OS: Mac OS X other
VBox Version: PUEL
Guest OSses: Win(*>98), Linux*, OSX>10.5
Location: Greece

Re: Mouse pointer disappears when guest captures it

Post by socratis »

I compared your log with my "Oracle Linux 7.6" VM. There are few differences, noted below:
00:00:13.078104 VMSVGA3dEnabled  <integer> = 0x0000000000000000 (0)
00:00:13.078105 VMSVGAEnabled    <integer> = 0x0000000000000001 (1)
00:00:13.078105 VMSVGAPciId      <integer> = 0x0000000000000001 (1)
00:00:13.078105 VRamSize         <integer> = 0x0000000001000000 (16 777 216, 16 MB)
Shut down the VM. Go to the VM Settings » Display » Screen. Change the Graphics controller from "VMSVGA" to "VBoxVGA". Enable 3D acceleration. Increase the VRAM to the max MB. Start the VM...

I have another unexplained question. Compare the start times of your VM with mine:
00:00:13.012377 VirtualBox VM 6.0.4 r128413 darwin.amd64 (Jan 25 2019 19:26:11) release log
00:00:00.927915 VirtualBox VM 6.0.5 r128870 darwin.amd64 (Feb 15 2019 15:06:08) release log
It takes you 13" just to say "Hello world!". That seems really awfully slow. Any explanations?
mpack wrote:First, you need to install OEL Linux properly: according to the log you are still booting it in demo mode from a (virtual) CD.
Maybe that's the problem, because there's no mouse, the OP can't continue with the installation. I think it might be the VMSVGA doing that...
mpack wrote:you can install the Guest Additions, which provides mouse cursor integration among other things
No need for that. The OP, just like me, is using the USB Tablet option, there's no need for GAs for that. The GAs are needed only in the PS/2 mouse case.
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.
cdgarcia
Posts: 5
Joined: 1. Apr 2019, 23:15

Re: Mouse pointer disappears when guest captures it

Post by cdgarcia »

Hi there,

Quite a bummer, tried the recommendations and still no change, I have attached a new log.

Regarding the performance, it is a new MacBook Pro 15-inch (i7 with 32GB) running macOS 10.13.6). Not sure what is causing the issue.

Wondering if there is some company software installation that is causing this problem...

- Jorge
Attachments
Hope-2019-04-15-09-21-39.log.zip
(28.79 KiB) Downloaded 24 times
cdgarcia
Posts: 5
Joined: 1. Apr 2019, 23:15

Re: Mouse pointer disappears when guest captures it

Post by cdgarcia »

It is running now, not sure what was fixed but working now. The only change I remember doing was to maximize the video memory.

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

Re: Mouse pointer disappears when guest captures it

Post by socratis »

cdgarcia wrote:The only change I remember doing was to maximize the video memory.
That was one of the suggested remedies actually:
socratis wrote:
00:00:13.078105 VRamSize         <integer> = 0x0000000001000000 (16 777 216, 16 MB)
... Increase the VRAM to the max MB...
There's reason behind the madness...

Marking as [Solved].
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.
Post Reply