emersion / xdg-desktop-portal-wlr

xdg-desktop-portal backend for wlroots
MIT License
580 stars 54 forks source link

[BUG] It doesn't work when sway uses 10 bits color #256

Closed Zeioth closed 1 year ago

Zeioth commented 1 year ago

Description

xdg-desktop-portal-wlr works correctly when I have this line on my sway config

output * render_bit_depth 8

But it displays a black screen when

output * render_bit_depth 10

More info

Zeioth commented 1 year ago

Tested on OBS 29

columbarius commented 1 year ago

OBS requires this patch to support 10bit colours: https://github.com/obsproject/obs-studio/pull/6247.

Zeioth commented 7 months ago

Testing this. Blocked by https://github.com/hyprwm/Hyprland/issues/4195

Zeioth commented 7 months ago

Ok tested and working. This patch was added to OBS 30: screenshot_2023-12-19_21-09-46_394137475 Thank you so much for the awesome work columbarius.