pixels icon indicating copy to clipboard operation
pixels copied to clipboard

Black screen on Ubuntu 23 within VMWare Workstation 17

Open dbalsom opened this issue 1 year ago • 5 comments

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:

image

[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...~~

dbalsom avatar Jul 06 '23 23:07 dbalsom