#1763 closed defect (fixed)
nvfbc cuda regression: picture does not update
Reported by: | Antoine Martin | Owned by: | Antoine Martin |
---|---|---|---|
Priority: | major | Milestone: | 2.3 |
Component: | encodings | Version: | 2.2.x |
Keywords: | Cc: |
Description (last modified by )
Problem spotted on win32, may also affect Linux (TBC).
The code runs and it looks like we're downloading the frames from video memory, but when scrolling detection runs it finds that the picture has not changed and so we end up not generating any screen updates.
Forcing scrolling detection off does not help: the video encoders also find the picture unchanged. This also applies to the NVENC encoder when using the picture data found in the CUDA buffer which would indicate that the API is just not capturing new data. (rather than a download / usage problem on our side)
This could be a driver bug, or a problem with the API uncovered by newer drivers.
Related tickets:
Change History (5)
comment:1 Changed 3 years ago by
Description: | modified (diff) |
---|---|
Status: | new → assigned |
comment:4 Changed 3 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Linux was not affected.
comment:5 Changed 6 weeks ago by
this ticket has been moved to: https://github.com/Xpra-org/xpra/issues/1763
r18299: CUDA buffer mode no longer enabled by default
TODO: