How to fix mouse pointer integration in Ubuntu 9.04 installed on VirtualBox |
|
|
| Written by axel | |||||||||||||||||||||||||||||||||||
Ubuntu 9.04 codenamed Jaunty Jackalope is released. The servers all over the world are trying really hard to overcome the traffic generated by users who either download the new version of Ubuntu or are upgrading their Ubuntu 8.04 Intrepid Ibex. As I was curious to see the new features of this version I downloaded an ISO image and installed it on my computer. However I used VirtualBox 2.2.0 for this installation since I didn't want to make a new partition on my hard disk drive. I have published a guide in the past on How to install Ubuntu Linux on Windows using VirtualBox . The installation was fast and it used 2.3GB of hard disk space. However I faced a problem when the installation finished. There was no mouse pointer integration. Pressing the ctrl button didn't capture the mouse. As I made a little google search I read that other users had the same problem both on Windows and Linux hosts. Here is what I did to enable the mouse integration.
My first thought was that installing the VirtualBox Guest Additions would solve the problem. But it didn't. Anyway you should no matter install VirtualBox Guest Additions so here is how to do it, without using the mouse.
After you login Ubuntu in the VirtualBox window press Devices -> Install Guest Additions. The Guest Additions ISO image should be automatically mounted. Next move your cursor inside the Ubuntu desktop and press Alt+F2. The Run Application window should appear. Write gnome-terminal and press Enter.
![]() In the terminal window write: 32bit users: sudo /media/cdrom/VBoxLinuxAdditions-x86.run 64bit users: sudo /media/cdrom/VBoxLinuxAdditions-amd64.run and press Enter. Type your password and when you are prompted to reboot the system just type: sudo reboot ![]() When you reboot if mouse integration is still not working press again Alt+F2 and run gnome-terminal just like before. Now type: sudo gedit /etc/X11/xorg.conf and type in the following lines: Section "InputDevice" Identifier "vboxmouse" Driver "vboxmouse" Option "CorePointer" Option "Device" "/dev/input/mice" EndSection Press Ctrl+S to save and Alt+F4 to close gedit. ![]() Finally type: sudo rebootNow you should have automatic mouse pointer integration which means that the cursor changes automatically from the Host to the Guest OS e.g. Ubuntu 9.04 as you move it. Now you can enjoy your Ubuntu installation! Did you enjoy this article? Please share it!
Set as favorite
Share This
Email This
Hits: 9397 Trackback(0)
Comments (18)
![]()
AngryTechnician
said:
|
|||||||||||||||||||||||||||||||||||
| This probably saved me an hour of futzing about trying to fix this myself. Thanks! | |
|
report abuse
vote down
vote up
|
Justin Cook
said:
| Thanks for sharing this. I'm sure it's saving a lot of people some time and making the Jaunty transition more acceptable for folks! | |
|
report abuse
vote down
vote up
|
WIlliam S.
said:
|
Worked flawlessly on my guest Ubuntu 9.04 (32-bits) over my Fedora 10 (64-bits) host. Many thanks ! |
|
|
report abuse
vote down
vote up
|
Ali
said:
| Thanks. That worked very well. I didn't have to edit xorg.conf in Ubuntu 8.04 and 8.10. Maybe this is some incompatibility between VirtualBox 2.2.0 and Ubuntu 9.04. | |
|
report abuse
vote down
vote up
|
Ali
said:
| Apparently, it was a problem with VirtualBox 2.2.0. I just reinstalled Ubuntu 9.04 in VirtualBox 2.2.2. And after installing guest addition and a restart everything worked fine. | |
|
report abuse
vote down
vote up
|
codywohlers
said:
I just ran sudo apt-get install xserver-xorg-input-vmmouse after a fresh install of 9.04-desktop (amd64) and vmware-tools (from vm-workstation 6.5.2) after reading the comments at http://curiouscreature.net/blo...omment-659 |
|
|
report abuse
vote down
vote up
|
Stuart Kibbe
said:
How would I manipulate the terminal code for Hyper-V? Id be really keen to get the mouse and rdp working there too! Best, Stuart |
|
|
report abuse
vote down
vote up
|
gsalem
said:
|
Thanks for the tip about xorg.conf. I had to do it with a RHEL 5.1 (x86), as a guest under Jaunty (x64). Otherwise mouse integration would not work. rgds |
|
|
report abuse
vote down
vote up
|
Write comment
You must be logged in to a comment. Please register if you do not have an account yet.
| < Prev | Next > |
|---|






Ubuntu 9.04 codenamed Jaunty Jackalope is released. The servers all over the world are trying really hard to overcome the traffic generated by users who either download the new version of Ubuntu or are upgrading their Ubuntu 8.04 Intrepid Ibex. As I was curious to see the new features of this version I downloaded an ISO image and installed it on my computer. However I used VirtualBox 2.2.0 for this installation since I didn't want to make a new partition on my hard disk drive. I have published a guide in the past on 



