-
-
Notifications
You must be signed in to change notification settings - Fork 145
Black screen on Ubuntu 23 within VMWare Workstation 17 #369
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't workingdriver bugUpdate your drivers to fix this issueUpdate your drivers to fix this issueinfo neededMore information is requiredMore information is requiredupstream bugBug appears to originate in an upstream dependencyBug appears to originate in an upstream dependency
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingdriver bugUpdate your drivers to fix this issueUpdate your drivers to fix this issueinfo neededMore information is requiredMore information is requiredupstream bugBug appears to originate in an upstream dependencyBug appears to originate in an upstream dependency
Compiling my pixels project on a new install of Ubuntu 23 in VMWare Workstation 17. 3D acceleration is enabled,
but I have not installed Vulkan drivers.EGUI is rendered, but the pixel buffer is not.minimal_egui example has the same behavior:
[2023-07-06T22:47:02Z WARN wgpu_hal::gles::egl] EGL context: -robust access
[2023-07-06T22:47:02Z WARN wgpu_hal::gles::egl] Re-initializing Gles context due to Wayland window
[2023-07-06T22:47:02Z WARN wgpu_hal::gles::egl] EGL context: -robust access
[2023-07-06T22:47:02Z WARN egui_wgpu::renderer] Detected a linear (sRGBA aware) framebuffer Rgba8UnormSrgb. egui prefers Rgba8Unorm or Bgra8Unorm
It looks like installing Vulkan drivers resolves, but I was curious if this was supposed to work in the default configuration...