Skip to content

xorgxrdp v0.10.2

Latest
Compare
Choose a tag to compare
@metalefty metalefty released this 30 Jul 13:04
· 55 commits to devel since this release
v0.10.2
fb49d67

Release notes for xorgxrdp v0.10.2 (2024/07/30)

General announcements

The biggest news of v0.10 is that Graphic Pipeline Extension also called GFX in short has been supported. xrdp v0.10 with GFX achieves more frame rates and less bandwidth compared to v0.9. There is a significant performance improvement especially if the client is Windows 11's mstsc.exe or Microsoft Remote Desktop for Mac. GFX H.264/AVC 444 mode and hardware-accelerated encoding are not supported in this version yet.

GFX implementation in xrdp is sponsored by an enterprise sponsor. @CyberTrust is also one of the sponsors. We very much appreciate the sponsorship. It helped us to accelerate xrdp development and land GFX earlier!

Please consider sponsoring or making a donation to the project if you like xrdp. We accept financial contributions via Open Collective. Direct donations to each developer via GitHub Sponsors are also welcomed.

Security fixes

None

New features

  • Check list of support devices in glamor (backport of #322)
  • Support NULL cursors and large mono cursors (#320, backport of #323)

Bug fixes

  • Separate out key frame request from MAX_INT frame ACK. This prevents some cases of screen corruption on multi-monitor setups (backport of #288)
  • Fixes complex dirty region causing overflow of xrdp comms buffer (#318, backport of #319)

Internal changes

None

Known issues

The backport of #322 can cause some working systems to no longer use Glamor acceleration. In particular, systems using amdgpu are affected - see #341.

Changes for packagers or developers