-
-
Notifications
You must be signed in to change notification settings - Fork 171
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
screen corruption/green on vscode #4305
Comments
Wow, that's weird! I'll have to take another look. Whilst we're here, this shouldn't occur at all if we had correctly mapped vscode to |
@cavedon can you try running your client with |
@cavedon that one is easier: I forgot to disable scroll encoding again in 6.1 - this will be in 6.1.1 |
I think I may be onto something: the tests insist that the data is "studio" range whereas I can clearly see that it's not. xpra/xpra/codecs/webp/encoder.pyx Line 668 in 13a130e
Whereas the "studio" range images that I see have a frame number, so they go through the pseudo video encoder at:xpra/xpra/codecs/webp/encoder.pyx Line 526 in 13a130e
The metadata has a subsampling=YUV420P value, so the image data has been processed by WebPPictureARGBToYUVA inxpra/xpra/codecs/webp/encoder.pyx Line 795 in 13a130e
Somehow, these two functions don't produce the same color range? |
Confirming that |
Derp, the shader code was wrong - the bug was introduced in #2467. Until then, another workaround (apart from |
The screen appears corrupted, apparently only when using vscode.
This started happening with the upgrade to xpra 6.1
To Reproduce
Steps to reproduce the behavior:
GDK_BACKEND=x11 xpra start ssh://192.168.86.163 --start code
System Information (please complete the following information):
The problem also happens without
GDK_BACKEND=x11
.The problem does not happen with
--opengl=no
.xpra bugreport.zip
The text was updated successfully, but these errors were encountered: