Hacker News new | ask | show | jobs
by doublerabbit 955 days ago
The hypervisor is not enterprise like VMware where you can easily pass 3D accelerated adapters. But it's still very usable over remote-desktop. Windows Server works a charm, as does Linux Desktops via VNC or whatever remote protocol you use.

You can pass though hardware devices including graphic cards but you need to have it as a secondary and unused. bHyve is unable to use the primary card as well as a shared device for the guest.

1 comments

Yeah the thing is that bhyve doesn't seem to have an emulated console like the other virtualization solutions out there. That makes things a little more cumbersome.

I'm not even talking about 3D passthrough. Just a fake VGA adapter you can see in a window so you can run an installer.

It provides a graphical console over VNC: https://github.com/churchers/vm-bhyve/wiki/UEFI-Graphics-(VN...
Oh that's not too bad, I thought graphics always needed host OS network support. I'll try it, thanks!