Results 1 to 10 of 11

Thread: Virtual Box full screen problem

Hybrid View

  1. #1
    Join Date
    Mar 2012
    Beans
    5

    Virtual Box full screen problem

    Hi,

    I'm running Ubuntu on Virtual Box and I'm not able to expand the view to full screen. I realise there are other forums discussing this problem, and they solved it by running the VBoxGuestAdditions.iso. However, I've done this already but as soon as I updated Ubuntu the screen no longer displays at full screen (1920x1080). If anyone has any ideas it would be greatly appreciated!

  2. #2
    Join Date
    Jul 2008
    Location
    The Left Coast of the USA
    Beans
    Hidden!
    Distro
    Kubuntu

    Re: Virtual Box full screen problem

    When the kernel is updated, the guest additions need to be compiled into the kernel again. This is not a problem with Ubuntu. It happens with all distros when the kernels are updated.

    Simply go to the terminal and execute

    Code:
    sudo ./VBoxLinuxAdditions.run
    (or similar, depending on where the file is on your system. To make this less of a pain, I usually copy VBoxLinuxAdditions.run into my Home folder.)

    You don't need to do this for all updates, only when the kernel is updated.
    Last edited by QIII; March 1st, 2012 at 06:38 AM.
    Please read The Forum Rules and The Forum Posting Guidelines

    A thing discovered and kept to oneself must be discovered time and again by others. A thing discovered and shared with others need be discovered only the once.
    This universe is crazy. I'm going back to my own.

  3. #3
    Join Date
    Mar 2012
    Beans
    5

    Re: Virtual Box full screen problem

    Thanks for replying so promptly!

    I've tried running the command, but I get an error back

    sudo ./VBoxLinuxAdditions.run
    sudo: ./VBoxLinuxAdditions.run: command not found

    I also copied to my home directory.

    any help?

  4. #4
    Join Date
    Jul 2008
    Location
    The Left Coast of the USA
    Beans
    Hidden!
    Distro
    Kubuntu

    Re: Virtual Box full screen problem

    You will need to add the complete path to the .sh file. Mine is in my Home directory, so I can call it from there.

    Hang on a minute and I'll fire up a vm and get you the file and path.


    Edit:

    Here you go.

    Depending on your VBox version number, you will need to use something like this in the terminal IN THE VIRTUAL MACHINE, of course:

    Code:
    sudo /media/VBOXADDITIONS_4.1.8_75467/VBoxLinuxAdditions.run
    That may not be your version number, so check what you have and make changes accordingly.

    (My apologies, by the way. I did something I try not to do: assume that you understand exactly what seems obvious to me. I should have done a better job of explaining it in the first place.)
    Last edited by QIII; March 1st, 2012 at 06:59 AM.
    Please read The Forum Rules and The Forum Posting Guidelines

    A thing discovered and kept to oneself must be discovered time and again by others. A thing discovered and shared with others need be discovered only the once.
    This universe is crazy. I'm going back to my own.

  5. #5
    Join Date
    Mar 2012
    Beans
    5

    Re: Virtual Box full screen problem

    Thanks mate!

    That did the trick.

    I really appreciate your help

  6. #6
    Join Date
    Jul 2008
    Location
    The Left Coast of the USA
    Beans
    Hidden!
    Distro
    Kubuntu

    Re: Virtual Box full screen problem

    If you would, please mark this thread as solved so that the next guy with a similar issue will know there is a solution.

    And you are certainly welcome! I accept payment in unmarked bills in small denominations...
    Please read The Forum Rules and The Forum Posting Guidelines

    A thing discovered and kept to oneself must be discovered time and again by others. A thing discovered and shared with others need be discovered only the once.
    This universe is crazy. I'm going back to my own.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •