-
-
Notifications
You must be signed in to change notification settings - Fork 14.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
vulkan-hdr-layer-kwin6: init at 0-unstable-2024-10-19 #345805
Conversation
This pull request has been mentioned on NixOS Discourse. There might be relevant details there: https://discourse.nixos.org/t/prs-ready-for-review/3032/4632 |
Would be good to squash the commits |
fdaf513
to
f04063d
Compare
f04063d
to
ae237fb
Compare
Done! |
ae237fb
to
1b73ef5
Compare
4c9e24b
to
4224ee0
Compare
https://github.com/Zamundaaa/VK_hdr_layer Enables HDR support for Vulkan clients (such as mpv) on kwin6. This is likely to be a temporary solution until Wayland upstream adopts the necessary protocols, however that has been in the works for many years: https://gitlab.freedesktop.org/wayland/wayland-protocols/-/merge_requests/14 For the time being, this provides a path for users to experiment with HDR, share feedback and hopefully make progress. Arch provides a similar package: https://aur.archlinux.org/packages/vk-hdr-layer-kwin6-git
996da2a
to
f28124f
Compare
Thanks for the review @FliegendeWurst! Just wondering if this is ready to be merged and if so, when that might happen. |
In my opinion it is ready. All that's left is that someone with permission merges. |
Enables HDR support for Vulkan clients (such as
mpv
) on kwin6.https://github.com/Zamundaaa/VK_hdr_layer
This is likely to be a temporary solution until Wayland upstream adopts the necessary protocols, however that has been in the works for many years.
For the time being, this provides a path for users to experiment with HDR, share feedback and hopefully make progress.
Arch provides a similar package:
https://aur.archlinux.org/packages/vk-hdr-layer-kwin6-git
Example usage after installing the layer:
To enable Vulkan loader logs:
PS: The latest version of
gamescope
doesn't need Vulkan for HDR.Things done
nix.conf
? (See Nix manual)sandbox = relaxed
sandbox = true
nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)Add a 👍 reaction to pull requests you find important.