-
Notifications
You must be signed in to change notification settings - Fork 9
Gracefully exit when running on VirtualBox #136
Comments
So if VirtualBox doesn't support Wayland, what virtualization technology do you normally use to test Hawaii? |
I find that a strange assertion, given that the Jolla SDK is based around a VirtualBox VM running a Wayland compositor - and that we prototyped the Wayland homescreen in a VirtualBox VM all the way back in 2012, if memory serves. |
I had it running in 2012 too but I was using fbdev (EGL_PLATFORM=fbdev and eglfs), no KMS. So yes it can run but it wasn't so fast (usable but with a some patience) and there are better alternatives nowadays like qemu. Also, to make it work you needed to enable fbdev and, if I recall, a mesa patch for fbdev. https://www.youtube.com/watch?v=G0oaENN1kCE What I really meant here is that it won't work as it works on bare metal and vmware. @ibeliever: qemu, vmware or bare metal (laptop with Intel integrated). |
VirtualBox support is not what I expect to work out of the box on all distributions. |
Subclasses will override this method to perform OpenGL queries and check for hardware requirements. Issue: #136 Issue: #194 Issue: #196 Done-with: Laszlo Agocs <[email protected]>
VirtualBox doesn't support Wayland compositors, but not all users know that.
We should detect when running on VirtualBox and gracefully exit with an explicit error message that will explain the situation.
See hawaii-desktop/hawaii-pkgbuilds#15
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: