LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 05-04-2014, 03:43 PM   #1
AlexBB
Member
 
Registered: Mar 2014
Posts: 464

Rep: Reputation: Disabled
Your guest OS does not support mouse pointer integration.


My guest OS is Ubuntu 12.04 under a VB.

How can I make it to support mouse pointer integration? It is very inconvenient to work with a captured pointer. I had a previous Ubuntu installed which crashed and I had to remove it, and over there the integration worked.

Thanks, - Alex
 
Old 05-04-2014, 05:09 PM   #2
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
Install the guest additions.
 
Old 05-05-2014, 06:25 AM   #3
AlexBB
Member
 
Registered: Mar 2014
Posts: 464

Original Poster
Rep: Reputation: Disabled
They have been installed. And they worked in the previous Ubuntu which crashed. I now installed a new VM. Do I have to reinstall the guest additions again?
 
Old 05-05-2014, 09:44 AM   #4
suicidaleggroll
LQ Guru
 
Registered: Nov 2010
Location: Colorado
Distribution: OpenSUSE, CentOS
Posts: 5,573

Rep: Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142
The guest additions are installed on the guest.

Since you set up a new guest, you need to install the guest additions on it.
 
Old 05-05-2014, 03:22 PM   #5
maples
Member
 
Registered: Oct 2013
Location: IN, USA
Distribution: Arch, Debian Jessie
Posts: 814

Rep: Reputation: 265Reputation: 265Reputation: 265
I think the package you need is
Code:
vbox-guest-additions
That's off the top of my head, though, so it might be slightly different

To install it, run
Code:
sudo apt-get install vbox-guest-additions
in a terminal.
 
Old 05-05-2014, 03:53 PM   #6
jefro
Moderator
 
Registered: Mar 2008
Posts: 22,001

Rep: Reputation: 3629Reputation: 3629Reputation: 3629Reputation: 3629Reputation: 3629Reputation: 3629Reputation: 3629Reputation: 3629Reputation: 3629Reputation: 3629Reputation: 3629
I'd assume above is correct. If not could be some issue with dkms.
 
Old 05-06-2014, 08:39 PM   #7
AlexBB
Member
 
Registered: Mar 2014
Posts: 464

Original Poster
Rep: Reputation: Disabled
I just did:

Code:
sudo apt-get install vbox-guest-additions
I got an error:

Quote:
Unable to locate vbox-guest-additions
The package for guest additions is actually sitting in my computer under:

Quote:
C:\Program Files\Oracle\VirtualBox Guest Additions

Last edited by AlexBB; 05-06-2014 at 08:42 PM.
 
Old 05-06-2014, 08:44 PM   #8
maples
Member
 
Registered: Oct 2013
Location: IN, USA
Distribution: Arch, Debian Jessie
Posts: 814

Rep: Reputation: 265Reputation: 265Reputation: 265
First result on Google for "ubuntu virtualbox guest additions"

http://askubuntu.com/questions/22743...-virtualbox-vm

See if that works.
 
Old 05-07-2014, 08:01 PM   #9
AlexBB
Member
 
Registered: Mar 2014
Posts: 464

Original Poster
Rep: Reputation: Disabled
Thank you, maples. I've been thinking along the same lines. I am sure it will work but will not be able to test it until Saturday. Thanks, - Alex
 
Old 05-07-2014, 08:36 PM   #10
EDDY1
LQ Addict
 
Registered: Mar 2010
Location: Oakland,Ca
Distribution: wins7, Debian wheezy
Posts: 6,841

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
Debian based is:
Quote:
sudo apt-get install virtualbox-guest-additions
 
Old 05-07-2014, 08:58 PM   #11
suicidaleggroll
LQ Guru
 
Registered: Nov 2010
Location: Colorado
Distribution: OpenSUSE, CentOS
Posts: 5,573

Rep: Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142
Or you can click on Devices -> "Install Guest Additions", which will add a CD-type device to the guest OS and allow you to compile and install the guest additions. You'll need gcc and the kernel headers installed in order to do this.
 
Old 05-10-2014, 11:32 AM   #12
AlexBB
Member
 
Registered: Mar 2014
Posts: 464

Original Poster
Rep: Reputation: Disabled
Many thanks to everyone for your help. I just installed the Guest Additions and learned a lesson that the Guest Additions must be installed for every VM I create. This is how I did it.

In VirtualBox: Settings==>Storage==>Controller IDE (in the window to the right); highlighted the dependency which was empty; checked the Live CD/DVD checkbox==>clicked on round part bluish DVD sign, highlighted Choose a virtual CD/DVD disk drive==> Look for an .iso file: VBGuestAdditions.iso, click, click,==> went back to the Ubuntu VM. There is already a window waiting for you which announces that there is something to install, just click "RUN" button. The mouse capture disappears immediately and you can move your mouse back and force. Clipboard bidirectionality still does no work but hopefully will be after a reboot.

Thanks, - Alex
 
Old 05-10-2014, 11:56 AM   #13
AlexBB
Member
 
Registered: Mar 2014
Posts: 464

Original Poster
Rep: Reputation: Disabled
Well, I restarted the Virtual Box and VM. The bidirectional or even unilateral Clipboard still does not work. The only change is that the mouse cursor is not captured by default. I can move it freely from the Terminal to Windows 7 desktop and the other way without clicking on right CTRL. There is no capture. It is convenient but it is only half of the deal. Thanks, - Alex
 
1 members found this post helpful.
Old 05-10-2014, 12:33 PM   #14
AlexBB
Member
 
Registered: Mar 2014
Posts: 464

Original Poster
Rep: Reputation: Disabled
Clipboard bidirectional still does not work as well as bidirectional Drag and Drop even after a complete reboot of Windows 7 host OS.
 
Old 05-11-2014, 12:13 PM   #15
AlexBB
Member
 
Registered: Mar 2014
Posts: 464

Original Poster
Rep: Reputation: Disabled
Now everything is working. The same thing happened with my previous VM. After I installed Guess Additions it took it a week to turn around and implement all features. Many thanks to everyone.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] can't get mouse pointer onto devices menu to add guest additions gchalifoux Linux - Virtualization and Cloud 1 09-28-2011 02:41 PM
[SOLVED] Mouse pointer starts trembling without provocation n stops only when mouse is shaken! Aquarius_Girl Linux - Newbie 15 12-03-2010 03:51 AM
KVM: Mouse under Windows Guest performs way better than under Centos Guest martdj Linux - Virtualization and Cloud 3 03-29-2010 04:20 AM
mouse pointer moves up upon any mouse action in slackware 10.2 XavierKing Linux - General 2 07-20-2006 03:36 PM
The you have a Mouse Pointer Problem(mouse stick top left)here is the solution. dr4ven Linux - Hardware 0 05-25-2003 05:53 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 12:17 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration