Page 1 of 2 12 LastLast
Results 1 to 10 of 11

Thread: VirtualBox Seamless Mode

  1. #1
    ibjsb4 is offline Ubuntu addict and loving it
    Join Date
    Sep 2012
    Beans
    4,987

    VirtualBox Seamless Mode

    Activating seamless mode in the past has been simple. Just install guest additions and its there.

    However this time its not.

    I have VMs set up and working, using both 12o4 and 14o4 with metacity and openbox as window managers. VB was install from the VB site a few days ago (4.3.14). Host is Fallback 12o4-kernel 3.2.0.67 and guest are also set up on the latest kernel 12o4/3.2.0.67 and 14o4/3.13-34.60. Dkms is installed.

    I have verified that guest have guest additions installed (ls /opt). When I run "lsmod | grep -i vbox" I get this:
    Code:
    $ lsmod | grep -i vbox
    vboxpci                23237  0 
    vboxnetadp             25670  0 
    vboxnetflt             27612  0 
    vboxdrv               409615  6 vboxpci,vboxnetadp,vboxnetflt
    Am I missing a setting in bios that could do this? Running a Xeon x5650 processor.

  2. #2
    ibjsb4 is offline Ubuntu addict and loving it
    Join Date
    Sep 2012
    Beans
    4,987

    Re: VirtualBox Seamless Mode

    bump

  3. #3
    Join Date
    Nov 2008
    Location
    Boston MetroWest
    Beans
    16,326

    Re: VirtualBox Seamless Mode

    I'm running KDE 14.04 beta in a fully-updated KDE 14.04 host so YMMV. I just now installed the extension pack in the guest by downloading the file from the VB download page. I have an ATI adapter with the fglrx driver and allocated 128 MB for video in the machine settings.

    After installing and rebooting the VM the seamless option appears. A little testing uncovered a problem if the guest's panel is set to auto-hide. When a notification popped up on the hidden panel, it appeared. Otherwise moving the mouse to the top of the screen where it was located did not bring the panel down. This could be a KDE thing, but I have run a Windows VM inside KDE and could hide its panel at the top of the screen without a problem.

    I realized I had to have made one of the guest's windows active before trying to bring down the panel. Once I did that, seamless mode works correctly.
    Last edited by SeijiSensei; August 24th, 2014 at 04:34 PM.
    If you ask for help, do not abandon your request. Please have the courtesy to check for responses and thank the people who helped you.

    Blog · Linode System Administration Guides · Android Apps for Ubuntu Users

  4. #4
    ibjsb4 is offline Ubuntu addict and loving it
    Join Date
    Sep 2012
    Beans
    4,987

    Re: VirtualBox Seamless Mode

    Does your "lsmod | grep -i vbox" look like mine?

  5. #5
    Join Date
    Nov 2008
    Location
    Boston MetroWest
    Beans
    16,326

    Re: VirtualBox Seamless Mode

    Code:
    vboxpci                23194  0 
    vboxnetadp             25670  0 
    vboxnetflt             27613  0 
    vboxdrv               409768  4 vboxnetadp,vboxnetflt,vboxpci
    The sizes are slightly different but that could reflect kernel differences. I'm running 3.13.0-34-generic at the moment.

    I will say that whether I can get the panel to appear is pretty hit or miss. My daughter reports similar problems running Kubuntu 14.04 on a Windows 7 host as well. I have a Konsole window running in the VM. If I use Alt-Tab to make the VM window active and click on the Konsole window, the panel will appear, but once it's retracted, I can't make it reappear by moving the mouse to the window's edge.
    If you ask for help, do not abandon your request. Please have the courtesy to check for responses and thank the people who helped you.

    Blog · Linode System Administration Guides · Android Apps for Ubuntu Users

  6. #6
    ibjsb4 is offline Ubuntu addict and loving it
    Join Date
    Sep 2012
    Beans
    4,987

    Re: VirtualBox Seamless Mode

    Thanks, I thought I could be missing something, but not the case.

    My panels are fixed position.

    Seamless mode is grayed out in "View>Switch to" and "Host + L" does nothing.

    I guest I could try the 3.13 kernel.

  7. #7
    ibjsb4 is offline Ubuntu addict and loving it
    Join Date
    Sep 2012
    Beans
    4,987

    Re: VirtualBox Seamless Mode

    I now have the host running the 3.13 kernel and still no seamless mode.

    I keep wanting to point a finger at bios. I'm going to go through it one more time.

  8. #8
    ibjsb4 is offline Ubuntu addict and loving it
    Join Date
    Sep 2012
    Beans
    4,987

    Re: VirtualBox Seamless Mode

    FOUND THE SUCKER !!

    I unchecked "Enable Nested Paging" and I now have seamless mode.

    enable nested paging.png

  9. #9
    Join Date
    Nov 2008
    Location
    Boston MetroWest
    Beans
    16,326

    Re: VirtualBox Seamless Mode

    I certainly wouldn't have thought nested paging is the culprit from reading the description of this feature in the VB manual:
    A newer feature called "nested paging" implements some memory management in hardware, which can greatly accelerate hardware virtualization since these tasks no longer need to be performed by the virtualization software.

    With nested paging, the hardware provides another level of indirection when translating linear to physical addresses. Page tables function as before, but linear addresses are now translated to "guest physical" addresses first and not physical addresses directly. A new set of paging registers now exists under the traditional paging mechanism and translates from guest physical addresses to host physical addresses, which are used to access memory.

    Nested paging eliminates the overhead caused by VM exits and page table accesses. In essence, with nested page tables the guest can handle paging without intervention from the hypervisor. Nested paging thus significantly improves virtualization performance.

    On AMD processors, nested paging has been available starting with the Barcelona (K10) architecture -- they call it now "rapid virtualization indexing" (RVI). Intel added support for nested paging, which they call "extended page tables" (EPT), with their Core i7 (Nehalem) processors.

    If nested paging is enabled, the VirtualBox hypervisor can also use large pages to reduce TLB usage and overhead. This can yield a performance improvement of up to 5%.
    If you ask for help, do not abandon your request. Please have the courtesy to check for responses and thank the people who helped you.

    Blog · Linode System Administration Guides · Android Apps for Ubuntu Users

  10. #10
    ibjsb4 is offline Ubuntu addict and loving it
    Join Date
    Sep 2012
    Beans
    4,987

    Re: VirtualBox Seamless Mode

    I marked this thread solved because I now have seamless, but I have other headaches with my vBox installs.

    I have not had these problems in the pass. This is my first box with VT-x and the first time that I have ran 64bit. I think I now also need a better understanding of whats going on. Plus ..

    I have another install with qemu-kvm and at the moment qemu-launcher. I think its time for me to move away from vBox.

    Thanks for the support

Page 1 of 2 12 LastLast

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
  •