Skip to content

Commit

Permalink
Merge pull request #4089 from cpatulea/master
Browse files Browse the repository at this point in the history
Fix paths to content-type, content-categories files.
  • Loading branch information
totaam authored Jan 2, 2024
2 parents da26788 + 0dc13bd commit 2eeda62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Usage/Encodings.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ Warning: tuning is very often misused and ends up being counterproductive.
<summary>Preventing blurry screen updates</summary>

Rather than selecting a lossless picture encoding, which may use far too much bandwidth and cause performance issues:
* make sure that the applications are correctly detected: either using the application's command [content-type](https://github.com/Xpra-org/xpra/tree/master/fs/share/xpra/content-type) and [content-categories](https://github.com/Xpra-org/xpra/tree/master/fs/share/xpra/content-categories/10_default.conf) mapping
* make sure that the applications are correctly detected: either using the application's command [content-type](https://github.com/Xpra-org/xpra/tree/master/fs/etc/xpra/content-type) and [content-categories](https://github.com/Xpra-org/xpra/tree/master/fs/etc/xpra/content-categories/10_default.conf) mapping
* raise the `min-quality` and / or lower the `min-speed`
* maybe lower the `auto-refresh` delay - just be aware that the lossless auto-refresh can be costly (as all lossless frames are)
</details>
Expand Down

0 comments on commit 2eeda62

Please sign in to comment.