Invisible Mouse Pointer

Discussions related to using VirtualBox on Windows hosts.
w00dy
Posts: 3
Joined: 9. Apr 2009, 16:06
Primary OS: MS Windows XP
VBox Version: PUEL
Guest OSses: Ubuntu 8.10

Invisible Mouse Pointer

Post by w00dy »

Hey,

i have a problem with the new VB 2.2 version.

After installing an new Ubuntu 8.10 version as a VM and installing the VAs everything works great.
Now if i want to activate the Opengl-mode all 3D-functions are working but my mouse pointer is invisible.
But it is possible to click the menu and everything else in ubuntu...the only problem is the invisible mouse pointer.

Do you have the same problem, are there any solutions for this problem?

thx for hlp.

greetz
Sasquatch
Volunteer
Posts: 17798
Joined: 17. Mar 2008, 13:41
Primary OS: Debian other
VBox Version: PUEL
Guest OSses: Windows XP, Windows 7, Linux
Location: /dev/random

Re: Invisible Mouse Pointer

Post by Sasquatch »

Try a reboot or log out and back in, see how that goes. Sometimes you can just minimize the Guest window and the pointer will come back. I had it today too on one of my VMs, rebooted it, got the pointer back.
Read the Forum Posting Guide before opening a topic.
VirtualBox FAQ: Check this before asking questions.
Online User Manual: A must read if you want to know what we're talking about.
Howto: Install Linux Guest Additions
Howto: Use Shared Folders on Linux Guest
See the Tutorials and FAQ section at the top of the Forum for more guides.
Try searching the forums first with Google and add the site filter for this forum.
E.g. install guest additions site:forums.virtualbox.org

Retired from this Forum since OSSO introduction.
w00dy
Posts: 3
Joined: 9. Apr 2009, 16:06
Primary OS: MS Windows XP
VBox Version: PUEL
Guest OSses: Ubuntu 8.10

Re: Invisible Mouse Pointer

Post by w00dy »

no sorry, thats not the answer... still invisible.
Sasquatch
Volunteer
Posts: 17798
Joined: 17. Mar 2008, 13:41
Primary OS: Debian other
VBox Version: PUEL
Guest OSses: Windows XP, Windows 7, Linux
Location: /dev/random

Re: Invisible Mouse Pointer

Post by Sasquatch »

So at the moment you enabled 3D, it's a problem? Then don't use it :P. You might want to try to install the GA again. Might work.
Read the Forum Posting Guide before opening a topic.
VirtualBox FAQ: Check this before asking questions.
Online User Manual: A must read if you want to know what we're talking about.
Howto: Install Linux Guest Additions
Howto: Use Shared Folders on Linux Guest
See the Tutorials and FAQ section at the top of the Forum for more guides.
Try searching the forums first with Google and add the site filter for this forum.
E.g. install guest additions site:forums.virtualbox.org

Retired from this Forum since OSSO introduction.
Perryg
Site Moderator
Posts: 34369
Joined: 6. Sep 2008, 22:55
Primary OS: Linux other
VBox Version: OSE self-compiled
Guest OSses: *NIX

Re: Invisible Mouse Pointer

Post by Perryg »

Might want to check the amount of video memory you are assigning in VBox to the guest. I have gotten it to work as low as 64 Meg but it is much smoother with 128. Might also want to post you config. from host and guest as well. Makes it easier to see what the problems are.
Leonid
Volunteer
Posts: 101
Joined: 17. Dec 2008, 15:10

Re: Invisible Mouse Pointer

Post by Leonid »

Enable mouse pointer integration.
Sasquatch
Volunteer
Posts: 17798
Joined: 17. Mar 2008, 13:41
Primary OS: Debian other
VBox Version: PUEL
Guest OSses: Windows XP, Windows 7, Linux
Location: /dev/random

Re: Invisible Mouse Pointer

Post by Sasquatch »

My VM runs smooth with Compiz-Fusion on 12 MB VRAM. Mouse is visible.
Read the Forum Posting Guide before opening a topic.
VirtualBox FAQ: Check this before asking questions.
Online User Manual: A must read if you want to know what we're talking about.
Howto: Install Linux Guest Additions
Howto: Use Shared Folders on Linux Guest
See the Tutorials and FAQ section at the top of the Forum for more guides.
Try searching the forums first with Google and add the site filter for this forum.
E.g. install guest additions site:forums.virtualbox.org

