4

I have Windows7x64 and Oracle VirtualBox 4.1.18 installed on it.I installed Ubuntu 12.04x64 and when I use it, mouse scrolling(Logitech M175) is not working. What I should do to make it work?

4 Answers4

13

Disabling mouse integration in virtualbox solved this problem for me.

Kolla
  • 131
4

The problem was with guest additions I installed them via windows and they didn't work proper. After it I reinstalled them at Ubuntu and everything is working.

3

I've found this happened because VirtualBox thought I was holding the Alt key. Focusing the guest OS and tapping Alt a few times seems to restore proper scrolling.

See https://www.virtualbox.org/ticket/6171

I can now reproduce this at will with the following sequence of operations:

  1. Switch out of VirtualBox to another program
  2. Hold down Alt key
  3. Click of VirtualBox window
  4. Observe that the scroll wheel has stopped working
RobM
  • 320
  • And don't forget there is also an Alt key on the right side of the keyboard. Both of mine were "stuck" – RobM Oct 20 '14 at 19:42
0

As mentioned in this question's answers:

You should update to the latest VirtualBox and extension pack, and reinstall vbox addition. Everything works fine after it, tested minute ago.

This is the correct way to fix this problem without losing functionality, although sometimes, disabling mouse integration is the only way to go.

ashes999
  • 177
  • 2
  • 10
  • I find my own answer useful months later. I'm just surprised this keeps breaking (mouse scrolling), forcing me to update VirtualBox + Extension Pack + Guest Additions. – ashes999 Oct 30 '14 at 16:01