Without 3d support, basically no-one can use virtualbox, so is the dilemma whether to kill the project or not? (This is a serious question--what can possibly be more important to average virtualbox users than having a working desktop environment? Virtualbox has always occupied the desktop virtualization niche, so I'm trying to figure out what has changed...)
3D support for X11 guests
21–30 of 74 posts
Re: 3D support for X11 guests
#22Earlier quoted context omitted.
I use Virtualbox daily without ever using a desktop environment in the VM. It's very useful in headless form for development machines when working locally.
I find this baffling when KVM is much more amenable to being scripted from the command line.
Re: 3D support for X11 guests
#23Earlier quoted context omitted.
I find this baffling when KVM is much more amenable to being scripted from the command line.
While I do love KVM, it takes a lot more to get running properly than installing Virtualbox and Vagrant and being up and running with a whole ecosystem of every type of prebuilt box you could imagine.
Re: 3D support for X11 guests
#24Obvious question, why not just run an X11 server on the host? Perhaps Oracle and Microsoft (WSL) can collaborate on supporting an X11 server (ones already exist) for Windows 10.
Re: 3D support for X11 guests
#25Switch from vb to lxc/docker and you get great GPU driver support, even CUDA.
Re: 3D support for X11 guests
#26Earlier quoted context omitted.
While I do love KVM, it takes a lot more to get running properly than installing Virtualbox and Vagrant and being up and running with a whole ecosystem of every type of prebuilt box you could imagine.
Yep, the last time I tried to get a KVM machine going I had to hack XML files to get the correct SCSI controller just so I could mount an ISO. It's 3 clicks in VirtualBox.
Re: 3D support for X11 guests
#27Switch from vb to lxc/docker and you get great GPU driver support, even CUDA.
Re: 3D support for X11 guests
#28Obvious question, why not just run an X11 server on the host? Perhaps Oracle and Microsoft (WSL) can collaborate on supporting an X11 server (ones already exist) for Windows 10.
Re: 3D support for X11 guests
#29I don't understand how this is a "dilemma." It's like saying, "on one hand, I really need to mow my lawn. On the other hand, I really don't want to . It's a real dilemma!"
Re: 3D support for X11 guests
#30I'd love to see a bit more alignment between VirtualBox and Qemu. Even though KVM and Qemu's virtualized graphics acceleration is still a WIP, having a shared code base could accelerate the project on things like SPICE (https://www.spice-space.org/download.html) and Virgl (https://virgil3d.github.io/). Unfortunately, I think it uses a lot of Linux-specific technologies (e.g. KVM, Gallium), so the likelihood of sharing at that level seems pretty low. Although, supposedly Gallium isn't locked into Windows.
Theoretically, if we could agree on a common host-guest interface for a virtual graphics adapter, it could share the guest implementations and host implementations could be added as needed. And it could be reused in multiple projects. But it always seems that this is the tech that never gets sufficient cross-project collaboration. And given the many differences between vendor hardware, a portable interface has been difficult. Maybe Vulkan will provide enough low-level functionality to ease the abstraction?