-
-
Notifications
You must be signed in to change notification settings - Fork 180
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
Scroll encoder works incorrectly if the speed is <100% #4440
Comments
@GUAN-Xihao can you reproduce with / without opengl enabled? ( This sounds like what 775d435 was meant to fix? |
Retested with the following options:
Result: all can reproduce the issue. This issue can not be workaround by opengl options or desktop scaling. |
Please try |
Yep, you've got it. All the following looks good. --encodings=no-scroll is the workaround.
|
FYI: as per the docs, you should never need to set |
Got it, I just want to make sure it is H264 encoding. It would be equivalent if I set it via GUI Picture -> Encoding -> H.264, am I correct? BTW, I tried the following is working well.
|
Best to leave it to the xpra server, it usually knows best. |
Thanks for clarifying it. Xpra server will choose the best encoding and mix using multiple encoding. Normal daily usage I will leave it as auto. (Maybe --no-scroll as for now?) |
Makes sense! |
Hi totaam, I have edited the title from H264 to scroll. It should beklongs to the scroll encoding issue. |
Describe the bug
Part of the rendering area has not been updated while scrolling. (I can reproduce it on other software, but firefox is the most commonly used one.)
To Reproduce
Steps to reproduce the behavior:
And we found this is H264.
a . Encoding: Auto, Fixed Speed Auto, Result: incorrect. (effected encoder: H264)
b . Encoding: H264, Fixed Speed Auto, Result: incorrect.
b1. Encoding: H264, Fixed Speed Lowest Lentency (100%), Result: Looks good.
b2. Encoding: H264, Fixed Speed Lowest Bandwidth (1%); Average (50%), Low lentency(70%) ( Result: Incorrect.
c . Encoding: JPEG, Fixed Speed Auto, Result: Looks good.
c2. Encoding: JPEG, Fixed Speed Lowest Bandwidth (1%), Result: Looks good.
d . Encoding: VP8, Fixed Speed Auto, Result: Looks good.
d2. Encoding: VP8, Fixed Speed Lowest Bandwidth (1%), Result: Looks good.
System Information (please complete the following information):
Additional context
The text was updated successfully, but these errors were encountered: