Closed janvkn closed 1 year ago
Please come to Discord to discuss the issue, this is not a LG bug but rather something specific to your distro. https://looking-glass.io/discord
I also encountered this problem!!! Do you have a better solution? The discord link seem have been invalid.
Link is valid, just checked. However this issue was solved by the OP on discord by upgrading LG, however simply re-compiling LG should fix it also.
@gnif actually re-compiling B5.0.1 (the version in AUR) didn't fix it for me. I updated to B6-rc1 manually (i.e. without AUR package).
Today my Arch Linux system updated Mesa from version 22.2.3 to 22.3.1. After this update, I'm getting a black screen showing just the mouse pointer when connecting from host to guest. No errors appear in the logs. The connection appears to go through fine and mouse and keyboard events still get passed through, there's just no video output.
Here is the terminal output from running looking-glass-client:
Rolling back the Mesa packages to 22.2.3 fixes the issue immediately. Recompiling looking-glass-client to link against the newer Mesa libraries doesn't help.
I'm not sure if this is actually a looking-glass issue or a Mesa or even an Arch packaging issue, and I lack the expertise to make the distinction, but I thought I'd bring it to your attention.
EDIT: I just discovered that I do get video when switching to the OpenGL renderer (i.e.
looking-glass-client -g opengl
). So it appears the issue is somewhere in the EGL renderer.