Live data from Hacker News

Virtual Box 5.1

virtualbox.org

31–40 of 65 posts

Re: Virtual Box 5.1

#31

I'm not sure why, but my Ubuntu image with unity always thinks it should run at 10fps. I had to hard set the frame rate in compizConfig at 60 fps to get it to run smoothly. Putting it here because it took me quite a while to figure out why it was 3D accelerated but still so slow.

Changing the pointing device from default touch mode to PS/2 mouse in Machine>Settings>System fixed that for me. Seems to be the default for Ubuntu machines in recent versions.

Re: Virtual Box 5.1

#32

I'm not sure why, but my Ubuntu image with unity always thinks it should run at 10fps. I had to hard set the frame rate in compizConfig at 60 fps to get it to run smoothly. Putting it here because it took me quite a while to figure out why it was 3D accelerated but still so slow.

Any VM I provision seems to be setup by default with 1mb of video memory and 3D Acceleration off. The option to enable 2D Acceleration is greyed out.

The funny thing is that VB complains about this configuration whenever you load the console.

Have you tried increasing the video memory for the VM or enabling acceleration?

Re: Virtual Box 5.1

#33
post #27

Earlier quoted context omitted.

> VMware seems to have mostly abandoned Workstation. There were just updates for Workstation[1] and Player[2] less than two months ago. > The team was fired. The team was replaced, and not simply to do only maintenance patches: "They’ve got a great surprise lined up for Q3, something very interesting for Q4, and something very big for H1."[3] [N.B. I work for VMware, though not in End User Computing] [1] http://pubs.…

Can you give any insight on the future of Linux guests on Windows hosts using the free Player version? I just want to be able to run xubuntu 16.x (and newer when it comes out) in Unity mode without issues but from what I read only 14.x works because none of the guest tooling has been updated. It's a pity that this use case seems to have put on the back burner. This type of set up is the only way for a lot of people t…

> I just want to be able to run xubuntu 16.x (and newer when it comes out) in Unity mode

Apparently Workstation 12 removed Unity mode for Linux guests because it was rarely used[1] - I'm just speculating (I don't work in End User Computing) but I imagine that was based on Customer Experience Improvement Program (a.k.a. telemetry) data (I know some people prefer to opt-out of participating but the information is useful, we just implemented it in the product I work on and we're looking forward to being able to make better decisions about feature/bug priority based on it).

If you'd like to provide feedback on Unity support for Linux you might want to tweet to the Workstation team @vmw_workstation (and/or perhaps their PM, @mikeroysoft).

[1] https://communities.vmware.com/thread/518735

Re: Virtual Box 5.1

#34
post #27

Earlier quoted context omitted.

Can you give any insight on the future of Linux guests on Windows hosts using the free Player version? I just want to be able to run xubuntu 16.x (and newer when it comes out) in Unity mode without issues but from what I read only 14.x works because none of the guest tooling has been updated. It's a pity that this use case seems to have put on the back burner. This type of set up is the only way for a lot of people t…

> I just want to be able to run xubuntu 16.x (and newer when it comes out) in Unity mode Apparently Workstation 12 removed Unity mode for Linux guests because it was rarely used[1] - I'm just speculating (I don't work in End User Computing) but I imagine that was based on Customer Experience Improvement Program (a.k.a. telemetry) data (I know some people prefer to opt-out of participating but the information is usefu…

My question was in reference to the Player version, not Workstation. Does that make a difference in the grand scheme of things?

Re: Virtual Box 5.1

#35

Earlier quoted context omitted.

Does this have to do with just the version number? Or something more?

There's an open PR to add 5.1 support, and it seems to just be a bit-for-bit identical copy of the 5.0 code which Vagrant inexplicably requires a separate driver for: https://github.com/mitchellh/vagrant/pull/7574 All the heavy-duty OOP-first power of Ruby at their fingertips, and people still just copy-and-paste massive files to change a version string...

I only looked very briefly, but yes in this case 5.1 driver hasn't made any changes other than the version. But doing a quick vimdiff with a few of the other drivers show that the files have seen some substantial changes over time, and in some cases the small differences between two versions of a driver are to work around bugs, whether new or newly identified.

Re: Virtual Box 5.1

#36

With Oracle's rocky reputation around open source, I'm surprised that VirutalBox is still going strong and under active development. There doesn't seem to be any kind of commercial "enterprise version" that they license for big bucks... what is their incentive for keeping this thing going?

It's also made even uglier by the fact that VMware has discontinued Fusion, and Parallels (at least in the Vagrant, etc, ecosystem) has always been a second class citizen).

Not to mention that Parallels licensing is a pain. I understand license key activation as at times a necessary evil but in cases where you are developing a product for use primarily by developers who may frequently re-install their computer, could you at least do some form of trivial hardware checksumming? I had to call support because I'd exceeded five activations of my license. They reset it, after asking why. Several months later, same situation - this time they refused to reset the activation counter. Once loyal customer, no longer, when you refuse to activate software for the purchaser.

Thankfully, Docker et al seem to be making some good strides at making use of Hyve based virtualization in the OS X realm. I'm excited to see how that progresses.

Re: Virtual Box 5.1

#38
There's some negativity around this product on this thread, but honestly I'm really glad Virtual Box is around and under active development.

I have both an active linux and os x env for dev and I use virtual box to manage and switch between. It's been super useful, very reliable, fast enough, and, btw, it's free.

Re: Virtual Box 5.1

#39
My understanding is that on Windows, VirtualBox still can't run along Docker For Windows, because DFW needs Hyper-V and VBox is incompatible. Is this still the case? I don't ask much of my VMs, but desktop Ubuntu guests under Hyper-V are very clunky.

Re: Virtual Box 5.1

#40
post #39

My understanding is that on Windows, VirtualBox still can't run along Docker For Windows, because DFW needs Hyper-V and VBox is incompatible. Is this still the case? I don't ask much of my VMs, but desktop Ubuntu guests under Hyper-V are very clunky.

IIRC that is not something that VirtualBox can fix; I read somewhere that Hyper-V requires exclusive use of the virtualisation features of the hardware.

Note that this only applies to 64-bit virtualisation, you can still run Hyper-V and 32-bit VirtualBox virtual machines simultaneously.

Post reply on HN