Changes between Version 1 and Version 2 of Ticket #1426, comment 6
- Timestamp:
- 02/07/17 10:14:13 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1426, comment 6
v1 v2 3 3 xpra attach --encodings=png,jpeg,rgb --no-mmap -d draw 4 4 }}} 5 Or with the HTML5 client, but that one seems to have paint issues with the "scroll" encoding... which will need to be fixed and backported .5 Or with the HTML5 client, but that one seems to have paint issues with the "scroll" encoding... which will need to be fixed and backported, see #1432. 6 6 7 7 The non-scroll paints will also be less optimal than before, because we end up in the video codepath - which will often encode a larger region.. This can happen if the page has lots of animation on it.