[Solved]Fullscreen Help. Need Better Explanation

Discussions related to using VirtualBox on Mac OS X hosts.
Post Reply
simbabeat
Posts: 7
Joined: 17. Apr 2010, 05:07
Primary OS: Mac OS X other
VBox Version: OSE other
Guest OSses: Ubuntu

[Solved]Fullscreen Help. Need Better Explanation

Post by simbabeat »

Hi I have recently started using VB to run Ubuntu on my Mac. My screen however is only half the computers screen. I googled around for about 2 hours and I found some forums and stuff about this but I could never quite seem to fully understand it. Could someone please give me a very in-depth explanation for a real VB/Ubuntu newbie? Thanks! The pic below is what it looks like.

Image
Last edited by simbabeat on 18. Apr 2010, 04:33, edited 1 time in total.
Perryg
Site Moderator
Posts: 34369
Joined: 6. Sep 2008, 22:55
Primary OS: Linux other
VBox Version: OSE self-compiled
Guest OSses: *NIX

Re: Fullscreen Help. Need Better Explanation

Post by Perryg »

Nothing in depth to do.
Install the guest additions (in the guest)
Click on the devices tab of the guest (while running in windowed mode) and then click on install guest additions.

This should help Howto: Install Linux Guest Additions + Xorg config
simbabeat
Posts: 7
Joined: 17. Apr 2010, 05:07
Primary OS: Mac OS X other
VBox Version: OSE other
Guest OSses: Ubuntu

Re: Fullscreen Help. Need Better Explanation

Post by simbabeat »

Ya I saw that but when I type in

Code: Select all

sudo apt-get install build-essential linux-headers-generic
in the terminal it says it cannot be found..... Thanks for helping :)
simbabeat
Posts: 7
Joined: 17. Apr 2010, 05:07
Primary OS: Mac OS X other
VBox Version: OSE other
Guest OSses: Ubuntu

Re: Fullscreen Help. Need Better Explanation

Post by simbabeat »

How would I do it with synaptic? I'm kind of stuck.
Perryg
Site Moderator
Posts: 34369
Joined: 6. Sep 2008, 22:55
Primary OS: Linux other
VBox Version: OSE self-compiled
Guest OSses: *NIX

Re: Fullscreen Help. Need Better Explanation

Post by Perryg »

Does the guest have Internet access?
If so then the apt-get will work. If you don't have Internet access then it will not work and you will not be able to install the additional products.
First thing to do is run the commands separately and do it as shown below.

(On the guest)
Open terminal window and type the commands.

sudo -i <press enter> put in your password and <press enter again>

Then the following:
  • apt-get update
    apt-get upgrade
    apt-get install build-essential
    apt-get install linux-headers-generic
    apt-get install dkms
Reboot the guest and then install the guest additions.
simbabeat
Posts: 7
Joined: 17. Apr 2010, 05:07
Primary OS: Mac OS X other
VBox Version: OSE other
Guest OSses: Ubuntu

Re: Fullscreen Help. Need Better Explanation

Post by simbabeat »

I managed to follow the tutorial you gave me in the first reply up to Installing the GA. When I try to install it I either click the amd64.run or the x86.run and click run. That wouldn't work. So I tried running it from terminal doing exactly what the tutorial said but it said it could find the file. Dang!
Perryg
Site Moderator
Posts: 34369
Joined: 6. Sep 2008, 22:55
Primary OS: Linux other
VBox Version: OSE self-compiled
Guest OSses: *NIX

Re: Fullscreen Help. Need Better Explanation

Post by Perryg »

  • Start the Ubuntu guest.
    Open a terminal.
  • Type sudo -i <press enter> (enter your password) <press enter>
  • Now look up at the top left of the VBox window and click devices then click install guest additions.
  • If they do not show on the desktop then click devices and unmount CD, then click install guest additions again.
  • At this point they should be on your desktop. Dbl click to open the CD.
  • Look for the Linux Guess Additions that fits you install. More than likely the VBoxLinuxAdditions-x86.run (32-bit) or if it is 64-bit use the AMD one.
  • Position the terminal windows and the opened file system to where you can see them both.
  • Click and drag the right additions file and drop it on the terminal window.
  • Click on the terminal window to get focus and hit enter.

    Watch for any errors that show and when they are complete reboot.
    Let me know if you encounter any errors. If all is well you use the click drag to make the window bigger or use the host+F toggle to go in and out of full screen
simbabeat
Posts: 7
Joined: 17. Apr 2010, 05:07
Primary OS: Mac OS X other
VBox Version: OSE other
Guest OSses: Ubuntu

Re: Fullscreen Help. Need Better Explanation

Post by simbabeat »

Ahhhh yes! Success. Thank for your patience! :D
Post Reply