Announcement

Collapse
No announcement yet.

VirtualBox 4.1 OpenGL 3D Guest Performance

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • #11
    Originally posted by BlackStar View Post
    These charts imply that the bottleneck is in the communication tunnel between the guest and the host. The communication overhead is large enough that it trumps any impact increased resolution may have.

    For instance, LiveArena ranges between 2.2 ms/frame and 11.5 ms/frame on bare metal, and between 46.7 ms/frame and 48.5 ms/frame through the tunnel. This implies some 40+-5 ms of overhead when run through the tunnel - or some other bug in VirtualBox (4.1.2 a few months out of date, the latest version is 4.1.6).

    Edit: Ah Linux guest? That's quite a bit slower than a Windows guest, because Linux guests don't get 2d acceleration and don't play well with OpenGL compositors (there are two different OpenGL compositors running, one in the guest and one on the host, which does lead to sync issues). This is what happens with two compositors: 3d in guest -> send 3d commands to host -> 3d compositor in guest -> send 3d commands to host -> 3d compositor in host -> display on screen. Disable the guest compositor and you get other problems: 3d in guest -> send 3d commands to host -> read result from host (non-accelerated!) -> display in guest -> 3d compositor in host -> display on screen.

    It's going to be slow no matter what you do. For best results, you'd need to disable the host and guest compositors and implement 2d acceleration in the guest.
    Wouldn't it be a more intriguing test to try PCI Express x16 VGA Passthrough? If using Intel sandy bridge architecture, to try vt-d compatible hardware w/ vt-d turned on in the bios and then test the open source games in virtualbox?

    That is, if vt-d works in Vbox yet. But, I thought maybe the only way right now to get any sort of performance improvement.

    I'm just asking...

    Seems to me a lot has to happen for Vbox to take 'generic video card' and produce much in terms of performance when playing games......

    Comment


    • #12
      Originally posted by Panix View Post
      Wouldn't it be a more intriguing test to try PCI Express x16 VGA Passthrough? If using Intel sandy bridge architecture, to try vt-d compatible hardware w/ vt-d turned on in the bios and then test the open source games in virtualbox?

      That is, if vt-d works in Vbox yet. But, I thought maybe the only way right now to get any sort of performance improvement.

      I'm just asking...

      Seems to me a lot has to happen for Vbox to take 'generic video card' and produce much in terms of performance when playing games......
      I have already tried vga passthrough using an unused, discrete video card on an AMD IOMMU system. the gpu is recognized and can be installed but it can't be activated. i have tried everything i can think of and it still doesn't work. vga/gpu passthrough is not at all similar to regular pci, so there's more changes to be done.

      Comment


      • #13
        Originally posted by schmidtbag View Post
        I have already tried vga passthrough using an unused, discrete video card on an AMD IOMMU system. the gpu is recognized and can be installed but it can't be activated. i have tried everything i can think of and it still doesn't work. vga/gpu passthrough is not at all similar to regular pci, so there's more changes to be done.
        Intriguing! I thought VirtualBox didn't support IOMMU but apparently I was wrong. Do you know which CPUs offer this capability (any chance for a Phenom 2 965BE?)

        Comment


        • #14
          The CPU is not that important in case of AMD, but the chipset. Every series 9 chipset and 890FX can be used for that.

          Comment


          • #15
            As far as I remember, Xen is the only VGA pass-through capable VM platform. (As far as I can see VBox is PCI-E pass-though capable, but not VGA pass-through.)

            - Gilboa
            oVirt-HV1: Intel S2600C0, 2xE5-2658V2, 128GB, 8x2TB, 4x480GB SSD, GTX1080 (to-VM), Dell U3219Q, U2415, U2412M.
            oVirt-HV2: Intel S2400GP2, 2xE5-2448L, 120GB, 8x2TB, 4x480GB SSD, GTX730 (to-VM).
            oVirt-HV3: Gigabyte B85M-HD3, E3-1245V3, 32GB, 4x1TB, 2x480GB SSD, GTX980 (to-VM).
            Devel-2: Asus H110M-K, i5-6500, 16GB, 3x1TB + 128GB-SSD, F33.

            Comment

            Working...
            X