
[Solved]Fullscreen Help. Need Better Explanation
-
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
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.


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
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
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
Ya I saw that but when I type in
in the terminal it says it cannot be found..... Thanks for helping 
Code: Select all
sudo apt-get install build-essential linux-headers-generic-
stefan.becker
- Volunteer
- Posts: 7639
- Joined: 7. Jun 2007, 21:53
Re: Fullscreen Help. Need Better Explanation
Try it with Synaptic.
German Howto (Linux): http://www.linuxforen.de/forums/showthread.php?t=236444
User Manual / Download Section: http://www.virtualbox.de/wiki/Downloads
FAQ: http://www.virtualbox.de/wiki/User_FAQ http://forums.virtualbox.org/viewtopic.php?t=8669
User Manual / Download Section: http://www.virtualbox.de/wiki/Downloads
FAQ: http://www.virtualbox.de/wiki/User_FAQ http://forums.virtualbox.org/viewtopic.php?t=8669
-
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
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
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:
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
-
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
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
- 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
Ahhhh yes! Success. Thank for your patience! 