talex5 / wayland-proxy-virtwl

Allow guest VMs to open windows on the host
Apache License 2.0
114 stars 12 forks source link

eglgears_wayland crashes on startup. #56

Open misyltoad opened 1 year ago

misyltoad commented 1 year ago

eglgears_wayland crashes on startup with this project with a "WTF" in the output. I am guessing it's likely related to libdecor stuff, but that's just a hunch.

talex5 commented 1 year ago

There's no wl_drm support at the moment, so no graphics acceleration: https://github.com/talex5/wayland-proxy-virtwl/issues/43

Any 3D stuff is going to have problems.

digitalsignalperson commented 1 year ago

eglgears_wayland works here testing the proxy running without a VM, directly on the host.

wayland-proxy-virtual --tag="[test]" &
WAYLAND_DISPLAY=wayland-1 vblank_mode=0 mangohud eglgears_wayland

Some misc performance stats from playing around with this (using mangohud since eglgears doesn't show fps):

Also trying glxgears