Mouse Integration Problem on Virtualbox 2.2
Recently I installed Ubuntu Linux 9.04 Operating System on my laptop. After I tried step by step installing Virtual Box Guest Addition Tools from internet, I could not get the mouse integration working while my friend that done the same step did not have any problems. Then, after several hours googling, then I found the solution from Virtual Box Forum.
The solution is very simple, and I will explain in more details than the forum did.
The solution is very simple, and I will explain in more details than the forum did.
- Open your guest operating system (in my case it is Ubuntu 9.04) and then open to terminal (Applications, Accessories, Terminal).
- Type sudo gedit /etc/X11/xorg.conf. If the sudo passwod asked, input your Ubuntu password.
- Paste this code below device section:
- Save the changes, and then restart the guest operating system
Section "InputDevice"
Identifier "Configured Mouse"
Driver "vboxmouse"
Option "CorePointer"
EndSection

Comments