Retired from this Forum since OSSO introduction.
ToGe
Posts: 2
Joined: 17. Apr 2009, 00:47
Primary OS: MS Windows Vista
VBox Version: PUEL
Guest OSses: Ubuntu 8.10

Re: Invisible Mouse Pointer

Post by ToGe »

I had the same problem as you did, w00dy. I installed Ubuntu 8.10 in VirtualBox 2.2.0 r45846 on a Windows Vista 64 host. The mouse worked fine until I installed the Guest Extensions. Then the mouse pointer allways disapeared during startup; between the point where I could see the desktop background image and the point I heard the startup sound. The mouse worked well, I just could not see the mouse pointer.

Disabling the 3D support helped for me: Now the mouse works properly. To me, this seems like a bug.
richardg891
Posts: 1
Joined: 24. Apr 2009, 00:02
Primary OS: MS Windows Vista
VBox Version: PUEL
Guest OSses: Ubuntu

Re: Invisible Mouse Pointer

Post by richardg891 »

I agree. Windows Vista host and ubuntu Jaunty guest: No mouse pointer integration; and no visible mouse pointer if 3D effects running.
But: Linux Host (Mint 6 in my case) and linux guest (Fluxbox CE version of Mint) all works flawlessly.
And: Windows Vista Host and Windows 2000 guest - again, all works flawlessly (but only with 2.1.4 guest additions as 2.2.0 guest additions removes networking somehow - read somewhere on the forum there's no DHCP server set up in 2.2.0).
Perryg
Site Moderator
Posts: 34369
Joined: 6. Sep 2008, 22:55
Primary OS: Linux other
VBox Version: OSE self-compiled
Guest OSses: *NIX

Re: Invisible Mouse Pointer

Post by Perryg »

You should not need to do this but it might help. Try adding this to your xorg.conf and see if the mouse works as it should.

Code: Select all

Section "InputDevice"
        Identifier  "vboxmouse"
        Driver          "vboxmouse"
        Option          "CorePointer"
        Option          "Device"        "/dev/input/mice"
EndSection
grinnbearit
Posts: 2
Joined: 3. Apr 2009, 16:22
Primary OS: MS Windows XP
VBox Version: OSE other
Guest OSses: Ubuntu 8.10

Re: Invisible Mouse Pointer

Post by grinnbearit »

Works beautifully, thanks :)
olaf.dietsche
Posts: 1
Joined: 17. Feb 2014, 02:00

Re: Invisible Mouse Pointer

Post by olaf.dietsche »

I had the same problem with Virtualbox 4.1.12 on a Ubuntu 12.04 system. The guest system is another Ubuntu system with a custom built kernel. The mouse pointer was working properly (i.e. I could click on buttons, select menus, ...), but I couldn't see it.

In my case, I solved the problem by including the psmouse module

Code: Select all

Device Drivers -> Input device support -> Mice -> PS/2 mouse
With the psmouse module included, I can see the mouse pointer again.
MrSerge
Posts: 1
Joined: 19. Dec 2014, 16:35

Re: Invisible Mouse Pointer

Post by MrSerge »

In the Oracle VM VirtualBox Manager

Under Settings/System

Ensure that the pointing device is set to PS/2 Mouse
tgp1994
Posts: 25
Joined: 7. May 2010, 23:39
Primary OS: MS Windows 10
VBox Version: OSE other
Guest OSses: Several

Re: Invisible Mouse Pointer

Post by tgp1994 »

Almost six years later, I'm currently experiencing the same issue as OP. I'm trying to run a Windows XP guest (on Windows 8) with 3D enabled, and mouse integration disabled since it does not work well in 3D applications. My cursor disappears when I attempt to use the previous configuration. If integration is enabled, then the cursor is visible, although yet again, 3d applications interpret its position is a very strange way. This appears to be true regardless of if the mouse mode is set to usb table or PS/2.

EDIT: I'd like to add, I'm running Virtualbox 4.3.20 with the same guest editions installed.
AnrDaemon
Posts: 134
Joined: 7. Feb 2010, 23:41
Primary OS: MS Windows 7
VBox Version: PUEL
Guest OSses: Ubuntu Linux, Windows

Re: Invisible Mouse Pointer

Post by AnrDaemon »

This one, I suppose?
This one, I suppose?
D3DCursor.png (12.67 KiB) Viewed 36276 times
Post Reply