Replies: 10 comments 23 replies
-
|
Not too bad Can't get null descriptor to test zink: |
Beta Was this translation helpful? Give feedback.
-
|
@osy you may try: It should reduce the CPU usage. |
Beta Was this translation helpful? Give feedback.
-
|
I switched to kosmickrisp in UTM settings: My guess is |
Beta Was this translation helpful? Give feedback.
-
|
So for the Firefox (likely Chrome too) in gl=core mode: |
Beta Was this translation helpful? Give feedback.
-
|
Firefox calls eglSwapBuffers() on its EGL surface (but fails there), Mesa DRI layer through virgl driver sends commands to host via virtio-gpu. No actual swap buffers happens on the host. So that is not the problem. I was trying Firefox on immutable Fedora and Debian. I can't get any UI when I start Firefox. Are you sure though the Firefox is not rendering through the software? Can you run aquarium webgl test and get real hardware acceleration? |
Beta Was this translation helpful? Give feedback.
-
|
@osy @startergo Thank you so much, I owe you a beer! UTM v5.0.1 is AMAZING, running robotics Gazebo simulations fluidly now in my VM at real-time speed. UTM now (on MacOS 15.7.3) delivers better guest graphics acceleration than VMWare Fusion and Parallels for my M4 Mac for both Ubuntu 22 and Ubuntu 24 guests. |
Beta Was this translation helpful? Give feedback.
-
|
@osy Upon further investigation for the rendering issues found in gnome for gl=core mode (particularly UEFI os installation mode or os updates mode), where the text is transparent and does not work properly. OpenGL 3.2 core profile doesn't support either texture alpha format or texture swizzling. A possible workaround is to expand the source data to RGBA8" For texture alpha, you must use texture red format (GL_R8) with texture swizzle: https://www.g-truc.net/post-0734.html The problem is that |
Beta Was this translation helpful? Give feedback.
-
|
For some reason, v5 seems to break Linux VMs. I'm trying to create a virtualized VM running ARM64 Fedora using Qemu. And upon first start, the first thing I notice is that Grub is insanely slow. Every key press is delays by like 10 seconds and I can see it render character by character. After I've somehow made it past that, into what should be the Fedora Live Iso installer, all I'm getting is a black screen. I've waited a minute and nothing happened in that time so I gave up. Doing the same thing in UTM 4.7.5 works fine. Grub actually performs as expected and is usable and after that it's actually booting inside the Fedora Live Installer as expected. |
Beta Was this translation helpful? Give feedback.
-
|
Okay now that it actually works I'm unfortunately I'm seeing severe sync issues in vkcube. |
Beta Was this translation helpful? Give feedback.
-
|
@osy I have assembled an |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Highlights
Known Issues
Changes (v5.0.1)
HV_UNSUPPORTEDon startup with Vulkan enabled (5.0.0. beta wont start any VMs: HV_UNSUPPORTED #7579)Changes (v5.0.0)
Issues
Please check the full list on Github and help report any bug you find that is not listed.
Installation
This discussion was created from the release v5.0.1 (Beta).
Beta Was this translation helpful? Give feedback.
All reactions