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?
-
1Did you install guest additions? – Takkat Jul 21 '12 at 18:21
-
may you have to install your mouse driver – Smile.Hunter Jul 21 '12 at 18:23
-
Thank you, 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. – Viacheslav Kondratiuk Jul 24 '12 at 13:50
-
1Possible dupe of http://askubuntu.com/questions/152742/how-to-enable-mouse-wheel-in-virtualbox, which has better answers than disabling integration – ashes999 Jul 08 '14 at 16:43
4 Answers
Disabling mouse integration in virtualbox solved this problem for me.

- 131
-
-
Could you please provide how to disable mouse integration... An answer that forces you to do additional search is not ideal – Xitcod13 Sep 18 '18 at 22:44
-
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.
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:
- Switch out of VirtualBox to another program
- Hold down Alt key
- Click of VirtualBox window
- Observe that the scroll wheel has stopped working

- 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
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.
-
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