-
-
Notifications
You must be signed in to change notification settings - Fork 177
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
Graphical glitches when client opengl is disabled #3658
Comments
The quality is high (>=70) so in both cases the server is using full colourspace input mode: More details on Other points of interest:
|
I haven't found the culprit yet, as I got distracted and fixed a number of transparency inconsistencies between different encoders and paint paths: 6e5e50d, 3e61ef1, 7ed4f4f, c2ef9c0, 644e061, 20ddd05 I am testing with Firefox and using the control channel to trigger screen updates with a specific encoding, ie with xpra control :100 request-update png all "*" tweaking the quality - for the encoders that honour this setting:
|
Very likely to be the same as #4201 |
Describe the bug
When client opengl isn't used there are graphical glitches in Firefox.
To Reproduce
Steps to reproduce the behavior:
xpra start :10
xpra attach ssh://user@x.x.x.x/10
fixed when starting withxpra attach ssh://user@x.x.x.x/10 --opengl=on
Screen recording of the issue is found here: (download link has expired)
System Information (please complete the following information):
Additional context
When looking in the compress debug logs i notice there are different rgb_formats available when using opengl.
Maybe the issue occurs when converting RGB instead of YUV?
without opengl:
with opengl:
The text was updated successfully, but these errors were encountered: